/* Public editorial pages share the landing shell, not the merchant dashboard. */
.pp-page { background: linear-gradient(180deg,#ecf3fb 0,#eff5fc 400px,#fff 740px); }
.pp-hero { padding-top: 216px; padding-bottom: 102px; text-align: center; }
.pp-hero h1 { max-width: 1050px; margin-inline: auto; line-height: 1.23; }
.pp-hero > p { max-width: 810px; margin: 27px auto 0; font-size: 18px; line-height: 1.4; }
.pp-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; font-size: 16px; padding-bottom: 60px; }
.pp-breadcrumb a, .pp-page a.pp-text-link, .pp-field a, .pp-prose a { color: var(--lp-action); }
.pp-content { min-width: 0; }
.pp-page h2 { font-size: 32px; line-height: 1.35; }
.pp-page p { line-height: 1.6; }
.pp-notice { display: flex; align-items: flex-start; gap: 12px; padding: 18px 22px; margin: 0 0 38px; background: #f2f6fb; border: 1px solid #d9e4ef; border-radius: 16px; }
.pp-notice > svg { margin-top: 3px; color: var(--lp-action); }
.pp-notice p { font-size: 14px; line-height: 1.6; }
.pp-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.pp-card { min-width: 0; padding: 28px 30px; border: 1px solid #e2e8ef; border-radius: 28px; background: linear-gradient(160deg,#fff,#f6f9fd); display: flex; flex-direction: column; align-items: flex-start; }
.pp-card-icon { display: inline-flex; color: var(--lp-blue); margin-bottom: 22px; }
.pp-card h2 { font-size: 24px; font-weight: 500; }
.pp-card p { font-size: 16px; line-height: 1.6; margin-top: 16px; }
.pp-card .pp-text-link { margin-top: auto; padding-top: 24px; }
.pp-grid--pillars { gap: 64px; }
.pp-grid--pillars .pp-card { border: 0; padding: 0; background: none; }
.pp-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; }
.pp-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.pp-tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 24px; background: #e9f1fa; color: #416488; font-size: 11px; line-height: 1.4; letter-spacing: .02em; width: fit-content; }
.pp-card > .pp-tag { margin-bottom: 14px; }
.pp-reading-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 70px; margin-top: 72px; }
.pp-reading-layout:first-child { margin-top: 0; }
.pp-contents { align-self: start; position: sticky; top: 134px; border-left: 1px solid var(--lp-line); padding-left: 22px; font-size: 14px; }
.pp-contents strong { display: block; color: var(--lp-title); margin-bottom: 16px; }
.pp-contents a { display: block; padding-block: 7px; }
.pp-contents a:hover { color: var(--lp-action); }
.pp-prose { min-width: 0; }
.pp-prose section + section { margin-top: 48px; }
.pp-prose p, .pp-prose ul { margin-top: 18px; font-size: 17px; line-height: 1.75; }
.pp-prose li + li { margin-top: 10px; }
.pp-prose .pp-text-link { margin-top: 18px; }
.pp-next { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 110px; padding: 48px 52px; border-radius: 32px; background: linear-gradient(140deg,#edf4fc,#f6f9fd); }
.pp-next h2 { font-size: 32px; margin-top: 12px; }
.pp-next p { font-size: 16px; max-width: 550px; margin-top: 15px; }
.pp-eyebrow { color: var(--lp-muted); font-size: 12px; letter-spacing: .08em; }
.pp-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; flex-shrink: 0; }
.pp-page code { overflow-wrap: anywhere; font-size: .85em; }
.pp-page button:disabled { cursor: default; }
.pp-page input, .pp-page textarea { font: inherit; color: var(--lp-title); }
.pp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Pricing mirrors the two-column tariff layout, with honest publication status. */
.pp-price-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; margin-bottom: 30px; }
.pp-price-card { background: linear-gradient(160deg,#fff,#f1f6fc); border: 1px solid #cdddeb; border-radius: 32px; padding: 36px 42px; }
.pp-price-card h2 { margin-top: 10px; font-size: 28px; }
.pp-price-card p { font-size: 16px; }
.pp-price-card .pp-price { font-size: 38px; color: var(--lp-title); margin-top: 30px; line-height: 1.35; font-weight: 700; }
.pp-price-card hr { border: 0; border-top: 1px solid #d7e2ee; margin-block: 26px; }
.pp-price-card a { margin-top: 25px; }
.pp-fees { margin-top: 72px; }
.pp-fees > h2, .pp-fees > p { text-align: center; }
.pp-fees > p { margin-top: 16px; }
.pp-fees [role=tabpanel] { margin-top: 40px; }
.pp-fees [role=tabpanel] p { margin-top: 14px; font-size: 16px; }
.pp-table-scroll { overflow-x: auto; max-width: 100%; margin-top: 24px; }
.pp-table-scroll table { border-collapse: collapse; width: 100%; text-align: left; font-size: 15px; }
.pp-table-scroll caption { text-align: left; font-size: 13px; margin-bottom: 12px; }
.pp-table-scroll th, .pp-table-scroll td { padding: 20px; border-bottom: 1px solid #dce5ee; }
.pp-table-scroll th { background: #f0f5fb; color: var(--lp-title); font-weight: 500; }

/* Searchable support answers retain native details/summary keyboard behavior. */
.pp-search { display: flex; align-items: center; gap: 14px; max-width: 640px; margin: 0 auto; border: 1px solid #cbd8e6; background: #fff; border-radius: 30px; padding: 14px 24px; }
.pp-search input { padding: 0; border: 0; background: none; flex: 1; min-width: 0; font-size: 17px; }
.pp-search-message { text-align: center; font-size: 13px !important; margin-top: 12px !important; min-height: 22px; }
.pp-faq > section { margin-top: 60px; }
.pp-faq h2 { margin-bottom: 20px; }
.pp-faq details { border-bottom: 1px solid #d5dde5; }
.pp-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 22px; cursor: pointer; font-size: 21px; color: var(--lp-title); }
.pp-faq summary::-webkit-details-marker { display: none; }
.pp-faq details p { font-size: 16px; padding: 0 35px 24px 0; line-height: 1.7; max-width: 980px; }
.pp-faq details[open] .lp-faq-icon::after { transform: rotate(0); }

/* Editorial and release pages use a simple card grid and a two-column timeline. */
.pp-grid--editorial .pp-card { padding: 0 0 30px; overflow: hidden; }
.pp-grid--editorial .pp-card > :not(.pp-card-art) { margin-inline: 28px; }
.pp-card-art { width: 100%; min-height: 220px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; background: linear-gradient(130deg,#dceaf9,#f0f5fc); color: #6797c9; margin-bottom: 26px; }
.pp-card-art span { font-size: 13px; letter-spacing: .05em; }
.pp-grid--editorial .pp-card:nth-child(2) .pp-card-art { background: linear-gradient(130deg,#dceeed,#f3f9f8); color: #5c9791; }
.pp-grid--editorial .pp-card:nth-child(3) .pp-card-art { background: linear-gradient(130deg,#e8e5f5,#f8f6fb); color: #9183ba; }
.pp-timeline-group { display: grid; grid-template-columns: 200px minmax(0,660px); gap: 58px; }
.pp-timeline-group + .pp-timeline-group { margin-top: 44px; }
.pp-timeline-group > h2 { font-size: 18px; font-weight: 400; margin-top: 30px; }
.pp-timeline-entry { padding: 32px 0 38px; border-top: 1px solid #ced8e2; }
.pp-timeline-entry > svg { color: var(--lp-blue); }
.pp-timeline-entry > .pp-tag { margin-left: 15px; }
.pp-timeline-entry > h3 { margin-top: 18px; }
.pp-timeline-entry > p { margin-top: 12px; font-size: 17px; }
.pp-timeline-entry > a { margin-top: 18px; }

/* Browser-only widget configuration. No secret inputs or enabled payment controls. */
.pp-widget { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 44px; align-items: start; }
.pp-field { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 18px; align-items: start; margin-bottom: 24px; }
.pp-field > label, .pp-field > span { padding-top: 12px; font-size: 16px; color: var(--lp-title); }
.pp-field input[type=text] { border: 1px solid #cbd4de; border-radius: 25px; background: #fff; padding: 12px 18px; width: 100%; min-width: 0; font-size: 15px; }
.pp-field input[aria-invalid=true] { border-color: #b64545; }
.pp-field small { display: block; margin-top: 8px; font-size: 12px; line-height: 1.6; }
.pp-field small a { text-decoration: underline; }
.pp-network-label { display: flex; align-items: center; gap: 12px; min-height: 48px; }
.pp-ltc { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: white; background: #6486b0; font-size: 19px; font-style: italic; }
.pp-color-field { display: flex; align-items: center; gap: 16px; height: 48px; font-size: 14px; }
.pp-color-field input { width: 38px; height: 38px; border: 0; border-radius: 50%; background: none; padding: 0; cursor: pointer; }
.pp-field input[type=checkbox] { margin-top: 14px; width: 36px; height: 20px; accent-color: var(--lp-action); }
.pp-field-error { font-size: 13px !important; color: #a13e3e; min-height: 22px; }
.pp-preview-frame { border: 1px solid #ccd9e7; border-radius: 32px; padding: 26px; background: linear-gradient(150deg,#fff,#f3f7fc); }
.pp-preview-caption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 25px; font-size: 12px; }
.pp-payment-preview { --widget-color: #3475bc; --widget-ink: #fff; border: 1px solid #e4eaf1; padding: 32px 26px 24px; background: #fff; border-radius: 24px; color: #626e7b; text-align: center; overflow-wrap: anywhere; }
.pp-payment-preview .pp-mini-brand { display: inline-flex; gap: 5px; align-items: center; color: var(--lp-blue); margin-bottom: 25px; }
.pp-mini-brand .lp-brand-mark { height: 23px; width: 28px; }
.pp-mini-brand .lp-brand-name { font-size: 20px; }
.pp-payment-preview h2 { font-size: 23px; font-weight: 500; margin-bottom: 18px; }
.pp-payment-preview .pp-preview-amount { font-size: 25px; color: var(--lp-title); line-height: 1.4; font-weight: 500; }
.pp-payment-preview .pp-preview-subtitle { font-size: 12px; margin-top: 8px; }
.pp-payment-preview button { display: block; width: 100%; border: 0; border-radius: 28px; padding: 14px 20px; color: var(--widget-ink); background: var(--widget-color); margin-top: 24px; overflow-wrap: anywhere; line-height: 1.35; }
.pp-payment-preview .pp-preview-disclaimer { font-size: 11px; margin-top: 16px; }
.pp-payment-preview--button { text-align: left; }
.pp-payment-preview--button .pp-mini-brand, .pp-payment-preview--button h2 { display: none; }
.pp-payment-preview--button button { width: auto; min-width: 150px; }
.pp-payment-preview--button .pp-preview-amount { font-size: 18px; }
.pp-preview-order { display: flex; justify-content: space-between; gap: 15px; text-align: left; margin-block: 24px; padding-bottom: 16px; border-bottom: 1px solid #e5ebf1; font-size: 13px; }
.pp-cart-item { display: flex; align-items: center; gap: 14px; text-align: left; padding-block: 20px; border-block: 1px solid #e1e7ee; margin-bottom: 24px; font-size: 14px; }
.pp-cart-item > div { flex: 1; min-width: 0; }
.pp-cart-item > div > span { display: block; font-size: 12px; margin-top: 4px; }
.pp-product-art { border-radius: 12px; color: var(--lp-blue); background: #edf4fb; padding: 10px; }
.pp-donation-heart { display: block; font-size: 50px; line-height: 1; margin-bottom: 20px; color: var(--widget-color); }
.pp-terminal-label { display: block; font-size: 11px; letter-spacing: .15em; margin: 24px 0 10px; }
.pp-payment-preview--pos { border-radius: 30px; border: 7px solid #dce5f0; }
.pp-payment-preview--pos .pp-preview-amount { font-size: 30px; }
.pp-payment-preview.is-dark { background: #252a35; color: #bbc6d8; border-color: #394150; }
.pp-payment-preview.is-dark h2, .pp-payment-preview.is-dark .pp-preview-amount { color: #f4f7fa; }
.pp-snippet { border: 1px solid #d9e3ed; border-radius: 18px; overflow: hidden; background: #f6f9fc; min-width: 0; margin-top: 24px; }
.pp-snippet-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; background: #edf3fa; font-size: 13px; }
.pp-copy { border: 0; padding: 0; background: none; display: flex; align-items: center; gap: 8px; color: var(--lp-action); font-size: 12px; }
.pp-copy:disabled { color: #8491a1; }
.pp-snippet textarea { display: block; width: 100%; resize: vertical; min-height: 125px; max-height: 420px; font: 12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace; border: 0; background: none; padding: 20px; overflow-wrap: anywhere; word-break: break-word; }
.pp-copy-status { display: block; min-height: 24px; padding: 0 18px 12px; font-size: 12px; }
.pp-widget-guide { margin-top: 76px; }
.pp-widget-guide > h2 { text-align: center; margin-bottom: 36px; }
.pp-step-number { font-size: 16px; color: var(--lp-blue); border: 1px solid #adc6e1; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px; }
.pp-bench-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: start; }
.pp-bench-grid .pp-snippet { margin-top: 0; }
.pp-bench-cards { margin-top: 55px; }

.pp-brand-section + .pp-brand-section { margin-top: 65px; }
.pp-brand-section > p { margin-top: 14px; max-width: 860px; font-size: 17px; }
.pp-color-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 30px; }
.pp-swatch { min-height: 180px; border-radius: 24px; padding: 28px; display: flex; flex-direction: column; align-items: start; justify-content: end; gap: 8px; }
.pp-swatch span { font-size: 14px; }.pp-swatch strong { font-size: 22px; font-weight: 500; }
.pp-swatch--blue { background: #4c87cd; color: #fff; }.pp-swatch--ink { background: #2f2e41; color: #fff; }.pp-swatch--cloud { background: #ecf3fb; color: #2f2e41; }
.pp-brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; margin-top: 30px; }
.pp-brand-tile { border: 1px solid #d6e1ed; border-radius: 24px; overflow: hidden; }
.pp-brand-tile > div { display: flex; align-items: center; justify-content: center; padding: 40px; min-height: 230px; background: #f6f9fc; }
.pp-brand-tile img { max-width: 100%; height: auto; }
.pp-brand-tile > a { padding: 24px; font-size: 14px; display: flex; justify-content: space-between; }

@media (max-width: 1000px) {
  .pp-hero { padding-top: 180px; padding-bottom: 75px; }
  .pp-hero h1 { font-size: 44px; }
  .pp-grid { gap: 18px; }
  .pp-card { padding: 24px; }
  .pp-reading-layout { grid-template-columns: 195px minmax(0,1fr); gap: 35px; }
  .pp-widget { gap: 28px; }
  .pp-field { grid-template-columns: 1fr; gap: 7px; margin-bottom: 18px; }
  .pp-field > label, .pp-field > span { padding-top: 0; }
  .pp-preview-frame { padding: 18px; }
  .pp-payment-preview { padding: 26px 18px; }
  .pp-next { padding: 36px; }
}
@media (max-width: 700px) {
  .pp-page .lp-container { padding-inline: 22px; }
  .pp-hero { padding-top: 152px; padding-bottom: 65px; }
  .pp-hero h1 { font-size: 36px; line-height: 1.2; }
  .pp-hero > p { font-size: 16px; margin-top: 22px; }
  .pp-breadcrumb { font-size: 13px; gap: 8px; padding-bottom: 36px; }
  .pp-page h2 { font-size: 27px; }
  .pp-grid, .pp-price-grid, .pp-widget, .pp-bench-grid, .pp-brand-grid { grid-template-columns: 1fr; }
  .pp-grid { gap: 20px; }
  .pp-card h2 { font-size: 23px; }
  .pp-card { padding: 28px; }
  .pp-reading-layout { display: block; margin-top: 45px; }
  .pp-contents { position: static; margin-bottom: 40px; }
  .pp-prose p, .pp-prose ul { font-size: 16px; }
  .pp-prose section + section { margin-top: 35px; }
  .pp-notice { padding: 16px; margin-bottom: 26px; }
  .pp-next { flex-direction: column; align-items: start; gap: 25px; margin-top: 64px; padding: 30px 26px; }
  .pp-next h2 { font-size: 27px; }
  .pp-actions { align-items: start; }
  .pp-timeline-group { grid-template-columns: 1fr; gap: 20px; }
  .pp-timeline-group > h2 { font-size: 18px; margin-top: 0; }
  .pp-timeline-entry { padding-block: 25px; }
  .pp-price-card { padding: 28px; }
  .pp-price-card .pp-price { font-size: 32px; }
  .pp-fees { margin-top: 45px; }
  .pp-fees .lp-tabs { gap: 22px; padding: 12px 18px; }
  .pp-fees .lp-tabs button { font-size: 14px; }
  .pp-table-scroll th, .pp-table-scroll td { padding: 16px 10px; font-size: 13px; }
  .pp-faq summary { font-size: 19px; gap: 18px; }
  .pp-faq details p { padding-right: 0; }
  .pp-faq > section { margin-top: 42px; }
  .pp-search { padding: 13px 18px; }
  .pp-search input { font-size: 16px; }
  .pp-field { grid-template-columns: 1fr; }
  .pp-field input[type=text] { font-size: 16px; }
  .pp-preview-frame { padding: 16px; border-radius: 24px; }
  .pp-widget-guide { margin-top: 50px; }
  .pp-widget-guide > h2 { text-align: left; }
  .pp-color-grid { gap: 12px; grid-template-columns: 1fr; }
  .pp-swatch { min-height: 125px; padding: 24px; }
  .pp-brand-tile > div { padding: 28px; min-height: 180px; }
  .pp-payment-preview--pos .pp-preview-amount { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) { .pp-page * { scroll-behavior: auto; transition: none; } }
