.tog-legal-hero{
  background:#0d0d0d;
  color:#fff;
  padding:120px 0 70px;
}

.tog-legal-breadcrumb{
  display:flex;
  gap:8px;
  font-size:13px;
  color:#aaa;
  margin-bottom:30px;
}

.tog-legal-breadcrumb a{color:#aaa}

.tog-legal-hero h1{
  font-size:38px;
  font-weight:600;
  margin:0 0 20px;
}

.tog-legal-hero p{
  color:#ddd;
  font-size:16px;
  margin-bottom:18px;
}

.tog-legal-hero small{color:#aaa}

.tog-legal-content{
  background:#fff;
  padding:40px 0 70px;
}

.tog-legal-layout{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:40px;
  align-items:start;
}

.tog-legal-toc{
  position:sticky;
  top:100px;
}

.tog-legal-toc h3{
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:12px;
}

.tog-legal-toc a{
  display:block;
  padding:10px 14px;
  color:#666;
  font-size:13px;
}

.tog-legal-toc a.active,
.tog-legal-toc a:hover{
  background:#fff0f0;
  color:#e82935;
}

.tog-legal-article{
  max-width:850px;
}

.tog-legal-article section{
  margin-bottom:42px;
}

.tog-legal-article h2{
  font-size:20px;
  font-weight:600;
  margin:0 0 20px;
  color:#222;
}

.tog-legal-article h3{
  font-size:15px;
  font-weight:800;
  margin:18px 0 10px;
}

.tog-legal-article p,
.tog-legal-article li{
  color:#666;
  font-size:15px;
  line-height:1.8;
}

.tog-legal-article ul{
  padding-left:20px;
}

.tog-legal-article a{
  color:#e82935;
}

@media(max-width:900px){
  .tog-legal-layout{
    grid-template-columns:1fr;
  }

  .tog-legal-toc{
    position:static;
  }

  .tog-legal-hero h1{
    font-size:32px;
  }
}


.tog-resp-hero{
  background:#bd171c;
  color:#fff;
  padding:120px 0 70px;
}

.tog-resp-hero .tog-legal-breadcrumb,
.tog-resp-hero .tog-legal-breadcrumb a{
  color:#fff;
}

.tog-resp-hero h1{
  font-size:32px;
  font-weight:600;
  margin:0 0 22px;
}

.tog-resp-hero p{
  max-width:760px;
  color:#fff;
  line-height:1.8;
  font-size:14px;
}

.tog-age-alert{
  margin-top:24px;
  background:rgba(0,0,0,.18);
  border-radius:6px;
  padding:18px 20px;
  max-width:520px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
}

.tog-resp-content{
  background:#fff;
  padding:42px 0 70px;
}

.tog-resp-article{
  max-width:760px;
}

.tog-resp-article section{
  margin-bottom:45px;
}

.tog-resp-article h2{
  font-size:20px;
  margin:0 0 18px;
  color:#222;
  font-weight:600;
}

.tog-resp-article > section > p{
  color:#666;
  line-height:1.8;
  font-size:15px;
}

.tog-warning-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:22px;
}

.tog-warning-card{
  display:flex;
  gap:15px;
  background:#fafafa;
  border:1px solid #e5e5e5;
  border-radius:7px;
  padding:18px;
}

.tog-warning-card i{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#df2b31;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
}

.tog-warning-card h3{
  margin:0 0 8px;
  font-size:15px;
  font-weight:900;
  color:#222;
}

.tog-warning-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.6;
}

.tog-checklist{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.tog-checklist div{
  background:#fafafa;
  border:1px solid #e5e5e5;
  border-radius:7px;
  padding:14px 16px;
  color:#333;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:12px;
}

.tog-checklist span{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#df2b31;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  flex:0 0 24px;
}

.tog-help-alert{
  margin-top:22px;
  background:#df2b31;
  color:#fff;
  border-radius:6px;
  padding:16px 18px;
  display:flex;
  gap:12px;
}

.tog-help-alert p {
    margin: 0;
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
}

.tog-safe-tips{
  background:#222;
  color:#fff;
  border-radius:7px;
  padding:24px;
  margin-top:25px;
}

.tog-safe-tips h3{
  margin:0 0 15px;
  color:#fff;
  font-size:18px;
}

.tog-safe-tips ul{
  margin:0;
  padding-left:20px;
}

.tog-safe-tips li{
  color:#fff;
  margin-bottom:10px;
  line-height:1.6;
}

.tog-resp-cta{
  margin-top:45px;
  background:#df2b31;
  color:#fff;
  text-align:center;
  border-radius:7px;
  padding:42px 30px;
}

.tog-resp-cta i{
  font-size:42px;
  margin-bottom:15px;
}

.tog-resp-cta h2{
  color:#fff;
  margin-bottom:14px;
  font-size:18px;
}

.tog-resp-cta p {
    max-width: 440px;
    margin: 0 auto 22px;
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
}

.tog-resp-cta a{
  display:inline-flex;
  color:#fff;
  border:1px solid #fff;
  padding:10px 20px;
  border-radius:4px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
}

@media(max-width:900px){
  .tog-warning-grid{
    grid-template-columns:1fr;
  }

  .tog-resp-hero h1{
    font-size:34px;
  }
	.tog-legal-toc{
		display:none;
	}
}