/* Page-specific rules only. Shared styles: tn-base.css + tn-components.css */

/* thenet.ie — Terms of Service & AUP (legal prose page) */

.tn-legal{background:var(--navy-950);}
.tn-legal__intro{font-size:17px; line-height:1.65; color:var(--t-mid); margin-bottom:48px;}
.tn-legal__intro strong{color:#fff; font-weight:600;}

.tn-legal__block{margin-bottom:52px;}
.tn-legal__block:last-child{margin-bottom:0;}

.tn-legal h2{font-weight:800; font-size:clamp(1.35rem,2.2vw,1.7rem); letter-spacing:-.02em; color:#fff; margin-bottom:18px;
  padding-bottom:14px; border-bottom:1px solid var(--hairline);}
.tn-legal h2 .n{color:var(--gold); font-family:var(--font-mono); font-size:.8em; font-weight:700; letter-spacing:.06em; margin-right:10px;}

.tn-legal p{font-size:16px; line-height:1.65; color:var(--t-mid); margin-bottom:16px;}
.tn-legal p:last-child{margin-bottom:0;}
.tn-legal strong{color:#fff; font-weight:600;}

.tn-legal ul{list-style:none; margin:0 0 16px; padding:0;}
.tn-legal ul:last-child{margin-bottom:0;}
.tn-legal li{position:relative; font-size:16px; line-height:1.6; color:var(--t-mid); padding-left:22px; margin-bottom:10px;}
.tn-legal li::before{content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; border-radius:50%;
  background:var(--blue-bright); opacity:.7;}
.tn-legal li:last-child{margin-bottom:0;}

.tn-legal__note{margin-top:56px; padding:22px 26px; background:var(--surface-1); border:1px solid var(--hairline); border-radius:16px;
  font-size:15.5px; line-height:1.6; color:var(--t-mid);}
.tn-legal__note a{color:var(--gold-bright); text-decoration:underline; text-underline-offset:2px;}

@media (max-width:560px){
  .tn-legal__block{margin-bottom:40px;}
}
