/* ElSecreto P23 — TGM PUBLICIDAD legal/compliance surface. */

body.tgm-site-elsecreto .tgm-es-compliance-footer {
  clear: both;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 30px 18px calc(26px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(213,174,99,.28);
  background:
    radial-gradient(circle at 15% 0%, rgba(213,174,99,.08), transparent 30rem),
    linear-gradient(155deg,#080507 0%,#10070d 52%,#180a12 100%);
  color: #cdbfc7;
  font-size: 13px;
  line-height: 1.55;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__inner {
  width: min(1120px,100%);
  margin: 0 auto;
  text-align: center;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__brand {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-bottom: 14px;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__brand strong {
  color: #e7c9b8;
  font-size: 15px;
  letter-spacing: .02em;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__brand span {
  color: #ab9aa3;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 0 0 15px;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__nav a {
  color: #e7c9b8 !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__nav a:hover,
body.tgm-site-elsecreto .tgm-es-compliance-footer__nav a:focus-visible {
  color: #fff !important;
  border-bottom-color: rgba(231,201,184,.65);
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__notice {
  max-width: 820px;
  margin: 0 auto 12px;
  color: #cdbfc7;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer address {
  margin: 0 auto 8px;
  color: #9f9098;
  font-style: normal;
}

body.tgm-site-elsecreto .tgm-es-compliance-footer__copy {
  margin: 0;
  color: #776a72;
  font-size: 12px;
}

body.tgm-site-elsecreto .tgm-es-legal {
  width: min(920px,calc(100% - 28px));
  margin: 32px auto 48px;
  padding: clamp(22px,4vw,42px);
  border: 1px solid rgba(213,174,99,.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 3%, rgba(213,174,99,.08), transparent 28rem),
    linear-gradient(145deg,#12080f 0%,#1b0b15 52%,#230d19 100%);
  color: #ded2d8;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
  box-sizing: border-box;
}

body.tgm-site-elsecreto .tgm-es-legal__head {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(213,174,99,.18);
}

body.tgm-site-elsecreto .tgm-es-legal__eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: #d9a88f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.tgm-site-elsecreto .tgm-es-legal h1 {
  margin: 0;
  color: #f7f2f4 !important;
  font-size: clamp(30px,5vw,46px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.025em;
}

body.tgm-site-elsecreto .tgm-es-legal__updated {
  margin: 10px 0 0;
  color: #9e8e97;
  font-size: 12px;
}

body.tgm-site-elsecreto .tgm-es-legal__body h2 {
  margin: 28px 0 10px;
  color: #e7c9b8 !important;
  font-size: 18px;
  line-height: 1.3;
}

body.tgm-site-elsecreto .tgm-es-legal__body h2:first-child {
  margin-top: 0;
}

body.tgm-site-elsecreto .tgm-es-legal__body p,
body.tgm-site-elsecreto .tgm-es-legal__body li {
  color: #d7cbd1 !important;
  font-size: 15px;
  line-height: 1.72;
}

body.tgm-site-elsecreto .tgm-es-legal__body p {
  margin: 0 0 13px;
}

body.tgm-site-elsecreto .tgm-es-legal__body ul {
  margin: 8px 0 18px 20px;
  padding: 0;
}

body.tgm-site-elsecreto .tgm-es-legal__body strong {
  color: #f3e8dc;
}

body.tgm-site-elsecreto .tgm-es-legal__operator {
  margin-top: 32px;
  padding: 18px 20px;
  border: 1px solid rgba(217,168,143,.24);
  border-radius: 16px;
  background: rgba(8,5,7,.34);
  color: #aa9aa3;
  font-size: 13px;
  line-height: 1.6;
}

body.tgm-site-elsecreto .tgm-es-legal__operator strong {
  color: #e7c9b8;
}

@media (max-width:640px) {
  body.tgm-site-elsecreto .tgm-es-compliance-footer {
    padding-inline: 16px;
  }

  body.tgm-site-elsecreto .tgm-es-compliance-footer__nav {
    gap: 8px 14px;
  }

  body.tgm-site-elsecreto .tgm-es-legal {
    width: calc(100% - 20px);
    margin-top: 18px;
    border-radius: 18px;
  }
}
