@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

footer {
  all: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Устанавливает цвет ссылки такой же, как у родительского элемента */
  font-weight: normal; /* Устанавливает обычный вес шрифта */
  background: none; /* Убирает фоновый цвет */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку */
}

@font-face {
  font-family: "goverstellunge-PlusJakartaSans";
  src: url("/goverstellunge-PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-family: "goverstellunge-PlusJakartaSans";
  background: radial-gradient(1200px 600px at 70% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
}

html {
  scroll-behavior: smooth;
}

/* ===== Goverstellunge Header (premium) ===== */
:root {
  --gvr-brand: #BB10E0;
  --gvr-bg: rgba(8, 8, 12, .78);
  --gvr-text: rgba(255, 255, 255, .92);
  --gvr-muted: rgba(255, 255, 255, .62);
  --gvr-line: rgba(255, 255, 255, .10);
  --gvr-radius: 16px;
  --gvr-height: 88px;
  --gvr-height-compact: 64px;
  --gvr-ink: rgba(187, 16, 224, .10);
}

.gvr-header-goverstellunge {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(12, 12, 16, 0.7), rgba(12, 12, 16, 0.35));
  border-bottom: 1px solid var(--gvr-line);
  transition: height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  height: var(--gvr-height);
  /* Brand */
  /* Nav (desktop) */
  /* «Чернила» под активным/ховер пунктом */
  /* Burger (hidden on desktop) */
  /* Mobile panel */
  /* Responsive */
}
.gvr-header-goverstellunge__glow {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(35% 100% at 15% 50%, rgba(187, 16, 224, 0.55), transparent 70%), radial-gradient(35% 100% at 85% 50%, rgba(187, 16, 224, 0.35), transparent 70%), linear-gradient(90deg, transparent, rgba(187, 16, 224, 0.65), transparent);
  pointer-events: none;
}
.gvr-header-goverstellunge__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.gvr-header-goverstellunge__brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  outline: 1px solid rgba(255, 255, 255, 0.06);
  transition: outline-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.gvr-header-goverstellunge__brand:hover {
  outline-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}
.gvr-header-goverstellunge__brandMark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: radial-gradient(80% 80% at 30% 20%, rgba(255, 255, 255, 0.35), transparent 60%), conic-gradient(from 0deg, rgb(187, 16, 224), rgba(187, 16, 224, 0.6), rgb(187, 16, 224));
  box-shadow: 0 0 24px rgba(187, 16, 224, 0.45), inset 0 0 8px rgba(255, 255, 255, 0.25);
}
.gvr-header-goverstellunge__brandText {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: 1.18rem;
  white-space: nowrap;
}
.gvr-header-goverstellunge__nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  outline: 1px solid rgba(255, 255, 255, 0.08);
}
.gvr-header-goverstellunge__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gvr-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.2px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.gvr-header-goverstellunge__link:hover {
  color: #fff;
  transform: translateY(-1px);
}
.gvr-header-goverstellunge__link.is-active {
  color: #fff;
}
.gvr-header-goverstellunge__ink {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 36px;
  margin: auto 0;
  border-radius: 999px;
  background: radial-gradient(80% 120% at 50% 50%, var(--gvr-ink), transparent 70%), linear-gradient(180deg, rgba(187, 16, 224, 0.18), rgba(187, 16, 224, 0.04));
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.22), 0 6px 28px rgba(187, 16, 224, 0.25);
  transition: left 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.gvr-header-goverstellunge__burger {
  justify-self: end;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}
.gvr-header-goverstellunge__burger:hover {
  background: rgba(255, 255, 255, 0.06);
  outline-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}
.gvr-header-goverstellunge__burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--gvr-text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.gvr-header-goverstellunge__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.gvr-header-goverstellunge__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.gvr-header-goverstellunge__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.gvr-header-goverstellunge__mobile {
  position: fixed;
  inset: var(--gvr-height) 12px auto 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.92));
  outline: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 8px;
  padding: 14px;
  z-index: 999;
  animation: gvrDrop 0.18s ease-out;
}
@keyframes gvrDrop {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.gvr-header-goverstellunge__mLink {
  display: block;
  text-decoration: none;
  color: var(--gvr-text);
  font-weight: 700;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.gvr-header-goverstellunge__mLink:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transform: translateY(-1px);
}
.gvr-header-goverstellunge__mLink.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.3);
}
@media (max-width: 1100px) {
  .gvr-header-goverstellunge__nav {
    display: none;
  }
  .gvr-header-goverstellunge__burger {
    display: inline-block;
  }
}

/* базово: десктоп */
.gvr-header-goverstellunge__nav {
  display: inline-flex;
}

.gvr-header-goverstellunge__burger {
  display: none;
}

/* ЯВНО фиксируем поведение по брейкпоинту, чтобы не спорило с ранними стилями */
@media (min-width: 1025px) {
  .gvr-header-goverstellunge__nav {
    display: inline-flex !important;
  }
  .gvr-header-goverstellunge__burger {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .gvr-header-goverstellunge__nav {
    display: none !important;
  }
  .gvr-header-goverstellunge__burger {
    display: inline-flex !important;
  }
}
/* Бургер поверх всего, чтобы клик всегда ловился */
.gvr-header-goverstellunge__burger {
  position: relative;
  z-index: 1002;
  /* ↑ */
}

/* Мобильное меню + оверлей управляются классом .is-open вместо hidden */
.gvr-header-goverstellunge__overlay {
  position: fixed;
  inset: var(--gvr-height) 0 0 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}

.gvr-header-goverstellunge__mobile {
  position: fixed;
  inset: var(--gvr-height) 12px auto 12px;
  z-index: 1001;
}

/* по умолчанию скрыто */
.gvr-header-goverstellunge__overlay[hidden],
.gvr-header-goverstellunge__mobile[hidden] {
  display: none !important;
}

/* при открытии */
.gvr-header-goverstellunge.is-open .gvr-header-goverstellunge__overlay,
.gvr-header-goverstellunge.is-open .gvr-header-goverstellunge__mobile {
  display: grid !important;
}

:root {
  --gvr-brand: #BB10E0;
  --gvr-brand-ink: rgba(187, 16, 224, .18);
  --gvr-bg-deep: #0A0A0F;
  --gvr-bg-grad-a: rgba(18, 18, 26, .9);
  --gvr-bg-grad-b: rgba(18, 18, 26, .55);
  --gvr-text: rgba(255, 255, 255, .92);
  --gvr-muted: rgba(255, 255, 255, .68);
  --gvr-line: rgba(255, 255, 255, .10);
  --gvr-soft: rgba(255, 255, 255, .05);
  --gvr-radius-outer: 22px;
  --gvr-radius: 16px;
}

.gvr-main-goverstellunge {
  background: var(--gvr-bg-deep);
  color: var(--gvr-text);
}

/* ===== HERO ===== */
.gvr-hero-goverstellunge {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(48px, 8vw, 92px) 0 clamp(32px, 6vw, 64px);
  background: radial-gradient(1200px 600px at 70% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, var(--gvr-bg-grad-a), var(--gvr-bg-grad-b));
  /* Витрина справа */
  /* Прогресс прокрутки */
  /* Адаптив */
  /* respect reduced motion */
}
.gvr-hero-goverstellunge__glow {
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: radial-gradient(30% 100% at 15% 50%, rgba(187, 16, 224, 0.6), transparent 70%), radial-gradient(30% 100% at 85% 50%, rgba(187, 16, 224, 0.35), transparent 70%), linear-gradient(90deg, transparent, rgba(187, 16, 224, 0.7), transparent);
  opacity: 0.9;
  pointer-events: none;
}
.gvr-hero-goverstellunge__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gvr-hero-goverstellunge__spot {
  position: absolute;
  filter: blur(48px);
  opacity: 0.6;
  mix-blend-mode: screen;
}
.gvr-hero-goverstellunge__spot--a {
  left: 2%;
  top: 10%;
  width: 260px;
  height: 260px;
  background: radial-gradient(closest-side, rgba(187, 16, 224, 0.55), transparent);
}
.gvr-hero-goverstellunge__spot--b {
  right: -3%;
  top: 20%;
  width: 360px;
  height: 360px;
  background: radial-gradient(closest-side, rgba(187, 16, 224, 0.35), transparent);
}
.gvr-hero-goverstellunge__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
}
.gvr-hero-goverstellunge__inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  min-height: 430px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.gvr-hero-goverstellunge__eyebrow {
  display: inline-block;
  font-size: 0.88rem;
  color: var(--gvr-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gvr-soft);
  outline: 1px solid var(--gvr-line);
  margin-bottom: 16px;
}
.gvr-hero-goverstellunge__title {
  font-weight: 900;
  line-height: 1.06;
  font-size: clamp(32px, 5.6vw, 64px);
  letter-spacing: 0.4px;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #fff, #D7B3E1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 130px;
}
.gvr-hero-goverstellunge__title span {
  white-space: nowrap;
}
.gvr-hero-goverstellunge__lead {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--gvr-muted);
  max-width: 62ch;
  margin: 0 0 22px;
}
.gvr-hero-goverstellunge__cta {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.gvr-hero-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid var(--gvr-line);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}
.gvr-hero-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}
.gvr-hero-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}
.gvr-hero-goverstellunge__btn--inline {
  padding: 10px 14px;
  font-weight: 700;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.gvr-hero-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}
.gvr-hero-goverstellunge__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.gvr-hero-goverstellunge__stat {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid var(--gvr-line);
}
.gvr-hero-goverstellunge__statNum {
  display: block;
  font-weight: 900;
  font-size: 1.3rem;
}
.gvr-hero-goverstellunge__statLabel {
  display: block;
  font-size: 0.9rem;
  color: var(--gvr-muted);
}
.gvr-hero-goverstellunge__visual {
  perspective: 1200px;
}
.gvr-hero-goverstellunge__card {
  border-radius: var(--gvr-radius-outer);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  outline: 1px solid var(--gvr-line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: 18px;
  transform-style: preserve-3d;
  will-change: transform;
}
.gvr-hero-goverstellunge__cardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gvr-hero-goverstellunge__chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid var(--gvr-line);
}
.gvr-hero-goverstellunge__pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39ff88;
  box-shadow: 0 0 0 0 rgba(57, 255, 136, 0.5);
  animation: gvr-pulse 2s infinite;
}
@keyframes gvr-pulse {
  to {
    box-shadow: 0 0 0 18px transparent;
  }
}
.gvr-hero-goverstellunge__rooms {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gvr-hero-goverstellunge__room {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid var(--gvr-line);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease;
}
.gvr-hero-goverstellunge__room:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.04);
  outline-color: rgba(255, 255, 255, 0.16);
}
.gvr-hero-goverstellunge__roomIcon {
  font-size: 1.1rem;
  opacity: 0.9;
}
.gvr-hero-goverstellunge__roomTitle {
  font-weight: 800;
}
.gvr-hero-goverstellunge__roomMeta {
  font-size: 0.92rem;
  color: var(--gvr-muted);
}
.gvr-hero-goverstellunge__cardFoot {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.gvr-hero-goverstellunge__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.04);
}
.gvr-hero-goverstellunge__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gvr-brand), rgba(187, 16, 224, 0.5));
  transition: width 0.1s linear;
}
@media (max-width: 1100px) {
  .gvr-hero-goverstellunge__inner {
    grid-template-columns: 1fr;
  }
  .gvr-hero-goverstellunge__visual {
    order: -1;
    margin-bottom: 18px;
  }
}
@media (max-width: 680px) {
  .gvr-hero-goverstellunge__stats {
    grid-template-columns: 1fr 1fr;
  }
  .gvr-hero-goverstellunge__lead {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gvr-hero-goverstellunge * {
    animation: none !important;
    transition: none !important;
  }
}

.gvr-why-goverstellunge {
  background: radial-gradient(900px 500px at 80% 0%, rgba(187, 16, 224, 0.08), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.95), rgba(14, 14, 20, 0.88));
  padding: clamp(48px, 6vw, 80px) 0;
}
.gvr-why-goverstellunge__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.gvr-why-goverstellunge__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}
.gvr-why-goverstellunge__subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}
.gvr-why-goverstellunge__list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.gvr-why-goverstellunge__item {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease, outline-color 0.25s ease;
}
.gvr-why-goverstellunge__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
  outline-color: rgba(255, 255, 255, 0.15);
}
.gvr-why-goverstellunge__icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.gvr-why-goverstellunge__itemTitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.gvr-why-goverstellunge__text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.gvr-article-goverstellunge {
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
  color: rgba(255, 255, 255, 0.92);
}

.gvr-article-goverstellunge__wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(20px, 4vw, 48px);
}

.gvr-article-goverstellunge__toc {
  position: sticky;
  top: 96px;
  align-self: start;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.gvr-article-goverstellunge__tocTitle {
  font-weight: 800;
  font-size: 1rem;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.8);
}

.gvr-article-goverstellunge__tocNav {
  display: grid;
  gap: 6px;
}

.gvr-article-goverstellunge__tocLink {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 12px;
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, outline-color 0.2s ease;
}

.gvr-article-goverstellunge__tocLink:hover {
  color: #fff;
  transform: translateX(2px);
  outline-color: rgba(255, 255, 255, 0.14);
}

.gvr-article-goverstellunge__tocLink.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.28);
}

.gvr-article-goverstellunge__content {
  min-width: 0;
}

.gvr-article-goverstellunge__head {
  margin-bottom: 20px;
}

.gvr-article-goverstellunge__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-article-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0 0 10px;
}

.gvr-article-goverstellunge__body {
  display: grid;
  gap: 28px;
}

.gvr-article-goverstellunge__section {
  display: grid;
  gap: 16px;
}

.gvr-article-goverstellunge__h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}

.gvr-article-goverstellunge__quote {
  margin: 8px 0 0;
  padding: 18px 18px 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  line-height: 1.5;
}

.gvr-article-goverstellunge__callouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gvr-article-goverstellunge__callout {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 6px;
}

.gvr-article-goverstellunge__figure {
  margin: 4px 0 0;
  border-radius: 16px;
  overflow: clip;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.gvr-article-goverstellunge__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.gvr-article-goverstellunge__figcap {
  padding: 10px 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-article-goverstellunge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gvr-article-goverstellunge__card {
  display: grid;
  gap: 8px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 10px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-article-goverstellunge__card:hover {
  transform: translateY(-2px);
  outline-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.gvr-article-goverstellunge__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.gvr-article-goverstellunge__cardTitle {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.gvr-article-goverstellunge__details {
  display: grid;
  gap: 10px;
}

.gvr-article-goverstellunge__detailsBtn {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-article-goverstellunge__detailsBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-article-goverstellunge__detailsPanel {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  .gvr-article-goverstellunge__wrap {
    grid-template-columns: 1fr;
  }
  .gvr-article-goverstellunge__toc {
    position: static;
    order: -1;
  }
  .gvr-article-goverstellunge__callouts {
    grid-template-columns: 1fr;
  }
  .gvr-article-goverstellunge__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-mysticstars-goverstellunge {
  padding: clamp(56px, 7vw, 96px) 0;
  background: radial-gradient(1200px 600px at 70% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
  color: rgba(255, 255, 255, 0.92);
}

.gvr-mysticstars-goverstellunge__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-mysticstars-goverstellunge__head {
  margin-bottom: 20px;
}

.gvr-mysticstars-goverstellunge__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-mysticstars-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-mysticstars-goverstellunge__wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  margin-top: 22px;
}

.gvr-mysticstars-goverstellunge__about {
  display: grid;
  gap: 14px;
}

.gvr-mysticstars-goverstellunge__about p {
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-mysticstars-goverstellunge__bullets {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-goverstellunge__bullets li {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
}

.gvr-mysticstars-goverstellunge__media {
  display: grid;
  gap: 12px;
}

.gvr-mysticstars-goverstellunge__figure {
  border-radius: 16px;
  overflow: clip;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.gvr-mysticstars-goverstellunge__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.gvr-mysticstars-goverstellunge__figcap {
  padding: 10px 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-mysticstars-goverstellunge__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gvr-mysticstars-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-mysticstars-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-mysticstars-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-mysticstars-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

.gvr-mysticstars-goverstellunge__tabs {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.gvr-mysticstars-goverstellunge__tablist {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.gvr-mysticstars-goverstellunge__tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gvr-mysticstars-goverstellunge__tab:hover {
  color: #fff;
  transform: translateY(-1px);
}

.gvr-mysticstars-goverstellunge__tab.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.gvr-mysticstars-goverstellunge__panel {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
}

.gvr-mysticstars-goverstellunge__panel.is-active {
  display: block;
}

.gvr-mysticstars-goverstellunge__panel[hidden] {
  display: none;
}

.gvr-mysticstars-goverstellunge__panelGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.gvr-mysticstars-goverstellunge__panelCol {
  min-width: 0;
}

.gvr-mysticstars-goverstellunge__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 6px;
}

.gvr-mysticstars-goverstellunge__miniList {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-goverstellunge__preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}

.gvr-mysticstars-goverstellunge__reel {
  display: grid;
  place-items: center;
  height: 64px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  outline: 1px solid rgba(255, 255, 255, 0.08);
  text-shadow: 0 4px 14px rgba(187, 16, 224, 0.35);
}

.gvr-mysticstars-goverstellunge__legend {
  margin-top: 24px;
}

.gvr-mysticstars-goverstellunge__legendList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-goverstellunge__legendItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.gvr-mysticstars-goverstellunge__badge {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-weight: 800;
  background: rgba(187, 16, 224, 0.18);
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.3);
}

.gvr-mysticstars-goverstellunge__legendText {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .gvr-mysticstars-goverstellunge__wrap {
    grid-template-columns: 1fr;
  }
  .gvr-mysticstars-goverstellunge__panelGrid {
    grid-template-columns: 1fr;
  }
  .gvr-mysticstars-goverstellunge__legendList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .gvr-mysticstars-goverstellunge__legendList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gvr-freeplay-goverstellunge {
  padding: clamp(54px, 7vw, 96px) 0;
  background: radial-gradient(1100px 540px at 75% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
  color: rgba(255, 255, 255, 0.92);
}

.gvr-freeplay-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-freeplay-goverstellunge__head {
  text-align: center;
  margin-bottom: 22px;
}

.gvr-freeplay-goverstellunge__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-freeplay-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-freeplay-goverstellunge__content {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: clamp(18px, 3.2vw, 28px);
}

.gvr-freeplay-goverstellunge__badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(187, 16, 224, 0.16);
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.32);
  font-weight: 800;
  margin-bottom: 16px;
}

.gvr-freeplay-goverstellunge__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-freeplay-goverstellunge__item {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-freeplay-goverstellunge__item:hover {
  transform: translateY(-2px);
  outline-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.gvr-freeplay-goverstellunge__itemTitle {
  font-weight: 800;
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.gvr-freeplay-goverstellunge__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.gvr-freeplay-goverstellunge__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.gvr-freeplay-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-freeplay-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-freeplay-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-freeplay-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

.gvr-freeplay-goverstellunge__note {
  margin-top: 14px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

@media (max-width: 900px) {
  .gvr-freeplay-goverstellunge__list {
    grid-template-columns: 1fr;
  }
}
.gvr-responsible-goverstellunge {
  padding: clamp(54px, 7vw, 96px) 0;
  background: radial-gradient(1100px 540px at 25% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
  color: rgba(255, 255, 255, 0.92);
}

.gvr-responsible-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-responsible-goverstellunge__head {
  text-align: center;
  margin-bottom: 22px;
}

.gvr-responsible-goverstellunge__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-responsible-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-responsible-goverstellunge__grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gvr-responsible-goverstellunge__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 12px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-responsible-goverstellunge__card:hover {
  transform: translateY(-2px);
  outline-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.gvr-responsible-goverstellunge__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0;
}

.gvr-responsible-goverstellunge__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-responsible-goverstellunge__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.gvr-responsible-goverstellunge__tools {
  display: grid;
  gap: 10px;
}

.gvr-responsible-goverstellunge__toolBtn {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-responsible-goverstellunge__toolBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-responsible-goverstellunge__toolPanel {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.gvr-responsible-goverstellunge__foot {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

.gvr-responsible-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-responsible-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-responsible-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-responsible-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

@media (max-width: 1024px) {
  .gvr-responsible-goverstellunge__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-footer-goverstellunge {
  background: radial-gradient(1200px 600px at 70% 0%, rgba(187, 16, 224, 0.1), transparent 60%), linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(14, 14, 20, 0.9));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.gvr-footer-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-footer-goverstellunge__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.gvr-footer-goverstellunge__logoText {
  font-weight: 900;
  font-size: 1.2rem;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-footer-goverstellunge__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.gvr-footer-goverstellunge__link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.gvr-footer-goverstellunge__link:hover {
  color: #fff;
}

.gvr-footer-goverstellunge__info {
  margin-bottom: 16px;
}

.gvr-footer-goverstellunge__text {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-footer-goverstellunge__bottom {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.54);
}

@media (max-width: 640px) {
  .gvr-footer-goverstellunge__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .gvr-footer-goverstellunge__list {
    gap: 12px;
  }
}
.gvr-about-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-about-goverstellunge__hero {
  background: radial-gradient(900px 500px at 50% 0%, rgba(187, 16, 224, 0.12), transparent), linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  padding: clamp(60px, 8vw, 100px) 0;
  text-align: center;
}

.gvr-about-goverstellunge__title {
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
  margin: 0 0 10px;
}

.gvr-about-goverstellunge__subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.76);
  max-width: 680px;
  margin: 0 auto;
}

.gvr-about-goverstellunge__mission {
  padding: clamp(50px, 7vw, 80px) 0;
}

.gvr-about-goverstellunge__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.gvr-about-goverstellunge__col--img img {
  width: 100%;
  border-radius: 18px;
}

.gvr-about-goverstellunge__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-about-goverstellunge__features {
  padding: clamp(50px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-about-goverstellunge__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-about-goverstellunge__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-about-goverstellunge__values {
  padding: clamp(50px, 7vw, 80px) 0;
}

.gvr-about-goverstellunge__valueGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gvr-about-goverstellunge__value {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
}

.gvr-about-goverstellunge__cta {
  padding: clamp(50px, 7vw, 80px) 0;
  text-align: center;
  background: radial-gradient(900px 500px at 50% 0%, rgba(187, 16, 224, 0.12), transparent);
}

.gvr-about-goverstellunge__btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .gvr-about-goverstellunge__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-about-goverstellunge {
  color: #fff;
}

.gvr-contact-goverstellunge {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-contact-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-contact-goverstellunge__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(900px 500px at 50% 0%, rgba(187, 16, 224, 0.12), transparent), linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
}

.gvr-contact-goverstellunge__title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-contact-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 720px;
}

.gvr-contact-goverstellunge__section {
  padding: clamp(44px, 7vw, 88px) 0;
}

.gvr-contact-goverstellunge__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.gvr-contact-goverstellunge__info {
  display: grid;
  gap: 14px;
}

.gvr-contact-goverstellunge__h2 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
}

.gvr-contact-goverstellunge__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-contact-goverstellunge__card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.gvr-contact-goverstellunge__badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(187, 16, 224, 0.16);
  box-shadow: inset 0 0 0 1px rgba(187, 16, 224, 0.32);
  font-weight: 800;
}

.gvr-contact-goverstellunge__formWrap {
  width: 100%;
}

.gvr-contact-goverstellunge__form {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
}

.gvr-contact-goverstellunge__row {
  display: grid;
  gap: 8px;
}

.gvr-contact-goverstellunge__row--check {
  align-items: center;
}

.gvr-contact-goverstellunge__label {
  font-weight: 700;
}

.gvr-contact-goverstellunge__input,
.gvr-contact-goverstellunge__textarea {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 12px 14px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-contact-goverstellunge__input:focus,
.gvr-contact-goverstellunge__textarea:focus {
  outline-color: rgba(187, 16, 224, 0.35);
  box-shadow: 0 0 0 4px rgba(187, 16, 224, 0.18);
}

.gvr-contact-goverstellunge__textarea {
  resize: vertical;
  min-height: 140px;
}

.gvr-contact-goverstellunge__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gvr-contact-goverstellunge__count {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.gvr-contact-goverstellunge__err {
  min-height: 18px;
  font-size: 0.9rem;
  color: #ff9090;
}

.gvr-contact-goverstellunge__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.86);
}

.gvr-contact-goverstellunge__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.gvr-contact-goverstellunge__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.gvr-contact-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-contact-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-contact-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-contact-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

.gvr-contact-goverstellunge__btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.gvr-contact-goverstellunge__status {
  min-height: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.gvr-contact-goverstellunge__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.gvr-contact-goverstellunge__modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1001;
}

.gvr-contact-goverstellunge__modalIn {
  width: min(560px, 92vw);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  outline: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  padding: 22px;
  text-align: center;
}

.gvr-contact-goverstellunge__modalTitle {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 1.4rem;
}

.gvr-contact-goverstellunge__modalText {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1000px) {
  .gvr-contact-goverstellunge__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-contact-goverstellunge__overlay[hidden],
.gvr-contact-goverstellunge__modal[hidden] {
  display: none !important;
}

.gvr-respplay-goverstellunge {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-respplay-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-respplay-goverstellunge__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(900px 500px at 50% 0%, rgba(187, 16, 224, 0.12), transparent), linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  text-align: center;
}

.gvr-respplay-goverstellunge__title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-respplay-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
}

.gvr-respplay-goverstellunge__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-respplay-goverstellunge__principles {
  padding: clamp(44px, 7vw, 80px) 0;
}

.gvr-respplay-goverstellunge__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.gvr-respplay-goverstellunge__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-respplay-goverstellunge__card:hover {
  transform: translateY(-2px);
  outline-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.gvr-respplay-goverstellunge__tools {
  padding: clamp(44px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-goverstellunge__toolGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.gvr-respplay-goverstellunge__tool {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.gvr-respplay-goverstellunge__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0;
}

.gvr-respplay-goverstellunge__row {
  display: grid;
  gap: 8px;
}

.gvr-respplay-goverstellunge__label {
  font-weight: 700;
}

.gvr-respplay-goverstellunge__select {
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
  padding: 10px 12px;
}

.gvr-respplay-goverstellunge__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gvr-respplay-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-respplay-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-respplay-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

.gvr-respplay-goverstellunge__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.gvr-respplay-goverstellunge__hint {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.gvr-respplay-goverstellunge__text {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.gvr-respplay-goverstellunge__tips {
  padding: clamp(44px, 7vw, 80px) 0;
}

.gvr-respplay-goverstellunge__tipsGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.gvr-respplay-goverstellunge__tip {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 6px;
}

.gvr-respplay-goverstellunge__faq {
  padding: clamp(44px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-goverstellunge__accordion {
  display: grid;
  gap: 10px;
}

.gvr-respplay-goverstellunge__accBtn {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-respplay-goverstellunge__accBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-respplay-goverstellunge__accPanel {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.gvr-respplay-goverstellunge__pledge {
  padding: clamp(44px, 7vw, 80px) 0;
  text-align: center;
}

.gvr-respplay-goverstellunge__lead {
  max-width: 820px;
  margin: 0 auto 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

@media (max-width: 720px) {
  .gvr-respplay-goverstellunge__subtitle {
    padding: 0 6px;
  }
}
.gvr-privacy-goverstellunge {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-privacy-goverstellunge__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-privacy-goverstellunge__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(900px 500px at 50% 0%, rgba(187, 16, 224, 0.12), transparent), linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  text-align: center;
}

.gvr-privacy-goverstellunge__title {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-privacy-goverstellunge__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0 auto 8px;
}

.gvr-privacy-goverstellunge__jump {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.gvr-privacy-goverstellunge__jumpLink {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}

.gvr-privacy-goverstellunge__intro {
  padding: clamp(40px, 6vw, 70px) 0;
}

.gvr-privacy-goverstellunge__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gvr-privacy-goverstellunge__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-privacy-goverstellunge__content {
  padding: clamp(30px, 5vw, 60px) 0;
}

.gvr-privacy-goverstellunge__stack {
  display: grid;
  gap: 16px;
}

.gvr-privacy-goverstellunge__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-privacy-goverstellunge__h3 {
  font-size: 1.18rem;
  margin: 0 0 6px;
  font-weight: 800;
}

.gvr-privacy-goverstellunge__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: disc inside;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-privacy-goverstellunge__block {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-privacy-goverstellunge__cookies {
  padding: clamp(44px, 7vw, 90px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-goverstellunge__cookiesHead {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.gvr-privacy-goverstellunge__prefs {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.gvr-privacy-goverstellunge__toggleRow {
  display: grid;
  gap: 6px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
}

.gvr-privacy-goverstellunge__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.gvr-privacy-goverstellunge__cookieActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.gvr-privacy-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.gvr-privacy-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
  box-shadow: 0 10px 30px rgba(187, 16, 224, 0.18);
}

.gvr-privacy-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(187, 16, 224, 0.25);
}

.gvr-privacy-goverstellunge__status {
  min-height: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.gvr-privacy-goverstellunge__tableWrap {
  margin-top: 14px;
  overflow: auto;
}

.gvr-privacy-goverstellunge__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.gvr-privacy-goverstellunge__table th, .gvr-privacy-goverstellunge__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gvr-privacy-goverstellunge__table thead th {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.gvr-privacy-goverstellunge__table tbody tr:last-child td {
  border-bottom: 0;
}

.gvr-privacy-goverstellunge__note {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.gvr-privacy-goverstellunge__rights {
  padding: clamp(36px, 6vw, 70px) 0;
}

.gvr-privacy-goverstellunge__security {
  padding: clamp(30px, 5vw, 60px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-goverstellunge__children {
  padding: clamp(30px, 5vw, 60px) 0;
}

.gvr-privacy-goverstellunge__changes {
  padding: clamp(30px, 5vw, 60px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-goverstellunge__contact {
  padding: clamp(36px, 6vw, 70px) 0;
}

@media (max-width: 900px) {
  .gvr-privacy-goverstellunge__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-cookiebar-goverstellunge[hidden] {
  display: none !important;
}

.gvr-cookiebar-goverstellunge {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(120%) blur(6px);
  padding: 12px;
}

.gvr-cookiebar-goverstellunge__in {
  width: min(860px, 96vw);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  outline: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  padding: 18px;
  color: #fff;
  font-family: inherit;
}

.gvr-cookiebar-goverstellunge__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 1.1rem;
}

.gvr-cookiebar-goverstellunge__text {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

.gvr-cookiebar-goverstellunge__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.gvr-cookiebar-goverstellunge__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gvr-cookiebar-goverstellunge__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 30px rgba(187, 16, 224, 0.18);
}

.gvr-cookiebar-goverstellunge__btn--primary {
  background: linear-gradient(180deg, rgba(187, 16, 224, 0.22), rgba(187, 16, 224, 0.06));
}

.gvr-cookiebar-goverstellunge__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-cookiebar-goverstellunge__btn--inline {
  background: transparent;
  text-decoration: underline dotted 1px;
}

.gvr-cookiebar-goverstellunge__prefs {
  margin-top: 10px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 8px;
}

.gvr-cookiebar-goverstellunge__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.gvr-cookiebar-goverstellunge__prefsActions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.gvr-cookiebar-goverstellunge__link {
  color: #fff;
  text-decoration: underline;
}

.gvr-cookiebar-goverstellunge__reopen {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1999;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
}

#gvrCookiePrefs[hidden] {
  display: none !important;
}

#gvrCookieReopen[hidden] {
  display: none !important;
}

@media (max-width: 560px) {
  .gvr-cookiebar-goverstellunge {
    inset: auto 0 0 0;
  }
  .gvr-cookiebar-goverstellunge__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/*# sourceMappingURL=main.css.map */
