.legal-page{
    background:#f5f7fa;
    color:#18212f;
  }
  
  .legal-hero{
    padding:56px 0 28px;
    border-bottom:1px solid #e5ebf1;
  }
  
  .legal-kicker{
    margin:0 0 10px;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#5f6f85;
  }
  
  .legal-hero h1{
    margin:0;
    font-size:2.25rem;
    line-height:1.06;
    letter-spacing:-0.03em;
    color:#111827;
  }
  
  .legal-intro{
    margin:14px 0 0;
    max-width:860px;
    font-size:1.03rem;
    line-height:1.72;
    color:#4c5a6d;
  }
  
  .legal-section{
    padding:30px 0 56px;
  }
  
  .legal-layout{
    display:grid;
    grid-template-columns:280px minmax(0,1fr);
    gap:28px;
    align-items:start;
  }
  
  .legal-summary{
    position:sticky;
    top:110px;
  }
  
  .legal-summary__box{
    background:#fff;
    border:1px solid #dde4ec;
    padding:18px;
  }
  
  .legal-summary__title{
    margin:0 0 14px;
    font-size:1rem;
    font-weight:700;
    color:#111827;
  }
  
  .legal-summary__box a{
    display:block;
    padding:8px 0;
    color:#334155;
    text-decoration:none;
    font-size:.93rem;
    line-height:1.4;
    border-bottom:1px solid #eef2f6;
  }
  
  .legal-summary__box a:last-child{
    border-bottom:0;
  }
  
  .legal-summary__box a:hover{
    color:#175cd3;
  }
  
  .legal-content{
    min-width:0;
  }
  
  .legal-card{
    background:#fff;
    border:1px solid #dde4ec;
    padding:24px;
    margin-bottom:18px;
  }
  
  .legal-card h2{
    margin:0 0 12px;
    font-size:1.38rem;
    line-height:1.2;
    letter-spacing:-0.02em;
    color:#111827;
  }
  
  .legal-card h3{
    margin:18px 0 8px;
    font-size:1.02rem;
    color:#111827;
  }
  
  .legal-card p{
    margin:0 0 14px;
    color:#4c5a6d;
    line-height:1.72;
  }
  
  .legal-card ul{
    margin:0 0 14px 22px;
    color:#4c5a6d;
    line-height:1.72;
  }
  
  .legal-card li{
    margin-bottom:6px;
  }
  
  .legal-card a{
    color:#175cd3;
    text-decoration:none;
  }
  
  .legal-card a:hover{
    text-decoration:underline;
  }
  
  .legal-card--note{
    border-left:4px solid #175cd3;
  }
  
  @media (max-width: 980px){
    .legal-layout{
      grid-template-columns:1fr;
    }
  
    .legal-summary{
      position:static;
    }
  }