/* Privacy Policy page */
body{overflow-x:hidden}

.legal{position:relative;z-index:2;padding-top:120px;padding-bottom:4rem;min-height:100vh}
.legal-inner{max-width:840px;margin:0 auto;padding:0 2rem}

.legal-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--p);background:rgba(123,110,246,.08);border:1px solid rgba(123,110,246,.25);padding:.4rem .95rem;border-radius:2px;margin-bottom:1.5rem}

.legal-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,6vw,4.5rem);letter-spacing:.04em;color:#fff;line-height:1;margin-bottom:1rem;background:linear-gradient(180deg,#fff 0%,#fff 55%,rgba(123,110,246,.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(123,110,246,.3))}

.legal-meta{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--gray);letter-spacing:.08em;font-weight:500}
.legal-sep{color:var(--p2);opacity:.5}

.legal-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(123,110,246,.25),transparent);margin:2.5rem 0}

.legal-intro{color:var(--gray);line-height:1.85;font-size:1rem;margin-bottom:1.5rem}

.legal-section{margin-bottom:2.2rem}
.legal-section h2{font-family:'Bebas Neue',sans-serif;font-size:1.55rem;letter-spacing:.06em;color:#fff;margin-bottom:.9rem;display:flex;align-items:center;gap:.8rem}
.legal-section h2::before{content:'';display:block;width:18px;height:2px;background:var(--p);box-shadow:0 0 6px var(--p)}
.legal-section p{color:var(--gray);line-height:1.8;font-size:.95rem;margin-bottom:.8rem}
.legal-section p strong{color:rgba(255,255,255,.92);font-weight:700;margin-right:.25rem}
.legal-section em{color:var(--p2);font-style:normal;font-weight:500}
.legal-section ul{list-style:none;padding:0;margin:.4rem 0}
.legal-section ul li{position:relative;padding-left:1.3rem;color:var(--gray);line-height:1.75;font-size:.95rem;margin-bottom:.55rem}
.legal-section ul li::before{content:'◆';position:absolute;left:0;top:0;color:var(--p);font-size:.7rem;top:.3rem}

.legal-mail{display:inline-block;margin-top:.5rem;color:var(--p2);text-decoration:none;font-weight:600;font-size:1rem;letter-spacing:.02em;padding:.5rem 0;border-bottom:1px solid rgba(123,110,246,.3);transition:color .2s,border-color .2s}
.legal-mail:hover{color:#fff;border-color:var(--p2)}

.legal-back-wrap{text-align:center;margin-top:2rem}

@media(max-width:700px){
  .legal{padding-top:90px}
  .legal-inner{padding:0 1.25rem}
  .legal-section h2{font-size:1.3rem}
}
