/* Survey Control — cinematic shell for support and legal information. */

body {
  background: #061827;
}

.sc-info-main {
  position: relative;
  isolation: isolate;
  background: #061827;
}

.sc-info-main::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 24, 39, .16), rgba(6, 24, 39, .80) 58%),
    linear-gradient(90deg, rgba(6, 24, 39, .18), rgba(6, 24, 39, .52)),
    url('/assets/scenes-r2/support.png') center top / cover no-repeat;
}

.sc-info-hero {
  border: 0;
  background: transparent;
}

.sc-info-hero::after {
  display: none;
}

.sc-info-card,
.sc-info-wide,
.sc-info-contact-strip,
.sc-example-card,
.sc-info-legal-table-wrap {
  border: 0;
  border-radius: 0;
  background: rgba(6, 24, 39, .50);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.sc-info-wide.warning {
  border: 0;
  background: rgba(38, 25, 5, .58);
}

.sc-info-principles div,
.sc-info-legal-note {
  border: 0;
  background: rgba(6, 24, 39, .44);
}
