:root {
  --pp-navy: #0a2562;
  --pp-blue: #1f5ca8;
  --pp-ink: #172033;
  --pp-muted: #5d6878;
  --pp-line: #d9e0e9;
  --pp-soft: #f4f6f9;
  --pp-paid-soft: #eef2ff;
  --pp-white: #fff;
  --pp-focus: #f5b940;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--pp-ink);
  background: var(--pp-white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
}

.pp-header {
  height: 76px;
  border-bottom: 1px solid var(--pp-line);
  display: flex;
  align-items: center;
  padding: 0 max(20px, calc((100% - 1080px) / 2));
}

.pp-header img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.pp-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.pp-narrow { max-width: 720px; text-align: center; }
.pp-eyebrow { font-size: 12px; letter-spacing: .18em; color: var(--pp-blue); font-weight: 700; margin: 0 0 8px; }
.pp-main h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.3; margin: 0 0 18px; color: var(--pp-navy); }
.pp-lead { max-width: 700px; margin: 0 auto 48px; color: var(--pp-muted); text-align: center; }
.pp-type-list { border-top: 1px solid var(--pp-line); }
.pp-type { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 28px; padding: 30px 8px; border-bottom: 1px solid var(--pp-line); text-decoration: none; color: inherit; }
.pp-type strong { color: var(--pp-navy); font-size: 18px; }
.pp-type span { color: var(--pp-muted); }
.pp-type b { font-weight: 600; color: var(--pp-blue); }

.pp-section { padding: 56px 0; border-top: 1px solid var(--pp-line); }
.pp-section h2 { font-size: 28px; color: var(--pp-navy); margin: 0 0 28px; }
.pp-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pp-plan { position: relative; border: 1px solid var(--pp-line); padding: 30px; display: flex; flex-direction: column; background: var(--pp-white); }
.pp-plan--primary { border: 2px solid var(--pp-navy); padding: 29px; box-shadow: 0 14px 34px rgba(10, 37, 98, .09); }
.pp-plan-badge { position: absolute; top: 0; right: 24px; transform: translateY(-50%); padding: 4px 12px; color: #fff; background: var(--pp-navy); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.pp-plan h3 { font-size: 23px; margin: 0 0 14px; color: var(--pp-navy); }
.pp-plan > p:not(.pp-price):not(.pp-tax) { color: var(--pp-muted); }
.pp-price { font-size: 30px; font-weight: 700; margin: 8px 0; color: var(--pp-ink); }
.pp-price small { font-size: 13px; font-weight: 400; }
.pp-tax { font-size: 13px; color: var(--pp-muted); margin: 0 0 22px; }
.pp-features { padding-left: 1.3em; margin: 0 0 28px; }
.pp-features li { margin: 8px 0; }
.pp-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px 24px; background: var(--pp-navy); color: #fff; text-decoration: none; border: 1px solid var(--pp-navy); font-weight: 700; margin-top: auto; overflow-wrap: anywhere; word-break: break-word; white-space: normal; text-align: center; min-width: 0; }
.pp-button--secondary { background: #fff; color: var(--pp-navy); }

.pp-note { font-size: 13px; color: var(--pp-muted); margin: 18px 0 0; }
.pp-comparison { margin-top: 48px; }
.pp-comparison-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); column-gap: 32px; align-items: end; margin-bottom: 20px; }
.pp-comparison-heading h3 { grid-column: 1; margin: 1px 0 0; color: var(--pp-navy); font-size: clamp(22px, 3vw, 28px); }
.pp-comparison-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--pp-muted); font-size: 14px; }
.pp-comparison-kicker { grid-column: 1; margin: 0; color: var(--pp-blue); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.pp-table-scroll { overflow-x: auto; border: 1px solid var(--pp-line); }
.pp-table { width: 100%; min-width: 620px; border-collapse: collapse; table-layout: fixed; font-size: 14px; }
.pp-table th, .pp-table td { padding: 16px 18px; border-bottom: 1px solid var(--pp-line); text-align: left; vertical-align: middle; }
.pp-table tr:last-child th, .pp-table tr:last-child td { border-bottom: 0; }
.pp-table thead th { color: var(--pp-navy); background: var(--pp-soft); font-size: 13px; }
.pp-table thead th:first-child { width: 36%; }
.pp-table tbody th { color: var(--pp-ink); font-weight: 600; }
.pp-table td { color: var(--pp-muted); }
.pp-table .pp-table-paid { color: var(--pp-navy); background: var(--pp-paid-soft); font-weight: 650; border-left: 1px solid #d8dff6; }
.pp-table-check { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; border-radius: 50%; color: #fff; background: var(--pp-navy); font-size: 12px; line-height: 1; }
.pp-table-soon { display: inline-block; margin-right: 8px; padding: 2px 7px; border: 1px solid #9aa8cf; color: var(--pp-navy); background: #fff; font-size: 10px; font-weight: 700; line-height: 1.5; }

.pp-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--pp-line); }
.pp-benefit { padding: 24px 8px; border-bottom: 1px solid var(--pp-line); }
.pp-benefit:nth-child(odd) { padding-right: 28px; }
.pp-benefit:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--pp-line); }
.pp-benefit h3 { font-size: 18px; color: var(--pp-navy); margin: 0 0 7px; }
.pp-benefit p { margin: 0; color: var(--pp-muted); }
.pp-notice { margin: 30px 0; padding: 24px; border: 1px solid var(--pp-line); background: var(--pp-soft); text-align: left; }
.pp-actions { margin-top: 28px; }

.pp-button:focus-visible,
.pp-type:focus-visible,
.pp-table-scroll:focus-visible { outline: 3px solid var(--pp-focus); outline-offset: 3px; }

@media (max-width: 700px) {
  .pp-main { padding: 48px 18px 72px; }
  .pp-type { grid-template-columns: 1fr; gap: 6px; }
  .pp-plan-grid, .pp-benefits { grid-template-columns: 1fr; }
  .pp-plan { padding: 24px 20px; }
  .pp-plan--primary { padding: 23px 19px; }
  .pp-benefit:nth-child(odd), .pp-benefit:nth-child(even) { padding: 22px 4px; border-left: 0; }
  .pp-comparison { margin-top: 38px; }
  .pp-comparison-heading { display: block; }
  .pp-comparison-heading > p:last-child { margin-top: 8px; }
  .pp-table-scroll { margin-right: -18px; border-right: 0; }
  .pp-table { min-width: 560px; }
  .pp-table th, .pp-table td { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}
