:root {
  --bg: #06101d;
  --bg-soft: #0d1b2d;
  --panel: rgba(8, 20, 35, 0.78);
  --panel-strong: #0c1726;
  --line: rgba(160, 193, 255, 0.16);
  --text: #edf4ff;
  --muted: #98a8c2;
  --accent: #21c6f6;
  --accent-warm: #ffb347;
  --danger: #ef4444;
  --success: #22c55e;
  --shadow: 0 25px 80px rgba(1, 9, 19, 0.45);
  --radius: 24px;
  --radius-sm: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(33, 198, 246, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.16), transparent 28%),
    linear-gradient(180deg, #07111e 0%, #081420 48%, #050c17 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

iframe {
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.page-shell {
  min-height: 100vh;
}

.page-shell--centered {
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(6, 15, 27, 0.72);
  border-bottom: 1px solid var(--line);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(33, 198, 246, 0.18), rgba(255, 179, 71, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: grid;
}

.brand-copy strong,
.brand-copy small,
.main-nav a,
.button,
.badge,
.eyebrow {
  letter-spacing: 0.01em;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--text);
}

.hero,
.feature-band,
.spotlight,
.games-section,
.responsible-promo,
.content-page,
.content-grid,
.resource-section {
  padding: 48px 0 76px;
}

.hero {
  padding-top: 62px;
}

.hero-grid,
.spotlight-grid,
.content-hero__grid,
.responsible-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.hero-copy h1,
.content-hero h1,
.gate-backdrop__content h1,
.not-found h1,
.legal-article h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 0.98;
  text-wrap: balance;
}

.content-hero h1,
.legal-article h1,
.not-found h1,
.gate-card h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
}

.hero-text,
.content-hero p,
.gate-backdrop__content p,
.gate-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #d7e6ff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.77rem;
}

.compliance-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.compliance-strip span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #dceaff;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-visual,
.spotlight-card--image,
.spotlight-art,
.hero-art {
  min-height: 320px;
}

.homepage-flow {
  overflow: clip;
}

.flow-hero {
  position: relative;
  padding: 72px 0 96px;
}

.flow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.94) 0%, rgba(5, 10, 18, 0.72) 48%, rgba(5, 10, 18, 0.48) 100%),
    radial-gradient(circle at 78% 24%, rgba(33, 198, 246, 0.18), transparent 22%);
  pointer-events: none;
}

.flow-hero__grid,
.band-split,
.closing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
}

.flow-hero__copy h1,
.band-split__copy h1,
.band-split__copy h2,
.games-layout__intro h2,
.closing-grid__copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.98;
  text-wrap: balance;
}

.flow-hero__copy h1 {
  font-size: clamp(2.9rem, 5.4vw, 5.5rem);
  max-width: 720px;
}

.band-split__copy h1,
.band-split__copy h2,
.games-layout__intro h2,
.closing-grid__copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.flow-hero__copy p,
.band-split__copy p,
.games-layout__intro p,
.closing-grid__copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
}

.flow-hero__visual img,
.band-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-hero__visual {
  position: relative;
  min-height: 620px;
}

.flow-hero__visual img {
  border-radius: 28px;
  min-height: 620px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-band {
  position: relative;
  padding: 86px 0;
}

.flow-band--deep {
  background:
    linear-gradient(180deg, rgba(11, 20, 34, 0.98), rgba(7, 15, 26, 0.98)),
    linear-gradient(135deg, rgba(33, 198, 246, 0.04), transparent 45%);
}

.flow-band--contrast {
  background:
    linear-gradient(180deg, rgba(5, 12, 21, 0.98), rgba(9, 18, 31, 0.98)),
    radial-gradient(circle at 18% 20%, rgba(255, 179, 71, 0.08), transparent 22%);
}

.flow-band--games {
  background:
    linear-gradient(180deg, rgba(10, 18, 31, 0.96), rgba(5, 10, 18, 0.98)),
    radial-gradient(circle at top right, rgba(33, 198, 246, 0.08), transparent 20%);
}

.flow-band--closing {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.96), rgba(13, 24, 40, 0.96)),
    linear-gradient(135deg, rgba(255, 179, 71, 0.08), rgba(33, 198, 246, 0.06));
}

.flow-band--about {
  background:
    linear-gradient(180deg, rgba(8, 16, 28, 0.98), rgba(12, 23, 38, 0.98)),
    radial-gradient(circle at 82% 28%, rgba(33, 198, 246, 0.08), transparent 24%);
}

.flow-band--team {
  background:
    linear-gradient(180deg, rgba(6, 13, 22, 0.98), rgba(9, 18, 31, 0.98)),
    radial-gradient(circle at top left, rgba(255, 179, 71, 0.08), transparent 20%);
}

.flow-band--contact {
  background:
    linear-gradient(180deg, rgba(10, 19, 32, 0.98), rgba(6, 12, 20, 0.98)),
    linear-gradient(135deg, rgba(33, 198, 246, 0.05), rgba(255, 179, 71, 0.05));
}

.flow-band--map {
  background:
    linear-gradient(180deg, rgba(5, 11, 19, 0.98), rgba(8, 15, 27, 0.98)),
    radial-gradient(circle at top right, rgba(33, 198, 246, 0.08), transparent 18%);
}

.flow-band--responsible-hero {
  background:
    linear-gradient(180deg, rgba(7, 15, 26, 0.98), rgba(10, 20, 34, 0.98)),
    radial-gradient(circle at top right, rgba(33, 198, 246, 0.1), transparent 24%);
  padding-top: 72px;
}

.band-split--reverse .band-split__media {
  order: 2;
}

.band-split--reverse .band-split__copy {
  order: 1;
}

.band-split__copy--right {
  text-align: right;
  margin-left: auto;
}

.band-split__copy--right p,
.band-split__copy--right ul {
  margin-left: auto;
}

.band-split__media {
  min-height: 420px;
}

.band-split__media img {
  min-height: 420px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.flow-values {
  padding: 38px 0;
  background: rgba(3, 9, 16, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.flow-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.flow-values__grid article {
  padding: 28px 26px;
}

.flow-values__grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-values__grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(139, 223, 255, 0.9);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
}

.flow-values__grid h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
}

.flow-values__grid p {
  margin: 0;
  color: var(--muted);
}

.games-layout {
  display: grid;
  gap: 30px;
}

.games-layout__intro {
  max-width: 780px;
}

.games-layout__intro--center {
  margin: 0 auto 6px;
  text-align: center;
}

.games-layout__intro--center p {
  margin-left: auto;
  margin-right: auto;
}

.games-grid--flow {
  margin-top: 6px;
}

.closing-grid__action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flow-hero--contact::before {
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.95) 0%, rgba(5, 10, 18, 0.78) 48%, rgba(5, 10, 18, 0.54) 100%),
    radial-gradient(circle at 82% 26%, rgba(255, 179, 71, 0.14), transparent 22%);
}

.contact-hero__aside,
.about-callout,
.contact-form-shell {
  padding: 28px;
  background: rgba(11, 21, 36, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
}

.contact-hero__aside h2,
.team-row__copy h3,
.contact-layout__copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.02;
}

.contact-hero__aside h2,
.contact-layout__copy h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.contact-hero__label {
  margin: 0 0 12px;
  color: #dceaff;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-hero__aside p,
.about-callout p,
.contact-layout__copy p {
  color: var(--muted);
}

.contact-hero__meta,
.contact-points,
.about-callout {
  display: grid;
  gap: 14px;
}

.contact-hero__meta p,
.contact-points p,
.about-callout p {
  margin: 0;
  display: grid;
  gap: 6px;
}

.contact-hero__meta strong,
.contact-points strong,
.about-callout strong,
.team-row__role {
  color: #dceaff;
  font-weight: 800;
}

.contact-hero__meta a,
.contact-points a,
.about-callout a {
  color: #8bdfff;
  text-decoration: none;
}

.about-callout {
  align-self: center;
}

.about-callout .button {
  width: fit-content;
  margin-top: 6px;
}

.team-showcase {
  display: grid;
  gap: 34px;
}

.team-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 38px;
  align-items: center;
}

.team-row--reverse .team-row__media {
  order: 2;
}

.team-row--reverse .team-row__copy {
  order: 1;
}

.team-row__frame {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(33, 198, 246, 0.12), rgba(255, 179, 71, 0.12));
  box-shadow: var(--shadow);
}

.team-row__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0) 30%, rgba(5, 10, 18, 0.16) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.team-row__frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03) brightness(1.03);
}

.team-row__copy {
  max-width: 620px;
}

.team-row__copy--right {
  text-align: right;
  margin-left: auto;
}

.team-row__copy--right p {
  margin-left: auto;
}

.team-row__copy h3 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.team-row__copy p {
  color: var(--muted);
}

.team-row__role {
  margin: 10px 0 12px;
  font-size: 1rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.contact-form-shell {
  display: grid;
  gap: 18px;
}

.form-notice {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.form-notice--success {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(134, 239, 172, 0.28);
  color: #d7ffe7;
}

.form-notice--error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(252, 165, 165, 0.24);
  color: #ffe1e1;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: #dceaff;
  font-size: 0.92rem;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid rgba(33, 198, 246, 0.36);
  outline-offset: 0;
  border-color: rgba(139, 223, 255, 0.42);
}

.map-shell {
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.map-shell iframe {
  width: 100%;
  height: 440px;
  display: block;
}

.content-page--flow {
  padding: 0;
}

.hero-art,
.spotlight-art {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background-color: #0b1524;
}

.hero-art--primary {
  min-height: 600px;
  background:
    linear-gradient(180deg, rgba(1, 7, 15, 0.12), rgba(1, 7, 15, 0.28)),
    url("/assets/img/hero-klic4events.png") center/cover no-repeat,
    linear-gradient(135deg, #10243f 0%, #07111f 100%);
}

.spotlight-art--secondary {
  min-height: 460px;
  background:
    linear-gradient(180deg, rgba(2, 8, 14, 0.18), rgba(2, 8, 14, 0.4)),
    url("/assets/img/lounge-klic4events.png") center/cover no-repeat,
    linear-gradient(135deg, #0e1b30 0%, #0b101a 100%);
}

.spotlight-art--responsible {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(2, 8, 14, 0.18), rgba(2, 8, 14, 0.4)),
    url("/assets/img/responsible-klic4events.png") center/cover no-repeat,
    linear-gradient(135deg, #0d1a2b 0%, #0b0f16 100%);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-row--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent), #2f8cff);
  color: #04111f;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
}

.button--success {
  background: linear-gradient(135deg, #22c55e, #86efac);
  color: #04110b;
}

.button--danger {
  background: linear-gradient(135deg, #ef4444, #fca5a5);
  color: #1c0606;
}

.glass-card,
.compliance-card,
.feature-card,
.spotlight-card,
.game-card,
.resource-card,
.prose-card,
.cookie-banner__panel,
.cookie-modal__dialog,
.legal-article {
  background: var(--panel);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.glass-card,
.compliance-card,
.spotlight-card,
.resource-card,
.prose-card,
.legal-article {
  padding: 28px;
}

.glass-card--narrow {
  max-width: 720px;
}

.compliance-card-wrap {
  margin-top: -22px;
}

.compliance-card {
  text-align: center;
}

.compliance-card h2,
.section-heading h2,
.spotlight-card h2,
.responsible-promo h2,
.prose-card h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

.compliance-card p,
.section-heading p,
.spotlight-card p,
.responsible-promo p,
.feature-card p,
.resource-card p,
.prose-card p,
.legal-article p,
.legal-article li,
.footer-copy,
.footer-meta,
.cookie-banner__text,
.toggle-row small,
.not-found p,
.content-page p {
  color: var(--muted);
}

.feature-grid,
.games-grid,
.resource-grid,
.footer-grid,
.prose-grid {
  display: grid;
  gap: 20px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  padding: 24px;
}

.feature-card h3,
.game-card h3,
.resource-card h3,
.legal-article h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
}

.spotlight-card--image,
.content-hero__grid .spotlight-art {
  padding: 0;
  overflow: hidden;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.games-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.game-card {
  padding: 20px;
}

.game-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.game-card__header span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #d9e8ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.game-frame {
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #020910;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-frame iframe {
  width: 100%;
  height: 440px;
  display: block;
}

.responsible-promo {
  padding-top: 0;
}

.responsible-promo__grid {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(33, 198, 246, 0.08), rgba(255, 179, 71, 0.1)),
    rgba(12, 23, 38, 0.85);
}

.content-hero {
  padding: 62px 0 28px;
}

.content-hero--responsible {
  padding-bottom: 20px;
}

.copy-list {
  padding-left: 18px;
  margin: 0;
}

.copy-list li + li {
  margin-top: 10px;
}

.resource-grid,
.prose-grid,
.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card a,
.gate-legal-links a,
.footer-links a,
.legal-article a {
  color: #8bdfff;
}

.resource-card a {
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  margin-top: 24px;
  padding: 34px 0 28px;
  border-top: 1px solid var(--line);
  background: rgba(4, 11, 18, 0.72);
}

.footer-grid {
  align-items: start;
}

.footer-grid--minimal {
  grid-template-columns: 1.3fr 0.7fr;
}

.footer-brand {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
}

.footer-badge {
  padding: 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-badge span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.16);
  color: #ffd79c;
  font-weight: 800;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 70;
}

.cookie-banner__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 20px;
}

.cookie-banner__title {
  margin: 0 0 6px;
  font-weight: 800;
}

.cookie-banner__text {
  margin: 0;
}

.cookie-banner__actions,
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 8, 14, 0.72);
}

.cookie-modal__dialog {
  width: min(560px, 100%);
  padding: 26px;
}

.gate-page {
  background:
    linear-gradient(180deg, rgba(2, 7, 14, 0.64), rgba(2, 7, 14, 0.82)),
    url("/assets/img/hero-klic4events.png") center/cover no-repeat,
    linear-gradient(135deg, #08111f 0%, #050c17 100%);
}

.gate-minimal {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gate-minimal__card {
  width: min(460px, 100%);
  padding: 32px 28px;
  text-align: center;
  background: rgba(8, 20, 35, 0.72);
}

.gate-minimal__card h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
}

.toggle-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.toggle-row strong {
  display: block;
  margin-bottom: 4px;
}

.toggle-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: var(--accent);
}

.gate-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 100vh;
}

.gate-backdrop {
  position: relative;
  overflow: hidden;
  padding: 48px 5vw;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(2, 8, 14, 0.16), rgba(2, 8, 14, 0.82)),
    url("/assets/img/hero-klic4events.png") center/cover no-repeat,
    linear-gradient(135deg, #0d1d31 0%, #08111f 100%);
}

.gate-backdrop__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(33, 198, 246, 0.16), transparent 28%);
}

.gate-backdrop__content,
.gate-card {
  position: relative;
  z-index: 1;
}

.gate-backdrop__content {
  max-width: 640px;
}

.gate-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.gate-points li {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gate-card-wrap {
  display: grid;
  place-items: center;
  padding: 40px 20px;
}

.gate-card {
  width: min(520px, 100%);
}

.gate-card h2 {
  margin: 18px 0 12px;
}

.gate-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.gate-actions .button {
  width: 100%;
}

.gate-legal-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  font-size: 0.95rem;
}

.gate-legal-links a {
  text-decoration: none;
}

.not-found {
  width: min(720px, 100%);
}

.legal-copy {
  margin-top: 18px;
  text-align: left;
}

.legal-page {
  padding: 28px 0 64px;
}

.legal-layout {
  display: flex;
  justify-content: center;
  padding: 24px 20px 40px;
}

.legal-article {
  width: min(860px, 100%);
}

.legal-article h1 {
  margin-bottom: 18px;
}

.legal-article h2 {
  margin-top: 28px;
  font-size: 1.5rem;
}

.legal-article p + p,
.legal-article ul + p,
.legal-article p + ul {
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .flow-hero__grid,
  .band-split,
  .closing-grid,
  .hero-grid,
  .spotlight-grid,
  .content-hero__grid,
  .responsible-promo__grid,
  .gate-layout,
  .footer-grid,
  .footer-grid--minimal,
  .prose-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .games-grid {
    grid-template-columns: 1fr;
  }

  .flow-hero {
    padding-top: 48px;
  }

  .flow-hero__visual,
  .flow-hero__visual img,
  .band-split__media,
  .band-split__media img {
    min-height: 360px;
  }

  .band-split__copy--right {
    text-align: left;
  }

  .band-split__copy--right p,
  .band-split__copy--right ul {
    margin-left: 0;
  }

  .flow-values__grid {
    grid-template-columns: 1fr;
  }

  .flow-values__grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .team-row,
  .contact-layout,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .team-row--reverse .team-row__media,
  .team-row--reverse .team-row__copy {
    order: initial;
  }

  .team-row__copy--right {
    text-align: left;
    margin-left: 0;
  }

  .team-row__copy--right p {
    margin-left: 0;
  }

  .closing-grid__action {
    justify-content: flex-start;
  }

  .hero-art--primary {
    min-height: 420px;
  }

  .gate-layout {
    min-height: auto;
  }

  .gate-backdrop {
    min-height: 52vh;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .flow-band,
  .flow-band--responsible-hero,
  .flow-hero {
    padding: 54px 0;
  }

  .header-shell,
  .footer-meta,
  .cookie-banner__panel,
  .game-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav,
  .gate-legal-links,
  .cta-row,
  .cookie-banner__actions,
  .cookie-modal__actions {
    width: 100%;
  }

  .main-nav a,
  .gate-legal-links a {
    width: fit-content;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .cookie-banner__panel,
  .cookie-modal__dialog,
  .glass-card,
  .game-card,
  .compliance-card,
  .spotlight-card,
  .resource-card,
  .prose-card,
  .legal-article,
  .contact-hero__aside,
  .about-callout,
  .contact-form-shell {
    padding: 22px;
  }

  .gate-card-wrap {
    padding-top: 0;
  }

  .gate-actions {
    grid-template-columns: 1fr;
  }

  .game-frame iframe {
    height: 320px;
  }

  .flow-hero__copy h1,
  .band-split__copy h1,
  .band-split__copy h2,
  .games-layout__intro h2,
  .closing-grid__copy h2 {
    line-height: 1.02;
  }
}
