/* Spielvexa privacy page: an editorial privacy guide with the homepage shell kept recognizable. */
:root {
  --privacy-ink: #141617;
  --privacy-muted: #565d5d;
  --privacy-paper: #f4f4ef;
  --privacy-panel: #ffffff;
  --privacy-line: #cbd1cf;
  --privacy-aqua: #1ab2bf;
  --privacy-aqua-dark: #087f8d;
  --privacy-yellow: #f0dd56;
  --privacy-shadow: 0 1.25rem 3rem rgb(12 42 43 / 10%);
  --privacy-radius: 1.2rem;
}

html { background: var(--privacy-paper); scroll-behavior: smooth; }
body.privacy-page { margin: 0; color: var(--privacy-ink); background: var(--privacy-paper); font-family: "JetBrains Mono", "DejaVu Sans Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
body.privacy-page p, body.privacy-page h1, body.privacy-page h2, body.privacy-page h3 { text-wrap: balance; }
/* Retired privacy export hook: the live page keeps all policy text in the DOM. */
/* .privacy-page .legacy-consent-export { display: none; } */
/* .privacy-page .legacy-platform-feed { content-visibility: auto; contain-intrinsic-size: 480px; } */
body.privacy-page [data-homepage-region="01-hero-header"] { height: auto !important; min-height: 0; background: #121718; border: 0; color: #fff; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-content { min-height: 0; height: auto; overflow: visible; padding: 1.25rem clamp(1rem, 4vw, 4rem) 1.5rem; background: #121718; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-content::before, body.privacy-page [data-homepage-region="01-hero-header"] .hero-content::after { display: none; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-nav-shell { width: min(100%, 92rem); height: auto; min-height: 4.5rem; margin: 0 auto; gap: 1.25rem; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation { flex: 1 1 auto; width: auto; min-width: 0; height: auto; min-height: 4.5rem; padding: .5rem; background: #fff; box-shadow: 0 .85rem 2rem rgb(0 0 0 / 24%); }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation a { min-height: 3.35rem; padding-inline: clamp(.45rem, 1.25vw, 1.1rem); color: #272c2c; font-size: .78rem; letter-spacing: -.03em; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation a:hover, body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation a:focus-visible { color: #121718; background: rgb(26 178 191 / 16%); outline-color: var(--privacy-aqua); }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-logo { flex: 0 0 4.5rem; }
body.privacy-page [data-homepage-region="01-hero-header"] .hero-menu-toggle { flex: 0 0 auto; }

.privacy-theme-toggle { flex: 0 0 auto; min-height: 3.35rem; padding: .65rem .9rem; border: 1px solid rgb(255 255 255 / 58%); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font: 700 .72rem/1.2 inherit; }
.privacy-theme-toggle:hover, .privacy-theme-toggle:focus-visible { background: #fff; color: #121718; outline: 2px solid var(--privacy-yellow); outline-offset: 3px; }

.privacy-main { overflow: visible; background: var(--privacy-paper); }
.privacy-main > section { position: relative; width: min(100%, 120rem); margin: 0 auto; }
.privacy-hero { min-height: 31rem; padding: clamp(4rem, 9vw, 9rem) clamp(1.25rem, 10vw, 12rem); isolation: isolate; overflow: hidden; background: #d9f4f2; }
.privacy-hero__backdrop { position: absolute; z-index: -1; inset: 0 0 0 42%; background: url("../assets/figma/rectangle-14922-7-941.webp") center / cover; filter: grayscale(1) contrast(1.1) brightness(.62); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.privacy-hero__backdrop::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #d9f4f2 0%, rgb(217 244 242 / 22%) 52%, rgb(4 32 33 / 28%) 100%); }
.privacy-hero__content { max-width: 57rem; }
.privacy-kicker { margin: 0 0 1.25rem; color: var(--privacy-aqua-dark); font-size: .78rem; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.privacy-hero h1 { max-width: 52rem; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(3.5rem, 8.5vw, 8.8rem); line-height: .94; letter-spacing: -.07em; }
.privacy-hero__lead { max-width: 38rem; margin: 2.25rem 0 0; font-size: clamp(1rem, 1.3vw, 1.3rem); line-height: 1.45; }
.privacy-hero__meta { display: flex; flex-wrap: wrap; gap: .75rem 2rem; margin-top: 3.5rem; font-size: .78rem; font-weight: 700; }
.privacy-hero__meta span { padding-top: .75rem; border-top: 1px solid currentColor; }

.privacy-section { display: grid; grid-template-columns: clamp(3rem, 9vw, 11rem) minmax(0, 1fr); gap: clamp(1rem, 4vw, 4rem); padding: clamp(4rem, 8vw, 9rem) clamp(1.25rem, 10vw, 12rem); border-top: 1px solid var(--privacy-line); background: var(--privacy-panel); }
.privacy-section:nth-of-type(odd) { background: #e9f6f3; }
.privacy-section__index { align-self: start; color: var(--privacy-aqua-dark); font-size: clamp(1rem, 1.4vw, 1.4rem); font-weight: 700; letter-spacing: .08em; }
.privacy-section__body { min-width: 0; }
.privacy-section__body > .privacy-kicker { margin-bottom: 1rem; }
.privacy-section h2 { max-width: 55rem; margin: 0 0 2rem; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.4rem, 5.3vw, 6.4rem); line-height: .98; letter-spacing: -.055em; }
.privacy-section p { max-width: 58rem; margin: 0; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.52; }
.privacy-section--intro { grid-template-columns: clamp(3rem, 9vw, 11rem) minmax(0, 1.35fr) minmax(15rem, .65fr); align-items: start; }
.privacy-note { align-self: end; margin-top: 3rem; padding: 1.5rem; border-left: .4rem solid var(--privacy-yellow); background: #121718; color: #fff; box-shadow: var(--privacy-shadow); }
.privacy-note strong { display: block; margin-bottom: .8rem; font-size: 1rem; }
.privacy-note p { color: #fff; font-family: inherit; font-size: .95rem; line-height: 1.45; }

.privacy-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.privacy-card { min-height: 18rem; padding: clamp(1.25rem, 2vw, 2rem); border: 1px solid var(--privacy-line); border-radius: var(--privacy-radius); background: var(--privacy-paper); box-shadow: var(--privacy-shadow); }
.privacy-card__number { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; margin-bottom: 4.25rem; border-radius: 50%; background: var(--privacy-aqua); color: #fff; font-weight: 700; }
.privacy-card h3, .privacy-rights-grid h3 { margin: 0 0 .75rem; font-size: clamp(1rem, 1.35vw, 1.35rem); line-height: 1.2; }
.privacy-card p, .privacy-rights-grid p { font-size: .95rem; line-height: 1.48; }
.privacy-split { display: grid; grid-template-columns: minmax(16rem, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 8vw, 10rem); }
.privacy-list-wrap > p + p { margin-top: 1.4rem; }
.privacy-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; }
.privacy-list li { display: grid; grid-template-columns: 2.5rem minmax(9rem, .65fr) minmax(0, 1fr); gap: 1rem; align-items: baseline; padding: 1rem 0; border-top: 1px solid var(--privacy-line); }
.privacy-list li:last-child { border-bottom: 1px solid var(--privacy-line); }
.privacy-list li span { color: var(--privacy-aqua-dark); font-size: .78rem; font-weight: 700; }
.privacy-list li strong { font-size: 1rem; }
.privacy-list li em { color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: .95rem; font-style: normal; line-height: 1.4; }
.privacy-section--cookies { background: #121718; color: #fff; }
.privacy-section--cookies .privacy-kicker { color: var(--privacy-yellow); }
.privacy-section--cookies h2, .privacy-section--cookies p { color: #fff; }
.privacy-cookie-panel { display: grid; grid-template-columns: minmax(16rem, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 8vw, 10rem); }
.privacy-cookie-panel__copy { padding-top: 2.7rem; }
.privacy-button { min-height: 3rem; padding: .8rem 1.15rem; border-radius: 999px; cursor: pointer; font: 700 .9rem/1.2 inherit; }
.privacy-button--outline { margin-top: 2rem; border: 1px solid #fff; background: transparent; color: #fff; }
.privacy-button--outline:hover, .privacy-button--outline:focus-visible { background: #fff; color: #121718; outline: 2px solid var(--privacy-yellow); outline-offset: 3px; }
.privacy-button--solid { border: 1px solid var(--privacy-aqua); background: var(--privacy-aqua); color: #fff; }
.privacy-button--solid:hover, .privacy-button--solid:focus-visible { border-color: var(--privacy-aqua-dark); background: var(--privacy-aqua-dark); outline: 3px solid var(--privacy-yellow); outline-offset: 3px; }
.privacy-callout { padding: 1.25rem; border-left: .35rem solid var(--privacy-aqua); background: #fff; color: var(--privacy-ink) !important; }
.privacy-rights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.privacy-rights-grid article { padding: 1.5rem; border-top: .3rem solid var(--privacy-aqua); background: var(--privacy-paper); }
.privacy-contact-layout { display: grid; grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 8vw, 10rem); }
.privacy-contact__copy { margin-bottom: 1.5rem !important; }
.privacy-contact-layout address { color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; font-style: normal; line-height: 1.7; }
.privacy-contact-layout address a { color: var(--privacy-aqua-dark); text-underline-offset: .2em; }
.privacy-form { display: grid; gap: 1rem; padding: clamp(1.25rem, 3vw, 2.5rem); border-radius: var(--privacy-radius); background: #121718; box-shadow: var(--privacy-shadow); }
.privacy-form__field { display: grid; gap: .45rem; }
.privacy-form label { color: #fff; font-size: .82rem; font-weight: 700; }
.privacy-form input, .privacy-form textarea { width: 100%; border: 1px solid #637171; border-radius: .4rem; background: #fff; color: #121718; font: 1rem/1.4 Arial, Helvetica, sans-serif; }
.privacy-form input { min-height: 3.1rem; padding: .75rem 1rem; }
.privacy-form textarea { min-height: 8rem; padding: .85rem 1rem; resize: vertical; }
.privacy-form input:focus, .privacy-form textarea:focus { border-color: var(--privacy-yellow); outline: 3px solid rgb(240 221 86 / 35%); }
.privacy-form .has-error input, .privacy-form .has-error textarea { border-color: #ff9f9f; }
.privacy-form__error { min-height: 1.2em; color: #ffb9b9 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: .82rem !important; line-height: 1.3 !important; }
.privacy-form__status { min-height: 1.3em; color: #d9f4f2 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: .86rem !important; }
.footer-preferences { align-self: center; min-height: 2.75rem; padding: .6rem 1rem; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.footer-preferences:hover, .footer-preferences:focus-visible { background: #fff; color: #121718; outline: 2px solid var(--privacy-yellow); outline-offset: 3px; }

html[data-theme="dark"] { --privacy-ink: #f2f7f5; --privacy-muted: #c4cecc; --privacy-paper: #182021; --privacy-panel: #202b2c; --privacy-line: #4d5d5e; --privacy-aqua-dark: #73e3e5; }
html[data-theme="dark"] .privacy-main, html[data-theme="dark"] .privacy-card, html[data-theme="dark"] .privacy-rights-grid article { background: var(--privacy-paper); }
html[data-theme="dark"] .privacy-section:nth-of-type(odd), html[data-theme="dark"] .privacy-hero { background: #263536; }
html[data-theme="dark"] .privacy-card, html[data-theme="dark"] .privacy-rights-grid article { box-shadow: none; }
html[data-theme="dark"] .privacy-callout { background: #e8f6f3; color: #141617 !important; }

@media (max-width: 1100px) {
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation a { font-size: .7rem; }
  .privacy-section--intro { grid-template-columns: 3rem minmax(0, 1fr); }
  .privacy-note { grid-column: 2; margin-top: 0; }
  .privacy-card-grid { grid-template-columns: 1fr; }
  .privacy-card { min-height: 0; }
  .privacy-card__number { margin-bottom: 2rem; }
}

@media (max-width: 900px) {
  .privacy-split, .privacy-cookie-panel, .privacy-contact-layout { display: block; }
}

@media (max-width: 760px) {
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-content { padding: 1rem; }
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-nav-shell { flex-wrap: wrap; gap: .75rem; }
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-logo { flex-basis: 3.5rem; width: 3.5rem; height: 3.5rem; }
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-menu-toggle { border-color: #fff; }
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation { order: 4; flex-basis: 100%; }
  body.privacy-page [data-homepage-region="01-hero-header"] .hero-navigation a { min-height: 2.75rem; font-size: .8rem; }
  .privacy-theme-toggle { margin-left: auto; min-height: 2.75rem; }
  .privacy-hero { min-height: 28rem; padding: 4rem 1.25rem 3rem; }
  .privacy-hero__backdrop { inset: 40% 0 0; clip-path: none; }
  .privacy-hero__backdrop::after { background: linear-gradient(180deg, #d9f4f2 0%, rgb(217 244 242 / 18%) 100%); }
  .privacy-hero h1 { font-size: clamp(2.5rem, 14vw, 5rem); overflow-wrap: anywhere; }
  .privacy-hero__lead { margin-top: 1.5rem; }
  .privacy-hero__meta { margin-top: 2rem; }
  .privacy-section, .privacy-section--intro { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: .75rem; padding: 4rem 1.25rem; }
  .privacy-section__index { font-size: .85rem; }
  .privacy-section h2 { font-size: clamp(2.35rem, 12vw, 4rem); overflow-wrap: anywhere; }
  .privacy-section--intro .privacy-note { grid-column: 2; }
  .privacy-split, .privacy-cookie-panel, .privacy-contact-layout { display: block; }
  .privacy-split > .privacy-list-wrap, .privacy-cookie-panel__copy { margin-top: 2rem; }
  .privacy-list li { grid-template-columns: 2rem minmax(0, 1fr); gap: .4rem .75rem; }
  .privacy-list li em { grid-column: 2; }
  .privacy-rights-grid { grid-template-columns: 1fr; }
  .privacy-form { margin-top: 2rem; }
  [data-consent-layout="card"] { inset: auto .75rem .75rem; width: calc(100% - 1.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
