.consent-banner {
  position: fixed;
  z-index: 1800;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  gap: 20px;
  width: auto;
  max-width: 760px;
  padding: 24px;
  color: #fcf9f4;
  background: rgba(23, 16, 32, .97);
  border: 1px solid rgba(228, 210, 173, .3);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  backdrop-filter: blur(14px);
  font-family: "Manrope", system-ui, sans-serif;
}

.consent-banner[hidden] { display: none; }
.consent-label { margin: 0 0 8px; color: #e4d2ad; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.consent-banner h2, .consent-dialog h2 { margin: 0; font-family: "Bodoni Moda", Didot, serif; font-size: clamp(1.8rem, 7vw, 2.5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.consent-banner__copy > p:not(.consent-label):not(.consent-banner__links) { margin: 12px 0 0; color: rgba(252, 249, 244, .68); font-size: .78rem; line-height: 1.65; }
.consent-banner__links { margin: 9px 0 0; color: rgba(252, 249, 244, .56); font-size: .68rem; }
.consent-banner a, .consent-dialog a { color: inherit; text-underline-offset: 3px; }
.consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-content: end; }
.consent-button { min-height: 46px; padding: 10px 15px; color: #fcf9f4; background: transparent; border: 1px solid rgba(252, 249, 244, .28); border-radius: 999px; font-family: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.consent-button--primary { color: #17131b; background: #e4d2ad; border-color: #e4d2ad; }
.consent-button:hover { transform: translateY(-1px); }
.consent-text-button { grid-column: 1 / -1; padding: 6px; color: rgba(252, 249, 244, .72); background: transparent; border: 0; font: 700 .7rem/1.4 "Manrope", system-ui, sans-serif; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.consent-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; overflow: hidden; color: #17131b; background: #fcf9f4; border: 1px solid rgba(199, 168, 107, .38); border-radius: 22px; box-shadow: 0 35px 100px rgba(0, 0, 0, .5); font-family: "Manrope", system-ui, sans-serif; }
.consent-dialog::backdrop { background: rgba(7, 4, 10, .75); backdrop-filter: blur(5px); }
.consent-dialog form { position: relative; max-height: calc(100dvh - 30px); padding: 30px 22px 24px; overflow-y: auto; }
.consent-dialog__close { position: absolute; top: 14px; right: 14px; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; color: #17131b; background: transparent; border: 1px solid rgba(23, 19, 27, .16); border-radius: 50%; font-size: 1.35rem; cursor: pointer; }
.consent-dialog__intro { margin: 13px 45px 22px 0; color: #655e69; font-size: .8rem; line-height: 1.65; }
.consent-choice { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(23, 19, 27, .13); cursor: pointer; }
.consent-choice > span:first-child, .consent-choice > div { display: grid; gap: 4px; }
.consent-choice strong { font-size: .82rem; }
.consent-choice strong + span { color: #655e69; font-size: .7rem; line-height: 1.55; }
.consent-choice input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: #6b4a79; }
.consent-always { flex: 0 0 auto; color: #6b4a79; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.consent-dialog__actions { display: grid; gap: 9px; margin-top: 18px; }
.consent-dialog .consent-button { color: #17131b; border-color: rgba(23, 19, 27, .22); }
.consent-dialog .consent-button--primary { color: #fcf9f4; background: #171020; border-color: #171020; }
.consent-dialog__legal { margin: 15px 0 0; color: #655e69; font-size: .68rem; text-align: center; }

.privacy-notice { margin: 15px 0 0 !important; color: rgba(252, 249, 244, .52) !important; font-size: .66rem !important; line-height: 1.6 !important; }
.privacy-notice a { color: inherit; text-underline-offset: 3px; }
.lp-privacy-note { margin: 15px 0 0; color: inherit; opacity: .62; font-size: .66rem; line-height: 1.6; }
.lp-privacy-note a { color: inherit; }
.lp-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
.lp-footer__links a, .lp-footer__links button { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

@media (min-width: 700px) {
  .consent-banner { right: auto; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); align-items: end; }
  .consent-dialog form { padding: 38px 34px 30px; }
  .consent-dialog__actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 699px) {
  .consent-banner { bottom: max(10px, env(safe-area-inset-bottom)); max-height: calc(100dvh - 20px); padding: 20px; overflow-y: auto; }
  .consent-banner__actions { grid-template-columns: 1fr; }
  .consent-text-button { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .consent-button { transition: none; }
}
