:root {
  --ink: #07090d;
  --ink-soft: #0d1118;
  --panel: #111722;
  --panel-2: #151d2a;
  --line: rgba(255, 255, 255, .10);
  --line-bright: rgba(255, 255, 255, .18);
  --text: #f5f7fb;
  --muted: #9ca8b9;
  --blue: #1769ff;
  --blue-2: #5a94ff;
  --green: #53dc8c;
  --red: #ff6c73;
  --yellow: #f7c95f;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 77% 9%, rgba(23, 105, 255, .14), transparent 25rem),
    var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: rgba(90, 148, 255, .42); color: #fff; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-2); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #a8c6ff; }
.section { padding: 112px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); align-items: end; gap: 3rem; margin-bottom: 50px; }
.section-title { margin: 0; max-width: 850px; font-size: clamp(2.4rem, 5.4vw, 5.6rem); line-height: .93; letter-spacing: -.062em; text-transform: uppercase; }
.section-copy { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.muted { color: var(--muted); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(7, 9, 13, .72); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, background .2s; }
.site-header.scrolled { border-color: var(--line); background: rgba(7, 9, 13, .92); }
.nav { height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; font-size: .88rem; font-weight: 850; letter-spacing: .1em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: #bbc3cf; font-size: .88rem; font-weight: 680; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.account-link { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 4px 0 12px; color: #c7ced9; font-size: .83rem; font-weight: 750; }
.account-link img { width: 32px; height: 32px; border: 1px solid var(--line-bright); border-radius: 50%; object-fit: cover; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; color: white; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; color: #fff; background: var(--blue); border: 1px solid var(--blue); border-radius: 999px; cursor: pointer; font-weight: 800; font-size: .88rem; line-height: 1; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); background: #2b77ff; border-color: #2b77ff; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(90, 148, 255, .55); outline-offset: 3px; }
.button.secondary { color: #fff; background: rgba(255,255,255,.04); border-color: var(--line-bright); }
.button.secondary:hover { background: rgba(255,255,255,.09); }
.button.compact { min-height: 42px; padding-inline: 16px; font-size: .81rem; }
.button.danger { background: transparent; border-color: rgba(255,108,115,.35); color: #ff9da2; }
.button[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.arrow { font-size: 1.16em; }

.hero { min-height: 820px; padding: 146px 0 70px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .82fr); align-items: center; gap: clamp(45px, 7vw, 110px); }
.hero-title { margin: 0; max-width: 780px; font-size: clamp(4rem, 8vw, 8.1rem); line-height: .79; letter-spacing: -.085em; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-copy { max-width: 650px; margin: 29px 0 0; color: #aeb7c6; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 13px; color: #d7dfec; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 760; }
.live-dot { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(247,201,95,.08); }
.live-dot.online { background: var(--green); box-shadow: 0 0 0 5px rgba(83,220,140,.09); }
.live-dot.offline { background: var(--red); box-shadow: 0 0 0 5px rgba(255,108,115,.09); }
.hero-visual { position: relative; min-height: 570px; }
.hero-frame { position: absolute; inset: 0; overflow: hidden; border: 1px solid var(--line-bright); border-radius: 180px 20px 20px 20px; box-shadow: var(--shadow); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,9,15,.75)); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-logo { position: absolute; z-index: 2; right: -25px; bottom: -22px; width: 170px; filter: drop-shadow(0 24px 28px rgba(0,0,0,.45)); transform: rotate(-4deg); }
.hero-note { position: absolute; z-index: 2; left: 24px; bottom: 24px; max-width: 240px; padding: 15px 17px; background: rgba(7,9,13,.76); border: 1px solid var(--line-bright); border-radius: 14px; backdrop-filter: blur(12px); }
.hero-note strong { display: block; margin-bottom: 5px; font-size: .83rem; }
.hero-note span { color: var(--muted); font-size: .75rem; line-height: 1.4; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: #0a0d12; }
.ticker-track { display: flex; width: max-content; padding: 15px 0; animation: ticker 28s linear infinite; }
.ticker-item { display: flex; align-items: center; gap: 24px; padding-right: 24px; color: #bec6d3; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.ticker-item::after { content: "✦"; color: var(--blue-2); }
@keyframes ticker { to { transform: translateX(-50%); } }

.status-section { background: #090c11; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.status-card { min-height: 200px; padding: 25px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.status-card.primary { grid-column: span 2; background: linear-gradient(135deg, rgba(23,105,255,.18), var(--panel) 60%); }
.status-label { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status-value { margin-top: 36px; font-size: clamp(2.2rem, 4.2vw, 4.6rem); font-weight: 880; letter-spacing: -.065em; line-height: .9; }
.status-value.small { font-size: clamp(1.6rem, 3vw, 2.8rem); }
.status-sub { margin-top: 13px; color: var(--muted); font-size: .82rem; }
.meter { height: 5px; margin-top: 23px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 999px; }
.meter span { display: block; width: 0; height: 100%; background: var(--blue); border-radius: inherit; transition: width .6s ease; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature { min-height: 310px; padding: 32px; background: rgba(255,255,255,.018); }
.feature + .feature { border-left: 1px solid var(--line); }
.feature-number { color: var(--blue-2); font-size: .76rem; font-weight: 850; letter-spacing: .15em; }
.feature h3 { margin: 102px 0 14px; font-size: 1.55rem; letter-spacing: -.035em; }
.feature p { margin: 0; color: var(--muted); line-height: 1.7; }

.steps-section { overflow: hidden; background: #f1f3f7; color: #0b1018; }
.steps-section .eyebrow { color: #165bdc; }
.steps-section .section-copy { color: #5f6876; }
.steps { border-top: 1px solid rgba(11,16,24,.17); }
.step { display: grid; grid-template-columns: 100px minmax(240px, .7fr) minmax(280px, 1fr); align-items: center; gap: 2rem; min-height: 150px; border-bottom: 1px solid rgba(11,16,24,.17); }
.step-number { color: #165bdc; font-size: .76rem; font-weight: 850; letter-spacing: .15em; }
.step h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.65rem); letter-spacing: -.05em; }
.step p { margin: 0; color: #5f6876; line-height: 1.7; }

.application-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.application-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.application-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(23,105,255,.22), transparent 67%); }
.application-card h3 { margin: 50px 0 12px; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.05em; }
.application-card p { max-width: 500px; margin: 0 0 24px; color: var(--muted); line-height: 1.65; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; color: #a5f2c4; background: rgba(83,220,140,.08); border: 1px solid rgba(83,220,140,.22); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.badge.closed { color: #c1c7d0; background: rgba(255,255,255,.05); border-color: var(--line); }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 510px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,7,11,.83)); }
.gallery-caption { position: absolute; z-index: 1; left: 24px; bottom: 22px; font-size: .82rem; font-weight: 800; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 2rem; padding: 28px 0; list-style: none; cursor: pointer; font-size: clamp(1.05rem, 2vw, 1.32rem); font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue-2); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: -4px 0 28px; color: var(--muted); line-height: 1.75; }

.final-cta { padding: 105px 0; background: var(--blue); }
.final-cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; }
.final-cta h2 { margin: 0; max-width: 880px; font-size: clamp(3rem, 7vw, 7rem); line-height: .87; letter-spacing: -.075em; text-transform: uppercase; }
.final-cta .button { color: #0a1220; background: white; border-color: white; }

.site-footer { padding: 55px 0 30px; background: #05070a; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; padding-bottom: 50px; }
.footer-brand { max-width: 440px; }
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p { color: var(--muted); line-height: 1.65; }
.footer-group strong { display: block; margin-bottom: 16px; color: #fff; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-group a { display: block; margin: 11px 0; color: var(--muted); font-size: .88rem; }
.footer-group a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 24px; color: #687385; border-top: 1px solid var(--line); font-size: .72rem; line-height: 1.5; }

.page-hero { padding: 172px 0 76px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; max-width: 1020px; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.page-hero p { max-width: 680px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.page-content { min-height: 52vh; padding: 70px 0 110px; }
.notice { margin-bottom: 24px; padding: 17px 19px; color: #dbe7ff; background: rgba(23,105,255,.10); border: 1px solid rgba(90,148,255,.28); border-radius: 14px; line-height: 1.55; }
.notice.error { color: #ffd7da; background: rgba(255,108,115,.08); border-color: rgba(255,108,115,.25); }
.notice.success { color: #c7f7da; background: rgba(83,220,140,.08); border-color: rgba(83,220,140,.24); }
.hidden { display: none !important; }

.application-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; align-items: start; }
.application-list { display: grid; gap: 13px; position: sticky; top: 102px; }
.application-choice { width: 100%; padding: 22px; color: var(--text); text-align: left; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; cursor: pointer; }
.application-choice.active { border-color: rgba(90,148,255,.75); background: linear-gradient(135deg, rgba(23,105,255,.13), var(--panel)); }
.application-choice h3 { margin: 14px 0 7px; font-size: 1.25rem; }
.application-choice p { margin: 0; color: var(--muted); line-height: 1.55; }
.form-panel { min-height: 420px; padding: clamp(24px, 4vw, 45px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.form-panel h2 { margin: 0 0 10px; font-size: clamp(1.7rem, 4vw, 3rem); letter-spacing: -.05em; }
.form-panel > p { margin: 0 0 28px; color: var(--muted); line-height: 1.65; }
.field { margin: 0 0 25px; }
.field label { display: block; margin-bottom: 9px; color: #dce2eb; font-size: .86rem; font-weight: 730; }
.field .hint { margin: 8px 0 0; color: #707c8e; font-size: .73rem; }
.field input[type="text"], .field input[type="number"], .field textarea, .field select, .staff-card textarea, .staff-card select { width: 100%; color: var(--text); background: #0a0f16; border: 1px solid var(--line-bright); border-radius: 11px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input[type="text"], .field input[type="number"], .field select, .staff-card select { min-height: 48px; padding: 0 14px; }
.field textarea, .staff-card textarea { min-height: 145px; padding: 13px 14px; resize: vertical; line-height: 1.55; }
.field input:focus, .field textarea:focus, .field select:focus, .staff-card textarea:focus, .staff-card select:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(23,105,255,.13); }
.check { display: flex; gap: 11px; align-items: flex-start; color: #dce2eb; line-height: 1.5; }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.login-panel { text-align: center; padding-block: 55px; }
.login-panel img { width: 74px; height: 74px; margin: 0 auto 22px; object-fit: contain; }
.login-panel p { max-width: 520px; margin-inline: auto; }
.user-strip { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; padding: 13px 15px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; }
.user-strip img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.user-strip strong, .user-strip span { display: block; }
.user-strip span { color: var(--muted); font-size: .75rem; margin-top: 2px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; }
.form-message { color: var(--muted); font-size: .82rem; }

.account-grid, .rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.account-card, .rule-card { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.account-card h2, .rule-card h2 { margin: 0 0 12px; font-size: 1.5rem; letter-spacing: -.035em; }
.account-card p, .rule-card p { color: var(--muted); line-height: 1.7; }
.status-tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.status-tag.pending { color: #f6d888; background: rgba(247,201,95,.10); }
.status-tag.approved { color: #a5efc2; background: rgba(83,220,140,.10); }
.status-tag.rejected { color: #ffb2b6; background: rgba(255,108,115,.10); }
.status-tag.interview { color: #b9d0ff; background: rgba(23,105,255,.12); }

.staff-list { display: grid; gap: 16px; }
.staff-card { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.staff-card-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 24px; }
.staff-user { display: flex; align-items: center; gap: 12px; }
.staff-user img { width: 45px; height: 45px; border-radius: 50%; }
.staff-user strong, .staff-user span { display: block; }
.staff-user span { margin-top: 3px; color: var(--muted); font-size: .75rem; }
.answer { padding: 17px 0; border-top: 1px solid var(--line); }
.answer strong { display: block; margin-bottom: 7px; color: #929eaf; font-size: .73rem; letter-spacing: .05em; text-transform: uppercase; }
.answer p { margin: 0; white-space: pre-wrap; line-height: 1.65; }
.staff-controls { display: grid; grid-template-columns: 220px 1fr auto; align-items: end; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.staff-controls label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .75rem; }
.staff-controls textarea { min-height: 82px; }

.privacy { max-width: 820px; }
.privacy h2 { margin: 2.3rem 0 .7rem; font-size: 1.5rem; }
.privacy p, .privacy li { color: var(--muted); line-height: 1.8; }
.privacy a { color: #8ab4ff; text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 78px 0 auto; display: none; padding: 28px 20px 40px; background: rgba(7,9,13,.98); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: grid; gap: 0; }
  .nav-links a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .menu-button { display: block; }
  .nav-actions > .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .status-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature + .feature { border-left: 0; border-top: 1px solid var(--line); }
  .feature h3 { margin-top: 50px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 400px; }
  .application-layout { grid-template-columns: 1fr; }
  .application-list { position: static; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--content)); }
  .section { padding: 78px 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .nav { height: 70px; }
  .nav-links { inset-block-start: 70px; }
  .brand span { display: none; }
  .account-link span { display: none; }
  .hero { padding-top: 122px; }
  .hero-grid { gap: 48px; }
  .hero-title { font-size: clamp(3.4rem, 18vw, 5.3rem); }
  .hero-visual { min-height: 410px; }
  .hero-frame { border-radius: 110px 16px 16px 16px; }
  .hero-logo { right: -5px; width: 115px; }
  .hero-note { left: 14px; bottom: 14px; }
  .status-grid, .application-preview, .account-grid, .rules-grid { grid-template-columns: 1fr; }
  .status-card.primary { grid-column: auto; }
  .step { grid-template-columns: 55px 1fr; gap: 1rem; padding: 25px 0; }
  .step p { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .final-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 135px 0 58px; }
  .application-list { grid-template-columns: 1fr; }
  .form-panel { padding: 23px 18px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .staff-controls { grid-template-columns: 1fr; }
}

/* Unify 3.0 — levende FiveM-retning */
:root {
  --warm: #ff5a17;
  --warm-2: #ffbd2e;
  --paper: #f2efe8;
}

body { background: #0a0a0c; }
.site-header { background: linear-gradient(180deg, rgba(4,5,8,.82), transparent); border-bottom: 0; }
.site-header.scrolled { background: rgba(8,9,12,.94); border-bottom: 1px solid rgba(255,255,255,.11); }
.brand img { filter: drop-shadow(0 0 12px rgba(25,110,255,.35)); }
.nav-links a { letter-spacing: .04em; text-transform: uppercase; font-size: .76rem; }
.button-warm { color: #0b0b0d; background: var(--warm-2); border-color: var(--warm-2); box-shadow: 0 10px 30px rgba(255,137,23,.16); }
.button-warm:hover { color: #09090b; background: #ffd05c; border-color: #ffd05c; }
.button-glass { color: #fff; background: rgba(8,10,14,.42); border-color: rgba(255,255,255,.27); backdrop-filter: blur(14px); }
.button-glass:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); }

.hero-live { position: relative; min-height: 100svh; overflow: hidden; background: #0b0c10; }
.hero-live-bg, .hero-live-shade, .hero-live-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-live-bg { object-fit: cover; object-position: 55% center; animation: heroBreath 16s ease-in-out infinite alternate; }
.hero-live-shade { background: linear-gradient(90deg, rgba(3,5,8,.97) 0%, rgba(3,5,8,.78) 35%, rgba(3,5,8,.2) 70%, rgba(3,5,8,.48) 100%), linear-gradient(180deg, rgba(3,5,8,.2), transparent 48%, rgba(3,5,8,.9)); }
.hero-live-grain { opacity: .11; background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.1) 4px); mix-blend-mode: soft-light; pointer-events: none; }
@keyframes heroBreath { from { transform: scale(1); } to { transform: scale(1.045); } }
.hero-live-inner { position: relative; z-index: 2; min-height: 100svh; padding-top: 145px; padding-bottom: 72px; display: flex; align-items: center; }
.hero-live-copy { width: min(750px, 65vw); }
.hero-kicker { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 10px 13px; color: #f4f4f5; background: rgba(5,7,11,.48); border: 1px solid rgba(255,255,255,.16); border-radius: 7px; backdrop-filter: blur(12px); font-size: .68rem; font-weight: 850; letter-spacing: .11em; }
.hero-kicker i { width: 1px; height: 13px; margin-inline: 2px; background: rgba(255,255,255,.28); }
.hero-live-mark { width: 72px; height: 72px; margin: 27px 0 16px; object-fit: contain; filter: drop-shadow(0 12px 35px rgba(23,105,255,.4)); }
.hero-live-copy h1 { margin: 0; font-size: clamp(4.4rem, 9.8vw, 10rem); line-height: .78; letter-spacing: -.087em; text-transform: uppercase; text-shadow: 0 4px 30px rgba(0,0,0,.35); }
.hero-live-copy h1 span { display: block; }
.hero-live-copy h1 span:last-child { color: var(--warm-2); }
.hero-live-copy > p { max-width: 610px; margin: 30px 0 0; color: #e0e3e8; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; text-shadow: 0 2px 16px #000; }
.hero-live-card { position: absolute; right: 0; bottom: 72px; width: 285px; padding: 20px; background: rgba(7,9,13,.7); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 25px 80px rgba(0,0,0,.42); backdrop-filter: blur(18px); }
.hero-live-card-head { display: flex; justify-content: space-between; align-items: center; color: #bec6d0; font-size: .67rem; font-weight: 850; letter-spacing: .13em; }
.hero-live-card > strong { display: block; margin: 25px 0 6px; font-size: 2.8rem; line-height: 1; letter-spacing: -.065em; }
.hero-live-card > span { color: #a9b1bd; font-size: .76rem; }
.hero-live-card-row { display: flex; justify-content: space-between; gap: 1rem; margin-top: 20px; padding-top: 15px; color: #858f9e; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.hero-live-card-row b { color: white; }
.hero-scroll { position: absolute; left: 0; bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 850; letter-spacing: .16em; }
.hero-scroll span { color: var(--warm-2); font-size: 1rem; }

.city-ticker { position: relative; z-index: 3; overflow: hidden; color: #0c0c0e; background: var(--warm-2); border: 0; transform: rotate(-.55deg) scale(1.01); transform-origin: center; }
.city-ticker-track { display: flex; width: max-content; padding: 14px 0; animation: ticker 26s linear infinite; }
.city-ticker span { display: flex; gap: 9px; align-items: center; padding-right: 38px; font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.city-ticker span::after { content: "✦"; margin-left: 29px; }

.scene-intro { padding-top: 145px; overflow: hidden; background: radial-gradient(circle at 90% 30%, rgba(23,105,255,.12), transparent 28rem), #0a0a0c; }
.scene-intro-copy { display: grid; grid-template-columns: 1.2fr .7fr; gap: 40px; align-items: end; margin-bottom: 65px; }
.scene-intro-copy .eyebrow { grid-column: 1 / -1; margin: 0; color: var(--warm-2); }
.scene-intro-copy h2 { margin: 0; font-size: clamp(2.9rem, 6vw, 6.5rem); line-height: .93; letter-spacing: -.067em; }
.scene-intro-copy > p:last-child { margin: 0; color: #a9b1bd; font-size: 1.05rem; line-height: 1.8; }
.scene-collage { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 18px; padding-bottom: 60px; }
.scene-photo { position: relative; margin: 0; overflow: hidden; background: #11151d; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.scene-photo-main { height: 610px; transform: rotate(-1deg); }
.scene-photo-small { height: 410px; transform: translateY(36px) rotate(1.5deg); }
.scene-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.scene-photo:hover img { transform: scale(1.035); }
.scene-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(3,4,7,.84)); }
.scene-photo figcaption { position: absolute; z-index: 1; inset: auto 20px 18px; }
.scene-photo figcaption b, .scene-photo figcaption span { display: block; }
.scene-photo figcaption b { margin-bottom: 5px; color: var(--warm-2); font-size: .63rem; letter-spacing: .14em; }
.scene-photo figcaption span { font-size: .92rem; font-weight: 730; }
.hand-note { position: absolute; z-index: 4; right: 21%; bottom: 18px; width: 265px; padding: 18px 20px; color: #16120a; background: var(--warm-2); box-shadow: 0 16px 45px rgba(0,0,0,.35); transform: rotate(-3deg); }
.hand-note span, .hand-note small { display: block; }
.hand-note span { font-size: 1.06rem; font-weight: 850; }
.hand-note small { margin-top: 7px; opacity: .68; }

.live-room { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; border: 0; }
.live-room-bg, .live-room-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.live-room-bg { object-fit: cover; object-position: center; }
.live-room-shade { background: linear-gradient(90deg, rgba(4,6,10,.95), rgba(4,6,10,.7) 46%, rgba(4,6,10,.35)), linear-gradient(180deg, rgba(4,6,10,.15), rgba(4,6,10,.82)); }
.live-room-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.live-room-title h2 { margin: 0; font-size: clamp(4rem, 7vw, 7.4rem); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.live-room-title h2 em { color: var(--warm-2); font-style: normal; }
.live-room-title p:not(.eyebrow) { max-width: 460px; margin: 28px 0; color: #b8c0cc; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 7px; color: white; border-bottom: 2px solid var(--warm-2); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.live-console { overflow: hidden; background: rgba(7,10,15,.8); border: 1px solid rgba(255,255,255,.19); border-radius: 16px; box-shadow: 0 35px 100px rgba(0,0,0,.45); backdrop-filter: blur(20px); }
.console-top { display: flex; justify-content: space-between; padding: 16px 20px; color: #8d98a8; background: rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.1); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.console-primary { padding: 35px; }
.console-primary > span, .console-grid span { color: #8d98a8; font-size: .64rem; font-weight: 850; letter-spacing: .13em; }
.console-primary strong { display: block; margin-top: 18px; font-size: clamp(3.4rem, 7vw, 7.5rem); letter-spacing: -.08em; line-height: .85; }
.console-primary .meter { margin-top: 25px; }
.console-primary .meter span { background: linear-gradient(90deg, var(--warm), var(--warm-2)); }
.console-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.console-grid > div { padding: 22px 20px; }
.console-grid > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.console-grid strong { display: block; margin-top: 11px; font-size: 1.45rem; }

.moments { overflow: hidden; padding-bottom: 140px; background: var(--paper); color: #0c0c0e; }
.moments .eyebrow { color: #e04b10; }
.moments-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 50px; margin-bottom: 50px; }
.moments-head h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6.5vw, 6.9rem); line-height: .9; letter-spacing: -.07em; }
.moments-head > p { margin: 0; color: #5f6268; line-height: 1.75; }
.moments-rail { display: flex; gap: 14px; width: 100%; padding: 0 max(20px, calc((100vw - var(--content)) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #333 transparent; }
.moment-card { flex: 0 0 min(640px, 72vw); height: 470px; margin: 0; position: relative; overflow: hidden; background: #15171b; scroll-snap-align: center; }
.moment-1, .moment-3 { flex-basis: min(430px, 62vw); }
.moment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.moment-card:hover img { transform: scale(1.045); filter: saturate(1.12); }
.moment-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,4,7,.88)); }
.moment-card figcaption { position: absolute; z-index: 2; inset: auto 23px 20px; color: white; }
.moment-card figcaption span, .moment-card figcaption b { display: block; }
.moment-card figcaption span { margin-bottom: 7px; color: var(--warm-2); font-size: .62rem; font-weight: 850; letter-spacing: .15em; }
.moment-card figcaption b { font-size: 1.35rem; }
.moment-card figcaption small { position: absolute; right: 0; bottom: 0; color: rgba(255,255,255,.6); font-weight: 800; }

.people-section { background: #1158d8; border: 0; }
.people-header h2 { margin: 0 0 60px; max-width: 1100px; font-size: clamp(3.3rem, 7vw, 7.6rem); line-height: .87; letter-spacing: -.075em; }
.people-header h2 span { color: #a9c8ff; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.24); }
.people-grid article { min-height: 295px; padding: 30px 30px 32px 0; }
.people-grid article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.24); }
.people-grid article > span { color: #bcd2ff; font-size: .69rem; font-weight: 850; letter-spacing: .16em; }
.people-grid h3 { margin: 70px 0 15px; font-size: 1.45rem; letter-spacing: -.035em; }
.people-grid p { margin: 0; color: #d9e5ff; line-height: 1.7; }
.people-quote { position: relative; height: 590px; margin-top: 80px; overflow: hidden; }
.people-quote img { width: 100%; height: 100%; object-fit: cover; }
.people-quote::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,30,.74), transparent); }
.people-quote blockquote { position: absolute; z-index: 1; left: clamp(25px, 6vw, 78px); bottom: 70px; max-width: 780px; margin: 0; font-size: clamp(2.3rem, 5vw, 5.2rem); line-height: .95; font-weight: 850; letter-spacing: -.06em; }
.people-quote > span { position: absolute; z-index: 1; left: clamp(25px, 6vw, 78px); bottom: 32px; color: #b9cef8; font-size: .67rem; font-weight: 850; letter-spacing: .15em; }

.join-route { color: #121316; background: var(--paper); border: 0; }
.join-route .eyebrow { color: #e04b10; }
.join-route .section-copy { color: #5f6268; }
.route-steps { border-top: 2px solid #17181b; }
.route-steps article { display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; min-height: 145px; border-bottom: 1px solid rgba(10,10,12,.2); }
.route-steps article > span { color: #e04b10; font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.route-steps h3 { margin: 0 0 8px; font-size: clamp(1.5rem, 3vw, 2.55rem); letter-spacing: -.045em; }
.route-steps p { margin: 0; color: #61646a; }
.route-steps article > b { color: #e04b10; font-size: 1.8rem; }
.route-final { background: #ffdf86; }

.applications-stage { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; border: 0; }
.applications-stage-bg, .applications-stage-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.applications-stage-bg { object-fit: cover; }
.applications-stage-shade { background: linear-gradient(90deg, rgba(4,6,10,.96), rgba(4,6,10,.66) 48%, rgba(4,6,10,.5)); }
.applications-stage-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: center; }
.applications-stage-copy h2 { margin: 0; font-size: clamp(3.7rem, 7vw, 7.3rem); line-height: .82; letter-spacing: -.078em; text-transform: uppercase; }
.applications-stage-copy > p:not(.eyebrow) { color: #bdc4ce; line-height: 1.75; }
.application-preview-live { align-items: stretch; }
.application-preview-live .application-card { min-height: 390px; background: rgba(9,12,18,.83); backdrop-filter: blur(16px); }
.application-preview-live .application-card h3 { margin-top: 95px; }
.application-preview-live .application-card::after { background: radial-gradient(circle, rgba(255,90,23,.24), transparent 67%); }

.faq-stage { background: #0b0c0f; }
.faq-stage-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; align-items: start; }
.faq-stage-side { position: sticky; top: 110px; }
.faq-stage-side h2 { margin: 0 0 30px; font-size: clamp(3rem, 6vw, 6rem); line-height: .88; letter-spacing: -.07em; }
.faq-stage-side img { width: 100%; aspect-ratio: 1.55; margin-bottom: 20px; object-fit: cover; filter: saturate(.85); }
.faq-list-rich summary { align-items: center; }
.faq-list-rich summary > span { flex: 0 0 43px; color: var(--warm-2); font-size: .68rem; letter-spacing: .12em; }
.faq-list-rich details p { margin-left: 43px; }

.final-scene { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; }
.final-scene > img, .final-scene-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-scene > img { object-fit: cover; object-position: center; }
.final-scene-shade { background: linear-gradient(90deg, rgba(4,5,8,.93), rgba(4,5,8,.46)), linear-gradient(180deg, transparent, rgba(4,5,8,.65)); }
.final-scene-inner { position: relative; z-index: 1; }
.final-scene-inner > img { position: static; width: 75px; height: 75px; object-fit: contain; margin-bottom: 24px; }
.final-scene-inner > p { color: var(--warm-2); font-size: .67rem; font-weight: 850; letter-spacing: .16em; }
.final-scene-inner h2 { margin: 0 0 38px; font-size: clamp(5rem, 11vw, 11rem); line-height: .73; letter-spacing: -.09em; text-transform: uppercase; }
.final-scene-inner > div { display: flex; flex-wrap: wrap; gap: 12px; }

.page-hero { position: relative; overflow: hidden; padding-top: 190px; background: radial-gradient(circle at 80% 30%, rgba(23,105,255,.22), transparent 26rem), linear-gradient(135deg, #0c0e14, #08090c); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .36; filter: saturate(.8) contrast(1.08); }
body[data-title="Ansøgninger"] .page-hero::before { background-image: linear-gradient(90deg, rgba(5,7,11,.92), rgba(5,7,11,.28)), url("/assets/ingame/federal-lobby.webp"); }
body[data-title="Regler"] .page-hero::before { background-image: linear-gradient(90deg, rgba(5,7,11,.94), rgba(5,7,11,.25)), url("/assets/ingame/tactical-unit.webp"); }
body[data-title="Konto"] .page-hero::before { background-image: linear-gradient(90deg, rgba(5,7,11,.94), rgba(5,7,11,.27)), url("/assets/ingame/police-training.webp"); }
body[data-title="Staff"] .page-hero::before { background-image: linear-gradient(90deg, rgba(5,7,11,.94), rgba(5,7,11,.25)), url("/assets/ingame/police-briefing.webp"); }
body[data-title="Privatliv"] .page-hero::before { background-image: linear-gradient(90deg, rgba(5,7,11,.94), rgba(5,7,11,.32)), url("/assets/ingame/beach-patrol.webp"); }
.page-hero::after { content: "U"; position: absolute; right: 3vw; bottom: -8vw; color: rgba(23,105,255,.06); font-size: min(43vw, 580px); font-weight: 950; line-height: .7; pointer-events: none; }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { color: #f5f6f8; }
.page-hero .eyebrow { color: var(--warm-2); }
.application-choice.active { border-color: rgba(255,189,46,.72); background: linear-gradient(135deg, rgba(255,90,23,.10), var(--panel)); }
.form-panel { box-shadow: 0 30px 100px rgba(0,0,0,.25); }

@media (max-width: 980px) {
  .hero-live-copy { width: min(820px, 100%); }
  .hero-live-shade { background: linear-gradient(90deg, rgba(3,5,8,.95), rgba(3,5,8,.52)), linear-gradient(180deg, rgba(3,5,8,.12), rgba(3,5,8,.82)); }
  .hero-live-card { right: 20px; }
  .scene-intro-copy, .moments-head, .live-room-inner, .applications-stage-inner, .faq-stage-grid { grid-template-columns: 1fr; }
  .scene-collage { grid-template-columns: 1fr 1fr; }
  .scene-photo-main { height: 500px; }
  .people-grid { grid-template-columns: 1fr; }
  .people-grid article { min-height: auto; padding: 28px 0; }
  .people-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
  .people-grid h3 { margin-top: 35px; }
  .faq-stage-side { position: static; }
  .faq-stage-side img { max-width: 560px; }
}

@media (max-width: 720px) {
  .hero-live { min-height: 1030px; }
  .hero-live-inner { min-height: 1030px; align-items: flex-start; padding-top: 122px; }
  .hero-live-bg { object-position: 63% center; }
  .hero-live-shade { background: linear-gradient(180deg, rgba(3,5,8,.42), rgba(3,5,8,.8) 38%, rgba(3,5,8,.97) 75%); }
  .hero-live-mark { width: 52px; height: 52px; margin-top: 22px; }
  .hero-live-copy h1 { font-size: clamp(3.8rem, 19vw, 5.8rem); }
  .hero-live-copy > p { margin-top: 21px; font-size: .94rem; }
  .hero-actions { margin-top: 23px; }
  .hero-live-card { inset: auto 14px 54px; width: auto; padding: 15px; }
  .hero-live-card > strong { margin-top: 13px; font-size: 2rem; }
  .hero-live-card-row { display: none; }
  .hero-scroll { display: none; }
  .scene-intro { padding-top: 100px; }
  .scene-intro-copy { gap: 20px; }
  .scene-collage { grid-template-columns: 1fr; padding-bottom: 95px; }
  .scene-photo-main { height: 390px; }
  .scene-photo-small { height: 310px; transform: rotate(1.5deg); }
  .hand-note { right: 13px; bottom: 40px; width: 235px; }
  .live-room { min-height: 920px; }
  .console-primary { padding: 27px 20px; }
  .console-grid { grid-template-columns: repeat(2, 1fr); }
  .console-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .console-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .moments { padding-bottom: 95px; }
  .moments-head { gap: 20px; }
  .moment-card, .moment-1, .moment-3 { flex-basis: 84vw; height: 390px; }
  .people-quote { height: 470px; margin-top: 55px; }
  .route-steps article { grid-template-columns: 50px 1fr auto; gap: 13px; padding: 20px 12px; }
  .applications-stage { min-height: 1000px; }
  .application-preview-live { grid-template-columns: 1fr; }
  .application-preview-live .application-card { min-height: 280px; }
  .application-preview-live .application-card h3 { margin-top: 48px; }
  .faq-stage-grid { gap: 50px; }
  .final-scene { min-height: 700px; }
}

/* Unify 4.0 — rolig, lys og redaktionel forside */
body[data-title="Forside"] { color: #12141a; background: #f5f2eb; }
body[data-title="Forside"] .site-header { color: #12141a; background: rgba(248,246,241,.94); border-bottom: 1px solid rgba(18,20,26,.13); backdrop-filter: blur(16px); }
body[data-title="Forside"] .site-header.scrolled { background: rgba(248,246,241,.98); border-color: rgba(18,20,26,.18); }
body[data-title="Forside"] .nav-links a,
body[data-title="Forside"] .account-link { color: #5f626b; }
body[data-title="Forside"] .nav-links a:hover,
body[data-title="Forside"] .nav-links a[aria-current="page"] { color: #111319; }
body[data-title="Forside"] .menu-button { color: #111319; border-color: rgba(18,20,26,.2); }
body[data-title="Forside"] .button.compact { background: #1769ff; border-color: #1769ff; }

.od-hero { min-height: 760px; padding: 136px 0 76px; background: #f5f2eb; border-bottom: 1px solid rgba(18,20,26,.16); }
.od-hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .68fr); gap: clamp(54px, 8vw, 118px); align-items: center; }
.od-labels { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.od-labels span { display: inline-block; padding: 9px 13px; color: white; background: #ff6224; border: 1px solid #16181e; box-shadow: 3px 3px 0 #16181e; font-size: .7rem; font-weight: 900; letter-spacing: .12em; transform: rotate(-1.5deg); }
.od-labels span + span { color: #15171d; background: #f2c844; transform: rotate(1deg); }
.od-hero h1 { margin: 0 0 28px; color: #12141a; font-size: clamp(6.4rem, 11.5vw, 11rem); line-height: .73; letter-spacing: -.09em; }
.od-promises { max-width: 760px; border-block: 1px solid rgba(18,20,26,.2); }
.od-promises p { margin: 0; padding: 15px 0; font-size: clamp(1.05rem, 1.65vw, 1.36rem); font-weight: 720; letter-spacing: -.025em; }
.od-promises p + p { border-top: 1px solid rgba(18,20,26,.12); }
.od-promises strong { color: #ff6224; }
.od-promises em { color: #d79e00; font-style: normal; }
.od-promises b { color: #1769ff; }
.od-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.od-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 22px; padding: 0 20px; border: 1px solid #171920; border-radius: 999px; font-size: .83rem; font-weight: 850; transition: transform .18s, box-shadow .18s; }
.od-button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(18,20,26,.1); }
.od-button.primary { color: white; background: #ff6224; }
.od-button.secondary { color: #12141a; background: #fff; }
.od-button.dark { color: white; background: #12141a; }
.od-online { display: inline-flex; align-items: center; gap: 9px; margin-left: 8px; color: #60636c; font-size: .69rem; font-weight: 850; letter-spacing: .08em; }
.od-hero-photo { margin: 0; overflow: hidden; background: #101218; border: 2px solid #171920; box-shadow: 13px 13px 0 rgba(23,105,255,.18); transform: rotate(1deg); }
.od-hero-photo > img { width: 100%; height: 500px; object-fit: cover; object-position: 67% center; filter: saturate(.9) contrast(1.02); }
.od-hero-photo figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; color: white; background: #111319; font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.od-hero-photo figcaption b { display: inline-flex; align-items: center; gap: 8px; color: #ff7b43; }
.od-hero-photo .live-dot { width: 6px; height: 6px; }

.od-status,
.od-steps,
.od-faq { color: #12141a; background: #faf9f5; border-color: rgba(18,20,26,.15); }
.od-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 60px; align-items: end; margin-bottom: 48px; }
.od-section-head > div > p { margin: 0 0 8px; color: #666a74; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.od-section-head h2 { margin: 0; color: inherit; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.od-section-head > p { max-width: 510px; margin: 0; color: #666a74; font-size: 1rem; line-height: 1.7; }
.od-number { display: inline-grid; width: 31px; height: 31px; margin-bottom: 21px; place-items: center; color: #1769ff; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; font-weight: 850; }
.od-status-panel { display: grid; grid-template-columns: 1.5fr repeat(3, .72fr); background: white; border: 1px solid rgba(18,20,26,.18); }
.od-player-main { grid-row: span 2; display: flex; min-height: 265px; flex-direction: column; justify-content: center; padding: 34px; border-right: 1px solid rgba(18,20,26,.14); }
.od-player-main strong { font-size: clamp(3.1rem, 6vw, 6.4rem); line-height: .82; letter-spacing: -.075em; }
.od-player-main > span { margin-top: 16px; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.od-player-main small { margin-top: 7px; color: #767a84; }
.od-stat { min-height: 135px; padding: 25px; border-right: 1px solid rgba(18,20,26,.14); }
.od-stat span { display: block; margin-bottom: 36px; color: #777b85; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.od-stat strong { font-size: 1.05rem; letter-spacing: -.02em; }
.od-status-link { grid-column: 2 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; color: white; background: #1769ff; font-size: .83rem; font-weight: 850; }

.od-why { color: #111319; background: #dfe8fa; border-color: rgba(18,20,26,.15); }
.od-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(18,20,26,.18); }
.od-feature { min-height: 305px; padding: 28px; background: rgba(255,255,255,.48); }
.od-feature + .od-feature { border-left: 1px solid rgba(18,20,26,.18); }
.od-feature > span { color: #1769ff; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.od-feature h3 { margin: 96px 0 15px; font-size: 1.48rem; letter-spacing: -.04em; }
.od-feature p { margin: 0; color: #5d6370; line-height: 1.65; }
.od-feature.feature-2 { background: #f7c94a; }
.od-feature.feature-2 > span { color: #111319; }
.od-feature.feature-2 p { color: #4f492f; }

.od-step-list { border-top: 1px solid rgba(18,20,26,.2); }
.od-step-list article { display: grid; grid-template-columns: 80px minmax(220px,.7fr) minmax(260px,1fr); gap: 35px; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(18,20,26,.2); }
.od-step-list article > span { color: #1769ff; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.od-step-list h3 { margin: 0; font-size: clamp(1.4rem, 2.8vw, 2.45rem); letter-spacing: -.05em; }
.od-step-list p { margin: 0; color: #666a74; line-height: 1.65; }

.od-gallery { color: white; background: #12141a; border-color: rgba(255,255,255,.12); }
.od-section-head.light > div > p,
.od-section-head.light > p { color: #a9afbb; }
.od-section-head.light .od-number { color: #ff7b43; }
.od-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.od-gallery-grid figure { position: relative; height: 365px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.od-gallery-grid figure:nth-child(2),
.od-gallery-grid figure:nth-child(3) { height: 295px; }
.od-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.od-gallery-grid figure:hover img { transform: scale(1.025); }
.od-gallery-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,9,12,.86)); }
.od-gallery-grid figcaption { position: absolute; z-index: 1; inset: auto 20px 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.od-gallery-grid figcaption span { color: #ff8a58; font-size: .63rem; font-weight: 900; letter-spacing: .14em; }
.od-gallery-grid figcaption b { font-size: .88rem; }

.od-faq .od-section-head { align-items: center; }
.od-text-link { color: #1769ff; font-size: .82rem; font-weight: 850; }
.od-faq-list { border-top: 1px solid rgba(18,20,26,.2); }
.od-faq-list details { border-bottom: 1px solid rgba(18,20,26,.2); }
.od-faq-list summary { display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: center; padding: 25px 0; list-style: none; cursor: pointer; font-size: clamp(1.05rem, 1.8vw, 1.25rem); font-weight: 750; }
.od-faq-list summary::-webkit-details-marker { display: none; }
.od-faq-list summary span { color: #1769ff; font-size: .67rem; letter-spacing: .12em; }
.od-faq-list summary::after { content: "+"; color: #1769ff; font-size: 1.5rem; font-weight: 400; }
.od-faq-list details[open] summary::after { transform: rotate(45deg); }
.od-faq-list details p { max-width: 790px; margin: -4px 0 26px 90px; color: #666a74; line-height: 1.7; }

.od-final { padding: 112px 0; color: #111319; background: #ff6a28; }
.od-final .shell > span { font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.od-final h2 { margin: 24px 0 14px; font-size: clamp(4rem, 9vw, 9rem); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.od-final p { max-width: 580px; margin: 0 0 30px; font-size: 1.05rem; line-height: 1.65; }
.od-final .shell > div { display: flex; align-items: center; gap: 22px; }
.od-final .od-text-link { color: #111319; }

@media (max-width: 980px) {
  .od-hero-grid { grid-template-columns: 1fr .72fr; gap: 35px; }
  .od-hero h1 { font-size: clamp(5.8rem, 13vw, 8rem); }
  .od-hero-photo > img { height: 440px; }
  .od-section-head { grid-template-columns: 1fr; gap: 22px; }
  .od-status-panel { grid-template-columns: 1.3fr repeat(3, .7fr); }
  .od-stat { padding: 20px 14px; }
}

@media (max-width: 760px) {
  body[data-title="Forside"] .nav-links { background: #f8f6f1; border-color: rgba(18,20,26,.16); }
  body[data-title="Forside"] .nav-links a { color: #30333b; border-color: rgba(18,20,26,.13); }
  .od-hero { min-height: auto; padding: 112px 0 70px; }
  .od-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .od-hero h1 { font-size: clamp(5.2rem, 27vw, 7rem); }
  .od-promises p { font-size: 1rem; line-height: 1.45; }
  .od-online { width: 100%; margin: 7px 0 0; }
  .od-hero-photo { width: calc(100% - 10px); }
  .od-hero-photo > img { height: 400px; }
  .od-section-head { margin-bottom: 34px; }
  .od-section-head h2 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .od-status-panel { grid-template-columns: 1fr 1fr; }
  .od-player-main { grid-column: 1 / -1; grid-row: auto; min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(18,20,26,.14); }
  .od-stat { min-height: 120px; border-bottom: 1px solid rgba(18,20,26,.14); }
  .od-stat:nth-of-type(3) { grid-column: 1 / -1; }
  .od-stat span { margin-bottom: 24px; }
  .od-status-link { grid-column: 1 / -1; min-height: 62px; }
  .od-feature-grid { grid-template-columns: 1fr; }
  .od-feature { min-height: 245px; }
  .od-feature + .od-feature { border-left: 0; border-top: 1px solid rgba(18,20,26,.18); }
  .od-feature h3 { margin-top: 58px; }
  .od-step-list article { grid-template-columns: 44px 1fr; gap: 14px; padding: 25px 0; }
  .od-step-list article p { grid-column: 2; }
  .od-gallery-grid { grid-template-columns: 1fr; }
  .od-gallery-grid figure,
  .od-gallery-grid figure:nth-child(2),
  .od-gallery-grid figure:nth-child(3) { height: 300px; }
  .od-faq-list summary { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .od-faq-list details p { margin-left: 52px; }
  .od-final { padding: 88px 0; }
  .od-final h2 { font-size: clamp(4rem, 21vw, 6rem); }
}

/* Unify 4.1 — egen, afslappet blågrå identitet */
body[data-title="Forside"] { color: #eef3fb; background: #27313e; }
body[data-title="Forside"] .site-header,
body[data-title="Forside"] .site-header.scrolled { color: #eef3fb; background: rgba(38,47,60,.94); border-color: rgba(255,255,255,.1); }
body[data-title="Forside"] .nav-links a,
body[data-title="Forside"] .account-link { color: #b8c2d0; }
body[data-title="Forside"] .nav-links a:hover,
body[data-title="Forside"] .nav-links a[aria-current="page"] { color: #fff; }
body[data-title="Forside"] .menu-button { color: #fff; border-color: rgba(255,255,255,.2); }

.unify-hero { position: relative; min-height: 820px; overflow: hidden; padding: 146px 0 88px; background: linear-gradient(135deg, #2f3b4b 0%, #252e3a 62%, #303d4e 100%); border-bottom: 1px solid rgba(255,255,255,.1); }
.unify-hero::before { content: "U"; position: absolute; right: -3vw; top: 110px; color: rgba(67,131,255,.07); font-size: min(42vw, 590px); font-weight: 950; line-height: .7; letter-spacing: -.1em; pointer-events: none; }
.unify-hero-glow { position: absolute; width: 520px; height: 520px; left: -230px; bottom: -270px; background: rgba(23,105,255,.24); border-radius: 50%; filter: blur(90px); }
.unify-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.88fr) minmax(460px,1.12fr); gap: clamp(48px,7vw,105px); align-items: center; }
.unify-signature { display: flex; align-items: center; gap: 13px; margin-bottom: 47px; color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .17em; }
.unify-signature img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 9px 15px rgba(0,0,0,.2)); }
.unify-kicker { margin: 0 0 20px; color: #8eb3ff; font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.unify-hero h1 { margin: 0; font-size: clamp(4.4rem,7.7vw,8.2rem); line-height: .78; letter-spacing: -.08em; }
.unify-hero h1 span { color: #77a3ff; }
.unify-lead { max-width: 650px; margin: 31px 0 0; color: #c1cad6; font-size: clamp(1rem,1.3vw,1.12rem); line-height: 1.72; }
.unify-hero .od-button { border-color: rgba(255,255,255,.2); }
.unify-hero .od-button.primary { color: white; background: #1769ff; border-color: #4c8cff; }
.unify-hero .od-button.secondary { color: #eef3fb; background: rgba(255,255,255,.06); }
.unify-live-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 27px; color: #aeb9c7; font-size: .67rem; font-weight: 820; letter-spacing: .11em; }
.unify-live-line b { color: #6f7c8d; }
.unify-hero-photo { position: relative; margin: 0; padding: 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 32px; box-shadow: 0 38px 90px rgba(9,13,20,.28); transform: rotate(.7deg); }
.unify-hero-photo > img { width: 100%; height: 500px; object-fit: cover; object-position: center; border-radius: 24px; }
.unify-hero-photo figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 10px 7px; color: #aeb8c6; font-size: .62rem; font-weight: 850; letter-spacing: .13em; }
.unify-hero-photo figcaption b { color: #7fa7fa; }
.unify-photo-badge { position: absolute; left: -28px; bottom: 73px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; color: #111722; background: #dce7fb; border-radius: 16px; box-shadow: 0 18px 50px rgba(8,12,18,.25); transform: rotate(-2deg); }
.unify-photo-badge img { width: 38px; height: 38px; object-fit: contain; }
.unify-photo-badge span { font-size: .64rem; font-weight: 900; line-height: 1.25; letter-spacing: .11em; }

.od-status,
.od-faq { color: #eef3fb; background: #2b3644; border-color: rgba(255,255,255,.1); }
.od-why { color: #eef3fb; background: #334151; border-color: rgba(255,255,255,.1); }
.od-steps { color: #eef3fb; background: #2f3b49; border-color: rgba(255,255,255,.1); }
.od-gallery { color: #eef3fb; background: #222b36; }
.od-section-head > div > p,
.od-section-head > p,
.od-section-head.light > div > p,
.od-section-head.light > p { color: #aeb9c7; }
.od-section-head h2 { text-transform: none; letter-spacing: -.055em; }
.od-number { display: none; }
.od-status-panel { gap: 1px; overflow: hidden; padding: 1px; background: rgba(255,255,255,.11); border: 0; border-radius: 26px; box-shadow: 0 25px 65px rgba(11,16,23,.15); }
.od-player-main,
.od-stat { color: #eef3fb; background: #354252; border: 0; }
.od-player-main small,
.od-stat span { color: #aeb9c7; }
.od-status-link { color: white; background: #1769ff; }

.od-feature-grid { gap: 14px; border: 0; }
.od-feature { min-height: 290px; color: #eef3fb; background: #3b495b; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.od-feature + .od-feature { border-left: 1px solid rgba(255,255,255,.1); }
.od-feature.feature-2 { color: #eef3fb; background: linear-gradient(145deg,#1769ff,#3d7cf0); }
.od-feature > span,
.od-feature.feature-2 > span { color: #91b5ff; }
.od-feature.feature-2 > span { color: #dce8ff; }
.od-feature p,
.od-feature.feature-2 p { color: #c0cad7; }
.od-feature.feature-2 p { color: #e2ebff; }
.od-feature h3 { margin-top: 82px; }

.od-step-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; border-top: 0; }
.od-step-list article { display: block; min-height: 270px; padding: 26px; background: #384655; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.od-step-list article > span { display: grid; width: 42px; height: 42px; place-items: center; color: #a8c3ff; background: rgba(23,105,255,.18); border-radius: 50%; }
.od-step-list h3 { margin-top: 65px; font-size: 1.55rem; }
.od-step-list p { margin-top: 13px; color: #b9c3d0; }

.od-gallery-grid { gap: 16px; }
.od-gallery-grid figure { border-color: rgba(255,255,255,.12); border-radius: 24px; }
.od-faq-list,
.od-faq-list details { border-color: rgba(255,255,255,.13); }
.od-faq-list summary { color: #eef3fb; }
.od-faq-list details p { color: #b9c3d0; }
.od-final { color: white; background: linear-gradient(135deg,#1769ff,#245bc4); }
.od-final .od-button.dark { color: #1769ff; background: white; border-color: white; }
.od-final .od-text-link { color: white; }

@media (max-width: 980px) {
  .unify-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .unify-hero h1 { font-size: clamp(4rem,8vw,6.3rem); }
  .unify-hero-photo > img { height: 450px; }
  .unify-photo-badge { left: -12px; }
  .od-step-list { grid-template-columns: 1fr; }
  .od-step-list article { min-height: 230px; }
}

@media (max-width: 760px) {
  body[data-title="Forside"] .nav-links { background: #2a3542; border-color: rgba(255,255,255,.1); }
  body[data-title="Forside"] .nav-links a { color: #d5dde8; border-color: rgba(255,255,255,.1); }
  .unify-hero { min-height: auto; padding: 115px 0 72px; }
  .unify-hero::before { top: 420px; right: -25vw; font-size: 105vw; }
  .unify-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .unify-signature { margin-bottom: 37px; }
  .unify-hero h1 { font-size: clamp(4.1rem,19vw,5.8rem); }
  .unify-lead { margin-top: 25px; }
  .unify-live-line { line-height: 1.7; }
  .unify-hero-photo { width: calc(100% - 7px); border-radius: 24px; }
  .unify-hero-photo > img { height: 330px; border-radius: 17px; object-position: 60% center; }
  .unify-hero-photo figcaption { display: block; line-height: 1.6; }
  .unify-hero-photo figcaption b { display: block; margin-top: 3px; }
  .unify-photo-badge { left: 13px; bottom: 73px; }
  .od-status-panel { border-radius: 20px; }
  .od-feature-grid { gap: 10px; }
  .od-feature + .od-feature { border-left: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); }
  .od-step-list { gap: 10px; }
}
