* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: dark;
  --bg: #0b0f2a;
  --text: #f4f6ff;
  --muted: #b7c0e5;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.2);
  --accent: #7dd3fc;
  --accent-2: #a78bfa;
}

body {
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  background-image: radial-gradient(circle at top, rgba(20, 25, 58, 0.9), rgba(11, 15, 42, 0.95) 60%),
    url("images/bg-mania.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.orb {
  position: fixed;
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
}
.orb-1 {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, #7dd3fc, transparent 70%);
  top: 80px;
  left: 10%;
}
.orb-2 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, #a78bfa, transparent 70%);
  bottom: 60px;
  right: 8%;
}
.orb-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #38bdf8, transparent 70%);
  top: 40%;
  right: 20%;
}

.glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  box-shadow: 0 20px 40px rgba(3, 9, 32, 0.4);
  backdrop-filter: blur(18px);
}

.age {
  border: 1px solid var(--accent);
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.85rem;
}

/* Sidebar (desktop) */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 100vh;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid var(--glass-border);
  background: rgba(11, 15, 42, 0.6);
  backdrop-filter: blur(12px);
  z-index: 10;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-symbol {
  display: block;
  line-height: 0;
}
.brand-icon {
  width: 40px;
  height: 40px;
  display: block;
}
.sidebar .brand-name {
  font-weight: 700;
  font-size: 1rem;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar-nav a {
  color: var(--text);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 600;
}
.sidebar-nav a:hover {
  background: rgba(125, 211, 252, 0.15);
}

.sidebar-compliance {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--glass-border);
}
.sidebar-compliance .age {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  border-radius: 12px;
  margin: 0;
}
.sidebar-compliance a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--glass-border);
}
.sidebar-compliance a:hover {
  background: rgba(255, 255, 255, 0.22);
}
.sidebar-compliance img {
  height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Main content area */
.main-wrap {
  margin-left: 220px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-strip {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid var(--glass-border);
}

.menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background: var(--accent);
}

/* Picks first – list with big numbers */
.picks-first {
  padding: 40px 5vw 32px;
}
.picks-first h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 8px;
}
.picks-intro {
  color: var(--muted);
  margin-bottom: 28px;
}

.pick-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pick-row {
  display: grid;
  grid-template-columns: 56px 80px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 24px;
}
.pick-row:hover {
  border-color: rgba(125, 211, 252, 0.5);
}

.pick-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-2);
  line-height: 1;
}

.pick-logo {
  height: 44px;
  width: auto;
}

.pick-body h2 {
  font-size: 1.15rem;
  margin-bottom: 4px;
}
.pick-body .bonus {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.pick-body .card-disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
  margin-bottom: 0;
}

.rating {
  display: flex;
  gap: 6px;
}
.rating .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.rating .filled {
  background: var(--accent-2);
  box-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
}

.btn {
  font: inherit;
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
}
.btn.primary {
  background: linear-gradient(135deg, #7dd3fc, #a78bfa);
  color: #0b0f2a;
  font-weight: 700;
}
a.btn.primary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.btn.ghost {
  background: transparent;
  border: 1px solid var(--glass-border);
  color: var(--text);
}
.btn-link {
  padding: 12px 22px;
  border-radius: 999px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--glass-border);
  color: var(--text);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 15, 42, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.modal-overlay[hidden] {
  display: none;
  pointer-events: none;
}
.modal-box {
  border-radius: 24px;
  padding: 28px;
  max-width: 420px;
  width: 100%;
}
.modal-box h2 { margin-bottom: 12px; font-size: 1.25rem; }
.modal-box p { color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.modal-box a { color: var(--accent); text-decoration: none; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.page-content {
  padding: 40px 5vw 60px;
  max-width: 900px;
}
.page-content h1 { margin-bottom: 16px; }
.page-content h2 { margin: 24px 0 12px; font-size: 1.1rem; }
.page-content p { color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.page-content a { color: var(--accent); text-decoration: none; }
.content-narrow { max-width: 680px; }

/* Hero strip (short) */
.hero-strip {
  margin: 0 5vw 32px;
  padding: 28px 32px;
  border-radius: 24px;
  text-align: center;
}
.hero-strip h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.hero-strip p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}

/* Bonus ladder */
.bonus-ladder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  padding: 0 5vw 32px;
}
.ladder-card {
  border-radius: 24px;
  padding: 22px;
}
.ladder-card ol {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: var(--muted);
  margin-top: 12px;
}

/* Insights */
.insights {
  margin: 0 5vw 32px;
  border-radius: 26px;
  padding: 24px;
}
.insights h2 {
  margin-bottom: 16px;
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.insight-grid p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Uafhængigt indhold / affiliate-oplysning */
.editorial-disclosure {
  margin: 0 5vw 28px;
  max-width: 720px;
  padding: 20px 24px;
  border-radius: 18px;
}
.editorial-disclosure p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 10px;
}
.editorial-disclosure p:last-child {
  margin-bottom: 0;
}
.editorial-disclosure h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.footer-links {
  margin-top: 12px;
  font-size: 0.9rem;
}
.footer-links a {
  color: var(--accent);
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* Footer: 2 columns */
.footer {
  margin: 0 5vw 40px;
  border-radius: 26px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
}
.footer-left h3 {
  margin-bottom: 6px;
}
.footer-left p {
  color: var(--muted);
  font-size: 0.9rem;
}
.footer-org {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--glass-border);
}
.footer-org p {
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.footer-org p:last-child {
  margin-bottom: 0;
}
.footer-org a {
  color: var(--accent);
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-right img {
  height: 28px;
}

/* Mobile nav (hidden on desktop) */
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 15, 42, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--glass-border);
  padding: 12px 20px;
  justify-content: space-around;
  z-index: 50;
}
.mobile-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 260px;
  }
  body.sidebar-open .sidebar {
    transform: translateX(0);
  }

  .main-wrap {
    margin-left: 0;
  }

  .top-strip,
  .menu-btn {
    display: flex;
  }

  .pick-row {
    grid-template-columns: 48px 64px 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
  }
  .pick-row .btn {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-right {
    justify-content: center;
  }
  .mobile-nav {
    display: flex;
  }
  .main-wrap main {
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .pick-row {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto auto;
  }
  .pick-row .pick-logo {
    grid-column: 1;
    grid-row: 1;
  }
  .pick-row .pick-body {
    grid-column: 2;
    grid-row: 1;
  }
  .pick-row .btn {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}
