/* ═══════ SHARED STATIC PAGES (Terms, Privacy, About) ═══════ */
.sp-page{font-family:Rubik,sans-serif;color:#1a1a2e;background:#fff}

/* ═══ HERO ═══ */
.sp-hero{background:#0f1114;color:#fff;padding:48px 24px 40px;position:relative;overflow:hidden}
.sp-hero__inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.sp-hero__title{font-size:40px;font-weight:800;margin:0 0 14px;letter-spacing:-.5px;line-height:1.15}
.sp-hero__subtitle{font-size:15px;line-height:1.7;color:#b0b4be;margin:0 0 20px;max-width:520px}
.sp-hero__btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:0}
.sp-btn{display:inline-flex;align-items:center;padding:10px 22px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:.15s;cursor:pointer}
.sp-btn--primary{background:#7b22ff;color:#fff;border:none}
.sp-btn--primary:hover{background:#6818d6;color:#fff;text-decoration:none}
.sp-btn--outline{background:transparent;border:1px solid #555;color:#ccc}
.sp-btn--outline:hover{border-color:#7b22ff;color:#fff;text-decoration:none}
.sp-hero__illustration{position:absolute;right:0;top:0;height:100%;width:340px;opacity:.15;background-size:contain;background-repeat:no-repeat;background-position:right center}

/* ═══ META BAR ═══ */
.sp-meta{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;gap:24px;align-items:center;flex-wrap:wrap;border-bottom:1px solid #f0f0f0;font-size:13px;color:#6b7280}
.sp-meta__item{display:flex;align-items:center;gap:6px}
.sp-meta__print{margin-left:auto;cursor:pointer;color:#7b22ff;background:none;border:none;font-size:13px;font-weight:500}
.sp-meta__print:hover{text-decoration:underline}

/* ═══ BODY (sidebar + content) ═══ */
.sp-body{max-width:1100px;margin:0 auto;padding:32px 24px 60px;display:flex;gap:40px;align-items:flex-start}

/* ═══ SIDEBAR TOC ═══ */
.sp-sidebar{flex:0 0 240px;position:sticky;top:90px}
.sp-toc__title{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9ca3af;margin:0 0 14px}
.sp-toc__list{list-style:none;padding:0;margin:0}
.sp-toc__list li{margin:0}
.sp-toc__link{display:flex;align-items:baseline;gap:8px;padding:7px 12px;font-size:13px;color:#6b7280;text-decoration:none;border-radius:6px;transition:.12s;line-height:1.4}
.sp-toc__link:hover{background:#f3f0ff;color:#7b22ff}
.sp-toc__link.active{background:#f3f0ff;color:#7b22ff;font-weight:600}
.sp-toc__num{font-weight:700;font-size:12px;color:#7b22ff;min-width:18px}
.sp-help{margin-top:28px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px}
.sp-help__icon{font-size:24px;margin-bottom:8px}
.sp-help__title{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.sp-help__text{font-size:13px;color:#6b7280;margin:0 0 10px;line-height:1.5}
.sp-help__link{color:#7b22ff;font-size:13px;font-weight:600;text-decoration:none}
.sp-help__link:hover{text-decoration:underline}

/* ═══ CONTENT ═══ */
.sp-content{flex:1;min-width:0}

/* In Short box */
.sp-summary{background:#f3f0ff;border:1px solid #e0d4ff;border-left:4px solid #7b22ff;border-radius:10px;padding:20px 24px;margin-bottom:28px;display:flex;gap:14px;align-items:flex-start}
.sp-summary__icon{font-size:24px;flex-shrink:0;margin-top:2px}
.sp-summary__text{font-size:14px;line-height:1.7;color:#374151}
.sp-summary__title{font-weight:700;color:#1a1a2e;display:block;margin-bottom:4px;font-size:15px}

/* Accordion sections */
.sp-section{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}
.sp-section.open{border-color:#d4c4ff}
.sp-section__header{display:flex;align-items:center;gap:12px;padding:18px 20px;cursor:pointer;transition:.12s;user-select:none}
.sp-section__header:hover{background:#fafafa}
.sp-section__num{font-size:16px;font-weight:800;color:#7b22ff;min-width:28px}
.sp-section__title{font-size:16px;font-weight:600;color:#1a1a2e;flex:1}
.sp-section__icon{font-size:14px;color:#9ca3af;margin-left:auto;transition:transform .2s}
.sp-section.open .sp-section__icon{transform:rotate(180deg)}
.sp-section__body{display:none;padding:0 20px 20px 60px;font-size:14.5px;line-height:1.8;color:#374151}
.sp-section.open .sp-section__body{display:block}
.sp-section__body p{margin:0 0 12px}
.sp-section__body p:last-child{margin:0}
.sp-section__body ul{padding-left:18px;margin:8px 0 12px}
.sp-section__body li{margin-bottom:6px;line-height:1.75}
.sp-section__body a{color:#7b22ff;text-decoration:none}
.sp-section__body a:hover{text-decoration:underline}
.sp-section__body strong{color:#1a1a2e}

/* Highlight box inside sections */
.sp-highlight{background:#f3f0ff;border-radius:8px;padding:16px 18px;margin:12px 0;border-left:3px solid #7b22ff}
.sp-highlight p{margin:0;font-size:14px}

/* View all toggle */
.sp-viewall{text-align:center;margin:20px 0}
.sp-viewall__btn{color:#7b22ff;font-weight:600;font-size:14px;background:none;border:none;cursor:pointer}
.sp-viewall__btn:hover{text-decoration:underline}

/* ═══ BOTTOM CTA BANNER ═══ */
.sp-banner{background:#7b22ff;color:#fff;padding:36px 24px;text-align:center}
.sp-banner__inner{max-width:800px;margin:0 auto}
.sp-banner__title{font-size:20px;font-weight:700;margin:0 0 6px}
.sp-banner__text{font-size:14px;color:rgba(255,255,255,.85);margin:0 0 20px}
.sp-banner__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.sp-banner .sp-btn--primary{background:#fff;color:#7b22ff}
.sp-banner .sp-btn--primary:hover{background:#f3f0ff}
.sp-banner .sp-btn--outline{border-color:rgba(255,255,255,.5);color:#fff}
.sp-banner .sp-btn--outline:hover{background:rgba(255,255,255,.15);border-color:#fff}

/* ═══ RESPONSIVE ═══ */
@media(max-width:768px){
  .sp-body{flex-direction:column;padding:24px 16px 40px}
  .sp-sidebar{display:none}
  .sp-hero{padding:36px 16px 28px}
  .sp-hero__title{font-size:28px}
  .sp-section__body{padding-left:20px}
  .sp-meta{padding:12px 16px}
  .sp-banner{padding:28px 16px}
}

@media print{
  .sp-sidebar,.sp-hero__btns,.sp-banner,.sp-help,.sp-meta__print{display:none}
  .sp-section__body{display:block!important}
  .sp-hero{background:#fff;color:#000;padding:20px 0}
  .sp-hero__subtitle{color:#333}
}