/* Winspinnijat Norway Social Casino - Main Stylesheet */
/* Optimized for Performance, Accessibility & Norwegian Compliance */

/* === CSS RESET & BASE === */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  color: #e2e8f0;
  background: linear-gradient(135deg, #0c1220 0%, #1a1b3a 25%, #1e293b 50%, #0f172a 100%);
  min-height: 100vh;
  font-weight: 400;
  line-height: 1.5;
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #f8fafc;
  margin-bottom: 0.75rem;
}

h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: clamp(1.125rem, 2vw, 1.5rem); }

p {
  margin-bottom: 1rem;
  color: #cbd5e1;
}

a {
  color: #6366f1;
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover,
a:focus {
  color: #8b5cf6;
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
  border-radius: 4px;
}

/* === LAYOUT FRAMEWORK === */
.frame-winspinnijat-no {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.grid-shell-no {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  gap: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 3rem;
  }
}

/* === HEADER & NAVIGATION === */
.stratum-header {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-primary {
  padding: 1rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.logo-winspinnijat {
  text-decoration: none;
}

.brand-name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #1e40af 0%, #7c3aed 30%, #db2777 70%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.nav-links {
  display: flex;
  list-style: none;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
}

.nav-link {
  color: #cbd5e1;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: all 0.25s ease;
  position: relative;
}

.nav-link:hover,
.nav-link:focus {
  color: #f8fafc;
  background: rgba(139, 92, 246, 0.1);
  text-decoration: none;
}

.nav-link.active {
  color: #8b5cf6;
  font-weight: 600;
}

/* === MAIN CONTENT === */
.stratum-mainflow {
  flex: 1;
  padding: 2rem 0;
}

/* === HERO SECTION === */
.hero-winspinnijat {
  text-align: center;
  padding: 3rem 0 4rem;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.15) 0%, rgba(124, 58, 237, 0.15) 30%, rgba(219, 39, 119, 0.15) 70%, rgba(220, 38, 38, 0.15) 100%);
  margin: 0 -1rem;
  border-radius: 0 0 2rem 2rem;
  border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  background: linear-gradient(135deg, #1e40af 0%, #7c3aed 30%, #db2777 70%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-tagline {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 0.75rem;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #94a3b8;
  margin-bottom: 0;
}

/* === SECTIONS === */
.about-section,
.games-section {
  padding: 3rem 0;
}

.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 2rem;
  color: #f8fafc;
}

.about-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  color: #cbd5e1;
}

/* === GAME CARDS === */
.deck-game-trio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.tile-gamelet {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1.2rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.tile-gamelet:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.4), 0 8px 16px rgba(124, 58, 237, 0.3), 0 0 0 1px rgba(219, 39, 119, 0.5);
  border-color: rgba(219, 39, 119, 0.4);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.9) 0%, rgba(51, 65, 85, 0.7) 100%);
}

.tile-gamelet:focus-within {
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.4), 0 8px 16px rgba(124, 58, 237, 0.3), 0 0 0 2px rgba(219, 39, 119, 0.7);
}

.game-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 1rem;
}

.game-description {
  color: #cbd5e1;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* === BUTTONS === */
.btn-playpulse,
.btn-consent-primary,
.btn-submit,
.btn-affirm-18 {
  background: linear-gradient(135deg, #1e40af 0%, #7c3aed 40%, #db2777 80%, #dc2626 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4), 0 2px 8px rgba(124, 58, 237, 0.3);
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-playpulse:hover,
.btn-consent-primary:hover,
.btn-submit:hover,
.btn-affirm-18:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(220, 38, 38, 0.6), 0 4px 12px rgba(124, 58, 237, 0.4);
  background: linear-gradient(135deg, #1d4ed8 0%, #8b5cf6 40%, #e11d48 80%, #ef4444 100%);
}

.btn-playpulse:focus,
.btn-consent-primary:focus,
.btn-submit:focus,
.btn-affirm-18:focus {
  outline: 3px solid rgba(139, 92, 246, 0.7);
  outline-offset: 2px;
}

.btn-playpulse:active,
.btn-consent-primary:active,
.btn-submit:active,
.btn-affirm-18:active {
  transform: scale(0.98);
}

.btn-consent-secondary,
.btn-decline-18 {
  background: rgba(30, 41, 59, 0.9);
  color: #f1f5f9;
  border: 2px solid rgba(148, 163, 184, 0.4);
  border-radius: 12px;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-consent-secondary:hover,
.btn-decline-18:hover {
  background: rgba(51, 65, 85, 0.9);
  border-color: rgba(148, 163, 184, 0.6);
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-consent-tertiary {
  background: transparent;
  color: #6366f1;
  border: 2px solid #6366f1;
  border-radius: 12px;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-consent-tertiary:hover {
  background: rgba(99, 102, 241, 0.1);
  transform: scale(1.02);
}

.link-style {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.link-style:hover {
  color: #8b5cf6;
}

/* === DISCLOSURE PANEL === */
.slab-disclosure-no {
  background: rgba(15, 23, 42, 0.8);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 3rem 0;
  margin-top: 4rem;
}

.box-pastel {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(139, 92, 246, 0.1) 50%, rgba(59, 130, 246, 0.1) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
}

.disclosure-title {
  color: #f8fafc;
  text-align: center;
  margin-bottom: 1.5rem;
}

.rail-rg-ethos p {
  margin-bottom: 0.75rem;
  color: #cbd5e1;
  line-height: 1.6;
}

.rail-rg-ethos p strong {
  color: #f8fafc;
  font-weight: 600;
}

/* === FOOTER === */
.stratum-footer {
  background: rgba(15, 23, 42, 0.95);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  color: #cbd5e1;
  padding: 3rem 0 2rem;
  margin-top: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr 2fr;
  }
}

.footer-brand h3 {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  color: #94a3b8;
  font-size: 0.875rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
}

.footer-column h4 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li a {
  color: #94a3b8;
  transition: color 0.25s ease;
}

.footer-column ul li a:hover {
  color: #cbd5e1;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.footer-address,
.footer-disclaimer {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* === AGE GATE === */
.bar-age-18no {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1e40af 0%, #7c3aed 30%, #db2777 70%, #dc2626 100%);
  color: #ffffff;
  padding: 1.25rem;
  z-index: 1000;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4), 0 -2px 8px rgba(220, 38, 38, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bar-age-18no.show {
  transform: translateY(0);
}

.age-gate-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.age-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.age-text {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.age-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.age-text p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.age-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .age-gate-content {
    flex-direction: column;
    text-align: center;
  }
  
  .age-buttons {
    width: 100%;
    justify-content: center;
  }
}

/* === COOKIE CONSENT === */
.drawer-consent {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 400px;
  max-width: calc(100vw - 2rem);
  background: rgba(30, 41, 59, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 16px;
  padding: 1.5rem;
  z-index: 900;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(calc(100% + 2rem));
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-consent.show {
  transform: translateY(0);
  opacity: 1;
}

.consent-content h3 {
  color: #f8fafc;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.consent-content p {
  color: #cbd5e1;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.stack-consent-prefs {
  margin: 1rem 0;
}

.consent-category {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.consent-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.consent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.consent-header h4 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.consent-description {
  color: #94a3b8;
  font-size: 0.8125rem;
  margin: 0;
}

/* === SWITCH COMPONENTS === */
.switch-container {
  position: relative;
  display: inline-block;
}

.switchlet-necessary,
.switchlet-analytics,
.switchlet-marketing {
  appearance: none;
  width: 44px;
  height: 24px;
  background: rgba(71, 85, 105, 0.8);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid rgba(148, 163, 184, 0.2);
}

.switchlet-necessary {
  cursor: not-allowed;
  opacity: 0.7;
}

.switchlet-necessary:checked,
.switchlet-analytics:checked,
.switchlet-marketing:checked {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-color: rgba(139, 92, 246, 0.5);
}

.switchlet-necessary::before,
.switchlet-analytics::before,
.switchlet-marketing::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switchlet-necessary:checked::before,
.switchlet-analytics:checked::before,
.switchlet-marketing:checked::before {
  transform: translateX(20px);
}

.switch-label {
  cursor: pointer;
}

.consent-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: stretch;
}

.consent-buttons button {
  flex: 1;
  min-width: 100px;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}

@media (max-width: 480px) {
  .drawer-consent {
    bottom: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    width: auto;
    max-width: none;
  }
  
  .consent-buttons {
    flex-direction: column;
  }
}

/* === TOAST NOTIFICATIONS === */
#toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1100;
  pointer-events: none;
}

.toast-soonplay {
  background: rgba(30, 41, 59, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  max-width: 400px;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toast-soonplay.toast-show {
  opacity: 1;
  transform: translateX(0);
}

.toast-soonplay.toast-fade-out {
  opacity: 0;
  transform: translateX(100%);
}

.toast-animate-fade {
  /* Class for JavaScript reference */
}

.toast-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.toast-content p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.4;
}

.toast-content strong {
  color: #f8fafc;
}

.toast-closelet {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.25s ease;
  flex-shrink: 0;
}

.toast-closelet:hover,
.toast-closelet:focus {
  color: #f8fafc;
}

/* === LEGAL DOCUMENTS === */
.legal-document {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.legal-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.legal-subtitle {
  color: #94a3b8;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #64748b;
  font-size: 0.875rem;
  font-style: italic;
}

.legal-document section {
  margin-bottom: 2.5rem;
}

.legal-document ul,
.legal-document ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-document li {
  margin-bottom: 0.5rem;
  color: #cbd5e1;
}

.important-notice {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.important-notice h3,
.important-notice h4 {
  color: #f8fafc;
  margin-bottom: 1rem;
}

/* === CONTACT FORM === */
.contact-section {
  padding: 2rem 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-subtitle {
  color: #94a3b8;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .contact-content {
    grid-template-columns: 1fr 2fr;
  }
}

.contact-info h2,
.contact-form-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #f8fafc;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-method {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}

.contact-method h3 {
  color: #f8fafc;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.contact-method p,
.contact-method address {
  color: #cbd5e1;
  font-style: normal;
  line-height: 1.6;
}

/* === FORM COMPONENTS === */
.contact-form {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 16px;
  padding: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  color: #f8fafc;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: rgba(51, 65, 85, 0.8);
  border: 2px solid rgba(148, 163, 184, 0.3);
  border-radius: 8px;
  padding: 0.75rem;
  color: #f8fafc;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.form-input.error,
.form-select.error,
.form-textarea.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #94a3b8;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-hint {
  color: #94a3b8;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

.error-message {
  color: #fca5a5;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
  min-height: 1.2rem;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.form-checkbox {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.checkbox-label {
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
}

.form-actions {
  text-align: center;
  padding-top: 1rem;
}

.success-message {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
}

.success-message h3 {
  color: #f8fafc;
  margin-bottom: 1rem;
}

.success-message p {
  color: #cbd5e1;
  margin-bottom: 0.5rem;
}

/* === FAQ SECTION === */
.contact-faq {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.faq-item {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}

.faq-item h3 {
  color: #f8fafc;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.faq-item p {
  color: #cbd5e1;
  font-size: 0.875rem;
  margin: 0;
}

/* === COOKIE POLICY SPECIFIC === */
.cookie-category {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
}

.cookie-category h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cookie-status {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}

.status-always-on {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-opt-in {
  background: rgba(234, 179, 8, 0.2);
  color: #facc15;
  border: 1px solid rgba(234, 179, 8, 0.3);
}

.cookie-table {
  margin-top: 1rem;
}

.cookie-row {
  background: rgba(51, 65, 85, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.cookie-row:last-child {
  margin-bottom: 0;
}

.cookie-info {
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.6;
}

.consent-manager-section {
  text-align: center;
  margin: 2rem 0;
  padding: 2rem;
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
}

.consent-note {
  color: #94a3b8;
  font-size: 0.875rem;
  margin-top: 1rem;
}

/* === ACCESSIBILITY === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus indicators */
*:focus {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  body {
    background: #000000;
    color: #ffffff;
  }
  
  .tile-gamelet,
  .box-pastel,
  .drawer-consent {
    border-width: 2px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* === RESPONSIVE BREAKPOINTS === */
@media (max-width: 767px) {
  .nav-container {
    padding: 0 0.5rem;
  }
  
  .nav-links {
    gap: 0.5rem;
  }
  
  .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  
  .hero-winspinnijat {
    margin: 0 -0.5rem;
    padding: 2rem 0 3rem;
  }
  
  .deck-game-trio {
    grid-template-columns: 1fr;
  }
  
  .tile-gamelet {
    padding: 1.5rem;
  }
  
  .footer-content {
    text-align: center;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .deck-game-trio {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === PRINT STYLES === */
@media print {
  .stratum-header,
  .stratum-footer,
  .bar-age-18no,
  .drawer-consent,
  #toast-container {
    display: none !important;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
  
  a {
    color: black !important;
    text-decoration: underline !important;
  }
}

/* === PERFORMANCE OPTIMIZATIONS === */
.tile-gamelet,
.drawer-consent,
.toast-soonplay {
  will-change: transform;
}

@media (min-width: 1200px) {
  .tile-gamelet:hover {
    will-change: auto;
  }
}