/* GiggTech LLC — shared legal stylesheet for privacy.html and terms-of-service.html */

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body.legal-page{
  background-color:#F6F1E6;
  color:#24292F;
  font-family:"Georgia","Times New Roman",serif;
  font-size:16px;
  line-height:1.8;
  overflow-x:hidden;
}

.legal-page a{
  color:#3B5A7C;
  text-decoration:none;
}

.legal-page a:hover{
  text-decoration:underline;
}

.legal-page a:visited{
  color:#3B5A7C;
}

/* ===== TOP LEGAL HEADER (SOLID) ===== */
.legal-band{
  background-color:#26324A;
  border-bottom:6px solid #C08A4E;
}

.legal-band-inner{
  max-width:900px;
  margin:0 auto;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

.legal-brand{
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:800;
  letter-spacing:3px;
  font-size:24px;
  color:#FFFFFF;
}

.legal-brand span{
  color:#C08A4E;
}

.legal-topnav{
  display:flex;
  gap:18px;
}

.legal-topnav a{
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  color:#EEF2F7;
  font-weight:600;
  font-size:15px;
}

.legal-topnav a:hover{color:#C08A4E;text-decoration:none;}

@media(max-width:600px){
  .legal-brand{font-size:20px;}
  .legal-topnav{gap:12px;}
}

/* ===== TITLE TICKET ===== */
.legal-ticket{
  background-color:#26324A;
  border-bottom:6px dashed #C08A4E;
}

.legal-ticket-inner{
  max-width:900px;
  margin:0 auto;
  padding:60px 24px 52px;
}

.ticket-kicker{
  display:inline-block;
  color:#C08A4E;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:14px;
}

.legal-ticket h1{
  color:#FFFFFF;
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  font-size:clamp(38px,7vw,64px);
  font-weight:900;
  line-height:1.1;
  letter-spacing:-0.5px;
  color:#FFFFFF;
}

.legal-lede{
  color:#F2F4F7;
  font-size:18px;
  margin-top:22px;
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
}

.legal-date{
  margin-top:22px;
  color:#C7CFD9;
  font-style:italic;
}

/* ===== TABLE OF CONTENTS ===== */
.toc-panel{
  background-color:#FDFBF5;
  border-bottom:1px solid #E5DCC8;
}

.toc-inner{
  max-width:900px;
  margin:0 auto;
  padding:0 24px 34px;
}

.toc-title{
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#C08A4E;
  border-bottom:3px solid #C08A4E;
  display:inline-block;
  padding:26px 6px 10px;
  margin-bottom:16px;
}

.toc-inner ol{
  columns:2;
  gap:0 48px;
  list-style:decimal-leading-zero;
  padding-left:26px;
}

@media(max-width:640px){
  .toc-inner ol{columns:1;}
}

.toc-inner li{
  margin:2px 0;
  break-inside:avoid;
}

.toc-inner a{
  color:#46688C;
  font-weight:600;
}

.toc-inner a:hover{color:#26324A;}

/* ===== SCOPED LEGAL BODY ===== */
/* Prevents any global legal stylesheet flaking into inner copy and forces
   the containers to sit on the kraft page rather than inherit transparency. */
.legal-page .legal-content section{
  background-color:transparent !important;
}

.legal-content{
  max-width:900px;
  margin:0 auto;
  padding:52px 24px 30px;
  background-color:transparent;
}

.legal-content section{
  margin-bottom:20px;
  border-bottom:1px solid #E5DCC8;
}

.legal-content section p{
  margin:0 auto 18px;
}

.legal-content h2{
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  font-size:26px;
  font-weight:800;
  color:#26324A;
  margin:18px 0 16px;
  padding-bottom:8px;
  border-bottom:3px solid #C08A4E;
  padding-top:6px;
  letter-spacing:-0.2px;
}

/* smooth scroll offset under sticky-less content */
.legal-content section{
  scroll-margin-top:20px;
}

/* body copy made friendly on the kitchen-tan page with navy ink */
.legal-content p{
  color:#263134;
  font-size:17px;
}

.legal-outro{
  font-weight:600;
  color:#24304c;
  border-left:6px solid #C08A4E;
  padding-left:16px;
}

/* ===== LEGAL FOOTER ===== */
.legal-foot{
  background-color:#26324A;
  border-top:6px solid #C08A4E;
  position:relative;
}

.legal-foot-inner{
  max-width:900px;
  margin:0 auto;
  padding:40px 24px 70px;
}

.legal-foot-brand{
  color:#FFFFFF;
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:700;
  letter-spacing:0.3px;
}

.legal-foot-brand strong{
  color:#C08A4E;
}

.legal-foot-contact{
  color:#E7ECF2;
  margin-top:10px;
  font-style:normal;
}

.legal-back-home{
  margin:18px 0 0;
}

.legal-back-home a{
  display:inline-block;
  color:#FFFFFF;
  background-color:#C08A4E;
  padding:11px 22px;
  border-radius:6px;
  font-weight:700;
}

.legal-back-home a:hover{
  background-color:#A96F35;
  text-decoration:none;
}

.legal-copy{
  color:#B9C2CE;
  font-size:14px;
  margin-top:22px;
  border-top:1px solid #3A4A65;
  padding-top:16px;
}

/* ===== nested page shell closes flush ===== */
.legal-page-wrap{
  max-width:none;
}
