/* Legal pages (Terms / Privacy) using the LP5 shell */
body.lp5-legal-page{
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  color:#16142e;
  background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
body.lp5-legal-page .switcher--none .switch-pill{
  display:none !important;
}
.lp5-legal-main{
  min-height:50vh;
  padding:48px 20px 72px;
  background:linear-gradient(180deg,#F5F7FF 0%,#FFFFFF 180px);
}
.lp5-legal{
  max-width:820px;
  margin:0 auto;
}
.lp5-legal-title{
  font-family:"Bricolage Grotesque","Inter",sans-serif;
  font-weight:700;
  font-size:clamp(1.75rem,3vw,2.35rem);
  letter-spacing:-.02em;
  line-height:1.15;
  color:#16142e;
  margin:0 0 20px;
  text-align:center;
}
.lp5-legal-lede{
  font-family:"Inter",system-ui,sans-serif;
  font-size:1.02rem;
  color:#3f3b5c;
  margin:0 0 28px;
  line-height:1.65;
}
.lp5-legal-actions{
  display:flex;
  justify-content:flex-end;
  margin:0 0 16px;
}
.lp5-legal-actions a{
  display:inline-flex;
  align-items:center;
  font-size:.92rem;
  font-weight:600;
}
.lp5-legal-body p,
.lp5-legal-body li{
  font-family:"Inter",system-ui,sans-serif;
  font-size:.98rem;
  color:#2c2940;
  margin:0 0 16px;
  line-height:1.65;
}
.lp5-legal-body strong{
  font-family:"DM Sans","Inter",sans-serif;
  font-weight:700;
  color:#16142e;
}
.lp5-legal-body ul{
  margin:0 0 16px;
  padding-left:1.2rem;
}
.cookie-page-updated{
  font-family:"Inter",system-ui,sans-serif;
  font-size:.82rem;
  color:#8a869e;
  margin:32px 0 0;
  padding-top:20px;
  border-top:1px solid #eceaf4;
  text-align:right;
}
.cookie-policy-body .cookie-page-h2{
  font-family:"DM Sans","Inter",sans-serif;
  font-weight:700;
  font-size:1.08rem;
  color:#16142e;
  margin:32px 0 12px;
  letter-spacing:-.01em;
}
.cookie-policy-body .cookie-page-h2:first-child{
  margin-top:0;
}
.cookie-page-cmp-note{
  padding:12px 16px;
  border-radius:10px;
  background:#f5f3ff;
  border:1px solid #e8e4ff;
  font-size:.92rem !important;
}
.cookie-page-table-wrap{
  overflow-x:auto;
  margin:0 0 16px;
  -webkit-overflow-scrolling:touch;
}
.cookie-page-table{
  width:100%;
  border-collapse:collapse;
  font-family:"Inter",system-ui,sans-serif;
  font-size:.82rem;
  line-height:1.45;
}
.cookie-page-table th,
.cookie-page-table td{
  padding:10px 12px;
  text-align:left;
  vertical-align:top;
  border:1px solid #e4e2ef;
}
.cookie-page-table th{
  font-family:"DM Sans","Inter",sans-serif;
  font-weight:700;
  color:#16142e;
  background:#f5f7ff;
  white-space:nowrap;
}
.cookie-page-table td code{
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:.78rem;
  color:#3f3b5c;
  word-break:break-word;
}
.cookie-page-table-note{
  font-size:.88rem !important;
  color:#6b6785 !important;
}
/* Beat body.lp5-body a { color:inherit; text-decoration:none } from v5.css */
body.lp5-body.lp5-legal-page .lp5-legal-lede a,
body.lp5-body.lp5-legal-page .lp5-legal-body a,
body.lp5-body.lp5-legal-page .lp5-legal-actions a{
  color:#5856D6;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1.5px;
}
body.lp5-body.lp5-legal-page .lp5-legal-lede a:hover,
body.lp5-body.lp5-legal-page .lp5-legal-body a:hover,
body.lp5-body.lp5-legal-page .lp5-legal-actions a:hover{
  color:#3f3dd1;
  text-decoration-thickness:2px;
}
@media (max-width:720px){
  .lp5-legal-main{padding:32px 16px 56px}
}
