/* Shared styles for the 509 Connection legal pages (privacy / terms / guidelines). */
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Inter',sans-serif;color:#1C0000;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;}
a{color:#A8136A;text-decoration:none;}
a:hover{text-decoration:underline;}

.l-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid #f0ebe4;}
.l-header-in{max-width:1180px;margin:0 auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;}
.l-header img{height:46px;width:auto;display:block;}
.l-back{font-size:14.5px;font-weight:700;color:#5b504a;}
.l-back:hover{color:#1C0000;text-decoration:none;}

.article{max-width:760px;margin:0 auto;padding:56px 28px 80px;}
.article h1{font-family:'Sora',sans-serif;font-weight:800;font-size:40px;letter-spacing:-0.02em;line-height:1.1;}
.article .updated{color:#8a7d76;font-size:14px;margin-top:10px;margin-bottom:8px;}
.article .lead{font-size:17px;color:#3a2f2a;margin-top:18px;}
.article h2{font-family:'Sora',sans-serif;font-weight:700;font-size:23px;letter-spacing:-0.01em;margin-top:40px;}
.article h3{font-family:'Sora',sans-serif;font-weight:700;font-size:17px;margin-top:24px;}
.article p{margin-top:12px;font-size:15.5px;color:#2a211d;}
.article ul{margin-top:12px;padding-left:22px;}
.article li{margin-top:7px;font-size:15.5px;color:#2a211d;}
.article strong{font-weight:700;}
.article .note{background:#fdfbf6;border:1px solid #f0ebe4;border-radius:14px;padding:16px 18px;margin-top:18px;font-size:14.5px;color:#5b504a;}

.l-footer{background:#1C0000;color:#fff;margin-top:40px;}
.l-footer-in{max-width:1180px;margin:0 auto;padding:40px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;}
.l-footer img{height:54px;width:auto;display:block;}
.l-footer .links{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;}
.l-footer .links a{color:rgba(255,255,255,.72);}
.l-footer .links a:hover{color:#fff;text-decoration:none;}
.l-copy{border-top:1px solid rgba(255,255,255,.1);}
.l-copy-in{max-width:1180px;margin:0 auto;padding:16px 28px;font-size:12.5px;color:rgba(255,255,255,.45);}

@media(max-width:560px){
  .article h1{font-size:32px;}
  .l-footer-in{flex-direction:column;align-items:flex-start;}
}
