/* LGPD — banner e página de política (Studio524 / S.524) */

.lgpd-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1350;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.lgpd-consent-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lgpd-consent-banner__content {
  max-width: 1080px;
  margin: 0 auto;
  background: rgba(12, 12, 12, 0.96);
  color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lgpd-consent-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.lgpd-consent-banner__link {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.lgpd-consent-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.lgpd-consent-banner__btn {
  border: 0;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.lgpd-consent-banner__btn--primary {
  background: #fff;
  color: #0a0a0a;
}

.lgpd-consent-banner__btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.lgpd-policy-page {
  min-height: 100vh;
  background: #121717;
  color: #fff;
}

.lgpd-policy-header {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lgpd-policy-header__inner {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lgpd-policy-header__logo {
  width: clamp(9rem, 18vw, 12rem);
  height: auto;
  display: block;
}

.lgpd-policy-header__back {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
}

.lgpd-policy-header__back:hover {
  color: #fff;
}

.lgpd-policy-hero {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2.5rem) 1.5rem;
}

.lgpd-policy-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 300;
  line-height: 1.2;
}

.lgpd-policy-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 42rem;
}

.lgpd-policy-consent {
  max-width: 940px;
  margin: 0 auto 1.5rem;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.lgpd-policy-consent__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.35rem 1.5rem;
}

.lgpd-policy-consent__card.is-resolved {
  border-color: rgba(255, 255, 255, 0.08);
}

.lgpd-policy-consent__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.lgpd-policy-consent__text {
  margin: 0 0 1rem;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.lgpd-policy-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lgpd-policy-consent__status {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.lgpd-policy-consent__status strong {
  color: #fff;
}

.lgpd-policy-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(4rem, 8vw, 6rem);
}

.lgpd-policy-content__inner {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.lgpd-policy-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}

.lgpd-policy-content h2:first-of-type {
  margin-top: 0;
}

.lgpd-policy-content p,
.lgpd-policy-content li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.lgpd-policy-content ul {
  padding-left: 1.35rem;
  margin: 0.5rem 0 1rem;
}

.lgpd-policy-content a {
  color: #fff;
  text-decoration: underline;
}

.lgpd-policy-footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem) 2rem;
  text-align: center;
}

.lgpd-policy-footer a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-decoration: none;
}

.lgpd-policy-footer a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .lgpd-consent-banner {
    bottom: 72px;
  }

  .lgpd-consent-banner__content {
    flex-direction: column;
    align-items: stretch;
  }

  .lgpd-consent-banner__actions {
    width: 100%;
  }

  .lgpd-consent-banner__btn {
    flex: 1;
  }
}
