.psp-page{padding-top:68px}.psp-hero,.psp-page{background:var(--color-bg)}.psp-hero{position:relative;overflow:hidden;padding:var(--space-8) 0 var(--space-10);border-bottom:1px solid var(--color-border)}.psp-hero__glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.28;pointer-events:none}.psp-hero__glow--1{width:420px;height:420px;background:var(--color-amber);top:-160px;right:-80px}.psp-hero__glow--2{width:320px;height:320px;background:var(--color-terracotta);bottom:-140px;left:-60px}.psp-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-6);align-items:center}.psp-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--color-terracotta-soft);border:1px solid rgba(196,85,45,.25);color:var(--color-terracotta);font-size:13px;font-weight:600;letter-spacing:.02em;padding:7px 18px;border-radius:var(--radius-full);margin-bottom:var(--space-3)}.psp-hero__title{font-family:var(--font-heading);font-size:clamp(34px,5.5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--color-heading);margin-bottom:var(--space-2)}.psp-hero__sub{font-size:clamp(15px,1.8vw,18px);line-height:1.7;color:var(--color-text-muted);max-width:540px;margin-bottom:var(--space-4)}.psp-hero__actions{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-3)}.psp-hero__note{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:500;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:8px 16px}.psp-covers{position:relative;height:340px;display:flex;align-items:center;justify-content:center}.psp-cover{position:absolute;width:168px;height:240px;border-radius:10px;box-shadow:var(--shadow-lg);padding:18px 14px;display:flex;flex-direction:column;justify-content:space-between;transition:transform var(--transition-base)}.psp-cover__word{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.34em;color:rgba(255,255,255,.92)}.psp-cover__shelf{display:block;height:108px;background-image:repeating-linear-gradient(90deg,currentColor 0 5px,transparent 5px 11px);-webkit-mask-image:linear-gradient(180deg,transparent 0 18%,#000 18%);mask-image:linear-gradient(180deg,transparent 0 18%,#000 18%);opacity:.85}.psp-cover--c1{background:var(--color-maroon);color:#C2596A;transform:rotate(-14deg) translateX(-92px) translateY(10px);z-index:1}.psp-cover--c2{background:#8FB6DF;color:#4B7FB5;transform:rotate(-3deg);z-index:2}.psp-cover--c3{background:#E8A6B4;color:#C06E82;transform:rotate(11deg) translateX(92px) translateY(14px);z-index:3}.psp-cover--c2 .psp-cover__word,.psp-cover--c3 .psp-cover__word{color:rgba(255,255,255,.95)}.psp-covers:hover .psp-cover--c1{transform:rotate(-18deg) translateX(-108px) translateY(4px)}.psp-covers:hover .psp-cover--c3{transform:rotate(15deg) translateX(108px) translateY(8px)}.psp-facts{padding:var(--space-5) 0;background:var(--color-white);border-bottom:1px solid var(--color-border)}.psp-facts__title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-3)}.psp-facts__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2)}.psp-fact{display:flex;flex-direction:column;gap:2px;padding:var(--space-3);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:14px}.psp-fact__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-terracotta)}.psp-fact__value{font-family:var(--font-heading);font-size:21px;font-weight:700;color:var(--color-heading);line-height:1.2}.psp-fact__note{font-size:12.5px;color:var(--color-text-muted)}.psp-section{padding:var(--space-8) 0}.psp-section--tint{background:var(--color-white);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.psp-section__title{font-family:var(--font-heading);font-size:clamp(23px,3.4vw,34px);font-weight:700;color:var(--color-heading);line-height:1.25;margin-bottom:var(--space-2);max-width:680px}.psp-section__sub{font-size:15.5px;color:var(--color-text-muted);line-height:1.7;max-width:560px;margin-bottom:var(--space-4)}.psp-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-top:var(--space-4)}.psp-why-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.psp-why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(196,85,45,.35)}.psp-why-card__icon{display:block;font-size:30px;line-height:1;margin-bottom:var(--space-2)}.psp-why-card__title{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--color-heading);margin-bottom:6px}.psp-why-card__desc{font-size:14.5px;line-height:1.7;color:var(--color-text-muted)}.psp-contents{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-6);align-items:center}.psp-contents__sub{font-size:15px;color:var(--color-text-muted);margin-bottom:var(--space-3)}.psp-contents__list{list-style:none;display:flex;flex-direction:column;gap:10px}.psp-contents__item{display:flex;align-items:flex-start;gap:10px;font-size:15.5px;color:var(--color-text);line-height:1.6}.psp-contents__bullet{color:var(--color-amber);font-size:14px;line-height:1.7;flex-shrink:0}.psp-stamps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);padding:var(--space-4);background:var(--color-bg);border:1px dashed rgba(196,85,45,.35);border-radius:var(--radius-lg)}.psp-stamp{display:flex;align-items:center;justify-content:center;aspect-ratio:1;font-size:26px;border-radius:50%;border:2px dashed;opacity:.75}.psp-stamp--0{color:var(--color-maroon-soft)}.psp-stamp--1{color:var(--color-terracotta)}.psp-stamp--2{color:var(--color-amber)}.psp-steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);counter-reset:step}.psp-step{display:flex;gap:var(--space-2);align-items:flex-start;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4)}.psp-step__num{flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:var(--color-maroon-soft);color:var(--color-gold);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.psp-step__title{font-family:var(--font-heading);font-size:16.5px;font-weight:700;color:var(--color-heading);margin-bottom:4px}.psp-step__desc{font-size:14.5px;line-height:1.65;color:var(--color-text-muted)}.psp-faq-wrap{max-width:820px}.psp-faq{display:flex;flex-direction:column;gap:10px;margin-top:var(--space-4)}.psp-faq__item{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:14px;overflow:hidden;transition:border-color var(--transition-fast),background var(--transition-fast)}.psp-faq__item[open]{border-color:rgba(196,85,45,.4);background:var(--color-surface)}.psp-faq__q{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:16px var(--space-3);font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--color-heading);cursor:pointer;list-style:none}.psp-faq__q::-webkit-details-marker{display:none}.psp-faq__q:hover{color:var(--color-maroon-soft)}.psp-faq__chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-terracotta-soft);color:var(--color-terracotta);font-size:16px;font-weight:700;line-height:1;transition:transform var(--transition-fast)}.psp-faq__item[open] .psp-faq__chevron{transform:rotate(45deg)}.psp-faq__a{padding:0 var(--space-3) 18px;font-size:15px;line-height:1.75;color:var(--color-text-muted)}.psp-cta-section{padding:var(--space-8) 0;background:var(--color-terracotta-soft);border-top:1px solid rgba(196,85,45,.18)}.psp-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.psp-cta__title{font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);font-weight:700;color:var(--color-heading);margin-bottom:6px}.psp-cta__desc{font-size:15px;line-height:1.7;color:var(--color-text-muted);max-width:520px}.psp-cta__actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.psp-cta__secondary{background:var(--color-surface)}@media (max-width:960px){.psp-contents,.psp-hero__inner{grid-template-columns:1fr}.psp-hero__inner{text-align:center;justify-items:center}.psp-hero__sub{margin-left:auto;margin-right:auto}.psp-hero__actions{justify-content:center}.psp-covers{order:-1;height:280px;transform:scale(.88)}.psp-steps,.psp-why-grid{grid-template-columns:1fr}.psp-section__title{max-width:none}}@media (max-width:700px){.psp-facts__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.psp-covers{transform:scale(.72)}.psp-hero__actions{flex-direction:column;align-items:stretch;width:100%}.psp-stamps{grid-template-columns:repeat(3,1fr)}.psp-faq__q{font-size:15px}}@media (prefers-reduced-motion:reduce){.psp-cover,.psp-covers:hover .psp-cover--c1,.psp-covers:hover .psp-cover--c3{transition:none}}