:root{
  --bg:#130d29;
  --surface:#21143d;
  --surface-2:#2d1b4f;
  --ink:#fff4e8;
  --muted:#d6c6d7;
  --accent:#f79b5b;
  --accent-2:#7a5fd8;
  --line:rgba(255,244,232,.14);
}
*{box-sizing:border-box}
body{margin:0;font-family:"Spectral",serif;background:
radial-gradient(circle at top left,rgba(122,95,216,.18),transparent 32%),
linear-gradient(180deg,#120c28 0%,#1d1136 40%,#2b1844 100%);color:var(--ink)}
img{display:block;max-width:100%}
a{color:inherit}
.pp-skip{position:absolute;left:-9999px}
.pp-skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;z-index:99;color:#000}
.pp-wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto}
.pp-header{padding:1rem 0 .6rem}
.pp-header-row{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}
.pp-header-row img{width:min(274px,56vw)}
.pp-header nav{display:flex;gap:.7rem 1rem;flex-wrap:wrap;justify-content:center}
.pp-header nav a,.pp-foot-links a{text-decoration:none}
.pp-hero{padding:.7rem 0 1.5rem}
.pp-frame{display:grid;grid-template-columns:1.05fr .95fr;gap:1rem;align-items:stretch}
.pp-media{min-height:520px;border-radius:18px 64px 18px 64px;overflow:hidden;position:relative;background:
linear-gradient(180deg,rgba(18,12,40,.18),rgba(18,12,40,.58)),
url('hero.jpg') center/cover no-repeat;border:1px solid rgba(255,244,232,.12)}
.pp-media::before{content:"";position:absolute;inset:auto auto 18px 18px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#f79b5b 0,rgba(247,155,91,.08) 72%,transparent 73%)}
.pp-stack{display:grid;gap:1rem}
.pp-card,.pp-rank,.pp-box,.pp-footer-board article{background:rgba(255,248,239,.06);backdrop-filter:blur(10px);border:1px solid var(--line)}
.pp-card{padding:1.15rem;border-radius:24px}
.pp-kicker{margin:0 0 .65rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.18em;color:#ffcfab}
.pp-hero h1,.pp-section h2,.pp-page h1,.pp-help-card h2{font-family:"Outfit",sans-serif;line-height:.95;letter-spacing:-.04em;margin:0}
.pp-hero h1{font-size:clamp(2.3rem,5.8vw,5rem);max-width:9ch}
.pp-card p,.pp-rank p,.pp-box p,.pp-page p,.pp-page li,.pp-footer-board p{line-height:1.75}
.pp-meta{display:grid;gap:.75rem}
.pp-meta div{padding:1rem;border-radius:18px;background:rgba(255,248,239,.04);border:1px solid var(--line)}
.pp-ranking,.pp-section,.pp-footer-shell{padding:1.4rem 0}
.pp-rank-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}
.pp-rank-head h2{font-size:clamp(1.9rem,4vw,3.5rem)}
.pp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.pp-rank{padding:1rem;border-radius:22px;display:grid;gap:.75rem}
.pp-rank-top{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center}
.pp-no{width:38px;height:38px;border-radius:12px;background:var(--accent);display:grid;place-items:center;color:#1c1034;font-weight:800}
.pp-rank-top img{height:34px;object-fit:contain;object-position:left center}
.pp-score{font-weight:800;color:#ffcfab}
.pp-rank h3{margin:0;font-size:1.33rem}
.pp-offer{padding:.7rem .8rem;border-radius:16px;background:rgba(247,155,91,.12);border:1px dashed rgba(247,155,91,.36)}
.pp-actions{display:flex;justify-content:space-between;gap:1rem;align-items:center}
.pp-actions a,.pp-box a{padding:.82rem 1rem;border-radius:999px;background:#fff4e8;color:#1c1034;text-decoration:none;font-weight:700}
.pp-cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.pp-box{padding:1rem;border-radius:22px}
.pp-box strong{display:block;margin-bottom:.45rem}
.pp-footer-shell{background:linear-gradient(180deg,rgba(18,12,40,.1),rgba(18,12,40,.32))}
.pp-footer-board{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:1rem}
.pp-footer-board article{padding:1rem;border-radius:22px}
.pp-help-card h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:.35rem}
.pp-hotline{font-family:"Outfit",sans-serif;font-size:2rem;font-weight:800;color:#ffcfab}
.pp-trust{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center;margin-top:.9rem}
.pp-trust img{height:34px;width:auto;object-fit:contain;filter:brightness(1.04)}
.pp-foot-links{display:flex;gap:.5rem 1rem;flex-wrap:wrap}
.pp-footnote{display:grid;gap:.8rem}
.pp-page{width:min(900px,calc(100% - 2rem));margin:0 auto;padding:2.2rem 0 2.8rem}
.pp-date{margin:.8rem 0 1.2rem;color:var(--muted)}
@media (max-width:960px){
  .pp-header-row,.pp-frame,.pp-grid,.pp-cols,.pp-footer-board{grid-template-columns:1fr}
}
@media (max-width:720px){
  .pp-rank-top{grid-template-columns:auto 1fr}
  .pp-score{grid-column:1/-1}
}
