/* WinRocket — legal pages (Privacy, Terms, Refund) */

.wr-legal-content{padding-bottom:80px}

.wr-legal-nav{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px;
  max-width:920px;margin:0 auto;padding:calc(var(--wr-header-h) + var(--wr-admin-bar-h) + 1.25rem) 1.5rem 0;
}
.wr-legal-nav-link{
  padding:8px 16px;border-radius:100px;font-size:.82rem;font-weight:600;
  color:var(--wr-muted);background:#fff;border:1px solid var(--wr-border);
  transition:all .2s ease;
}
.wr-legal-nav-link:hover,
.wr-legal-nav-link.is-active{
  color:var(--wr-orange);border-color:rgba(255,107,0,.35);
  background:rgba(255,107,0,.06);
}

.wr-legal-hero{
  padding:2rem 1.5rem 2.5rem;text-align:center;
  background:var(--wr-gradient-hero);position:relative;overflow:hidden;
}
.wr-legal-hero::before{
  content:'';position:absolute;inset:0;background:var(--wr-gradient-mesh);pointer-events:none;
}
.wr-legal-hero-inner{position:relative;max-width:720px;margin:0 auto}
.wr-legal-hero h1{
  font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;color:var(--wr-text);
  line-height:1.15;margin:.75rem 0;
}
.wr-legal-hero-sub{
  font-size:1rem;color:var(--wr-muted);line-height:1.65;margin:0 auto 1rem;max-width:560px;
}
.wr-legal-updated{font-size:.78rem;color:var(--wr-muted);margin:0}

.wr-legal-body{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 0}
.wr-legal-prose{font-size:.98rem;line-height:1.75;color:var(--wr-text)}
.wr-legal-prose h2{
  font-size:1.25rem;font-weight:800;color:var(--wr-navy);
  margin:2rem 0 .75rem;padding-top:.5rem;
}
.wr-legal-prose h2:first-child{margin-top:0}
.wr-legal-prose h3{
  font-size:1.02rem;font-weight:700;color:var(--wr-text);margin:1.25rem 0 .5rem;
}
.wr-legal-prose p{margin:0 0 1rem}
.wr-legal-prose ul,
.wr-legal-prose ol{margin:0 0 1rem 1.25rem;padding:0}
.wr-legal-prose li{margin-bottom:.45rem}
.wr-legal-prose a{color:var(--wr-orange);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.wr-legal-prose a:hover{color:#e55f00}
.wr-legal-prose strong{font-weight:700;color:var(--wr-navy)}

.wr-legal-highlight{
  background:linear-gradient(135deg,rgba(0,148,242,.08),rgba(150,73,227,.06));
  border:1px solid rgba(0,148,242,.18);border-radius:16px;
  padding:1.15rem 1.25rem;margin-bottom:1.5rem;
}
.wr-legal-highlight ul{margin:0;padding-left:1.1rem}
.wr-legal-highlight li{margin-bottom:.35rem}
.wr-legal-highlight li:last-child{margin-bottom:0}

.wr-legal-highlight-refund{
  background:linear-gradient(135deg,rgba(255,107,0,.08),rgba(255,107,0,.03));
  border-color:rgba(255,107,0,.22);
}
.wr-legal-highlight-main{display:flex;align-items:center;gap:1rem;text-align:left}
.wr-legal-highlight-num{
  flex-shrink:0;width:64px;height:64px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.75rem;font-weight:900;color:#fff;
  background:linear-gradient(135deg,var(--wr-orange),#e55f00);
  box-shadow:0 8px 24px rgba(255,107,0,.25);
}
.wr-legal-highlight-main strong{
  display:block;font-size:1rem;font-weight:800;color:var(--wr-navy);margin-bottom:.25rem;
}
.wr-legal-highlight-main p{margin:0;font-size:.9rem;color:var(--wr-muted);line-height:1.55}

.wr-legal-content .wr-legal-nav:last-of-type{
  padding-top:2rem;padding-bottom:0;
  border-top:1px solid var(--wr-border);margin-top:2.5rem;
  max-width:760px;
}

@media (max-width:768px){
  .wr-legal-nav{padding-left:1rem;padding-right:1rem}
  .wr-legal-body{padding:2rem 1rem 0}
  .wr-legal-highlight-main{flex-direction:column;text-align:center}
}
