* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #1ea7ff;
  --deep: #003a70;
  --ice: #d9f7ff;
  --dark: #07111f;
  --white: #ffffff;
  --text: #102033;
  --muted: #50657a;
  --bg: #f5fbff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--ice));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(30, 167, 255, 0.35);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 12px;
}

/* UNDER OPBYGNING */
body.locked {
  overflow: hidden;
}

.gate,
.password-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(131, 234, 255, 0.7), transparent 34%),
    radial-gradient(circle at bottom left, rgba(30, 167, 255, 0.3), transparent 32%),
    linear-gradient(145deg, #07111f, #0a3158);
}

.gate-card {
  width: min(560px, 100%);
  padding: 44px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.gate-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: var(--deep);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.gate-card h1 {
  color: var(--deep);
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.gate-card p {
  color: var(--muted);
  font-size: 17px;
}

.wrong {
  margin-top: 18px;
  font-size: 14px !important;
  color: #b00020 !important;
  font-weight: 800;
}

/* WEBSITE */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 251, 255, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 58, 112, 0.08);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--deep);
  font-weight: 900;
  letter-spacing: 1.5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  color: #1f3348;
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: white;
  background: var(--deep);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: var(--deep);
  cursor: pointer;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 50px;
  padding: 70px 0;
}

.hero h1 {
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: -5px;
  color: var(--deep);
  margin-bottom: 28px;
}

.hero h1 span {
  background: linear-gradient(120deg, var(--blue), #83eaff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 620px;
  font-size: 20px;
  color: #42576d;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--deep), var(--blue));
  color: white;
  box-shadow: 0 18px 40px rgba(30, 167, 255, 0.28);
}

.btn-secondary {
  background: white;
  color: var(--deep);
  border: 1px solid rgba(0, 58, 112, 0.14);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  color: #37506a;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid rgba(0, 58, 112, 0.08);
}

.hero-card {
  display: grid;
  place-items: center;
  min-height: 620px;
  border-radius: 44px;
  background:
    radial-gradient(circle at top right, rgba(131, 234, 255, 0.9), transparent 35%),
    linear-gradient(145deg, #0a3158, #07111f);
  box-shadow: 0 30px 80px rgba(0, 44, 88, 0.25);
  overflow: hidden;
}

.packshot {
  width: min(360px, 82%);
  height: 500px;
  background: linear-gradient(180deg, #ffffff, #dff8ff);
  border-radius: 34px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 35px 80px rgba(0,0,0,0.32);
  transform: rotate(-4deg);
}

.packshot-top span {
  display: block;
  color: var(--deep);
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -1px;
}

.packshot-top small {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ice-shape {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border-radius: 58% 42% 52% 48%;
  background:
    radial-gradient(circle at 35% 25%, white, transparent 24%),
    linear-gradient(135deg, #b9efff, var(--blue));
  box-shadow: inset 0 0 38px rgba(255,255,255,0.75), 0 25px 50px rgba(30, 167, 255, 0.36);
}

.packshot-bottom strong {
  display: block;
  color: var(--deep);
  font-size: 24px;
}

.packshot-bottom p {
  color: #53677a;
  font-weight: 800;
  margin-top: 4px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 95px 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 40px;
}

.section h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -2.5px;
  color: var(--deep);
  margin-bottom: 18px;
}

.section p {
  color: #4d6176;
  font-size: 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.steps article,
.benefit-grid article,
.offer-card,
.contact-box {
  background: white;
  border: 1px solid rgba(0, 58, 112, 0.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0, 58, 112, 0.08);
}

.steps span {
  font-size: 13px;
  color: var(--blue);
  font-weight: 950;
  letter-spacing: 2px;
}

.steps h3,
.benefit-grid h3,
.offer-card h3 {
  margin: 14px 0 10px;
  color: var(--deep);
  font-size: 25px;
}

.dark-section {
  width: 100%;
  max-width: none;
  background: linear-gradient(145deg, #07111f, #0a3158);
  padding: 105px max(20px, calc((100% - 1180px) / 2));
}

.dark-section h2,
.dark-section p {
  color: white;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-grid article {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
  box-shadow: none;
}

.icon {
  font-size: 34px;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 52px;
  align-items: center;
}

.check-list {
  list-style: none;
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: #34495f;
  font-size: 18px;
  font-weight: 750;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  font-size: 13px;
}

.offer-card {
  background:
    radial-gradient(circle at top right, rgba(131, 234, 255, 0.9), transparent 40%),
    linear-gradient(145deg, #ffffff, #dff8ff);
}

.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(30, 167, 255, 0.12);
  color: var(--deep) !important;
  font-weight: 950;
  font-size: 12px !important;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.slogan-section {
  text-align: center;
  padding-top: 45px;
}

.slogan-section h2 {
  font-size: clamp(42px, 7vw, 86px);
}

.contact-box {
  max-width: 760px;
  margin: 0 auto;
}

.contact-form {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 900;
  color: var(--deep);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(0, 58, 112, 0.16);
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  background: #f8fcff;
}

textarea {
  resize: vertical;
}

.form-note {
  font-size: 14px !important;
  color: var(--muted) !important;
}

.legal-note {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto 60px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(0, 58, 112, 0.07);
  color: #40576d;
}

.legal-note p {
  font-size: 14px;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 50px;
  border-top: 1px solid rgba(0, 58, 112, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #40576d;
}

.footer strong {
  color: var(--deep);
  font-size: 22px;
  letter-spacing: 1px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 850;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 58, 112, 0.18);
  }

  .nav-links.open {
    display: flex;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 50px 0;
  }

  .hero h1 {
    letter-spacing: -2.5px;
  }

  .hero-card {
    min-height: 500px;
  }

  .steps,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .nav,
  .hero,
  .section,
  .legal-note,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .gate-card {
    padding: 28px;
    border-radius: 26px;
  }

  .hero-text,
  .section p {
    font-size: 16px;
  }

  .packshot {
    height: 430px;
  }

  .packshot-top span {
    font-size: 31px;
  }

  .ice-shape {
    width: 170px;
    height: 170px;
  }
}

/* SKJUL ALT GAMMELT PASSWORD-FELT */
.password-gate form,
.password-gate label,
.password-gate input,
.password-gate button,
.gate form,
.gate label,
.gate input,
.gate button,
#passwordForm,
.gate-form,
#sitePassword,
input[type="password"],
label[for="sitePassword"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  max-height: 0 !important;
  max-width: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  pointer-events: none !important;
}

/* SKJUL ADGANGSKODE-LABEL HVIS DEN LIGGER I GAMMEL GATE */
.password-gate .gate-form,
.password-gate .form-group,
.password-gate .password-field,
.gate .gate-form,
.gate .form-group,
.gate .password-field {
  display: none !important;
}