:root {
  --ink: #0d0a16;
  --muted: #4d465a;
  --line: #ded9e6;
  --warm: #f3ece5;
  --violet: #6450f0;
  --violet-soft: #eef0ff;
  --deep: #24155e;
  --night: #080016;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

main section[id] {
  scroll-margin-top: 78px;
}

#erhverv {
  scroll-margin-top: 0;
}

#funktioner {
  scroll-margin-top: 0;
}

#browserudvidelser {
  scroll-margin-top: 0;
}

#sikkerhed {
  scroll-margin-top: 0;
}

#ressourcer {
  scroll-margin-top: 0;
}

.solution-card {
  scroll-margin-top: 78px;
}

#sikkerhed-kryptering,
#sikkerhed-kommunikation,
#sikkerhed-dokumentation,
#sikkerhed-nis2 {
  scroll-margin-top: 78px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(100% - 40px, 860px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 0 0;
  background: var(--warm);
}

.site-header .shell {
  width: min(100% - 52px, 1180px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 30px;
  padding: 0 18px 0 20px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(54, 42, 28, 0.08);
  backdrop-filter: blur(18px);
  font-size: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 128px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 30px;
  min-width: 0;
}

.nav-toggle {
  display: none;
}

.audience-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px 0 0;
  border-right: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 999px;
  flex: 0 0 auto;
}

.audience-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #292236;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.audience-switch a:hover {
  color: var(--violet);
  background: var(--white);
  box-shadow: 0 8px 16px rgba(54, 42, 28, 0.08);
}

.audience-switch .is-active {
  color: var(--violet);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.audience-switch .is-active:hover {
  background: var(--white);
  box-shadow: 0 8px 16px rgba(54, 42, 28, 0.08);
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-actions {
  gap: 10px;
}

.nav-links {
  padding: 6px;
  border: 1px solid rgba(13, 10, 22, 0.06);
  border-radius: 999px;
  background: rgba(243, 236, 229, 0.58);
}

.nav-links a,
.login-link,
.language {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #292236;
  font-weight: 700;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
}

.nav-links a:hover,
.login-link:hover,
.language:hover {
  background: var(--white);
  color: var(--violet);
  box-shadow: 0 8px 16px rgba(54, 42, 28, 0.08);
}

.language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  font: inherit;
}

.nav-icon {
  width: 16px;
  height: 16px;
  color: var(--violet);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-link {
  display: inline-flex;
  align-items: center;
}

.nav-cta {
  min-height: 42px;
  padding: 0 18px;
  gap: 10px;
  border-radius: 999px;
  font-size: 13px;
}

.nav-cta span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.btn-plan {
  color: var(--white);
  background: var(--violet);
  box-shadow: 0 10px 22px rgba(100, 80, 240, 0.22);
}

.btn-primary:hover,
.btn-plan:hover {
  background: #7562ff;
}

.btn-dark {
  color: var(--white);
  background: #030206;
}

.btn-light {
  background: var(--white);
  color: var(--deep);
}

.btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost {
  min-height: 44px;
  border-color: rgba(13, 10, 22, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: rgba(100, 80, 240, 0.28);
  background: var(--white);
  color: var(--violet);
}

.btn-demo {
  min-height: 44px;
  padding: 0 20px;
  gap: 12px;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #7b66ff, #533fe5);
  font-size: 13px;
}

.btn-demo span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.section-warm {
  background: linear-gradient(180deg, #f6efe8 0%, var(--warm) 100%);
}

.section-white {
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 24px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 54px;
  align-items: center;
  width: min(100% - 52px, 1180px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: 51px;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

p {
  color: var(--muted);
}

.hero-copy p {
  max-width: 590px;
  margin-bottom: 26px;
  color: #5e566b;
  font-size: 18px;
  line-height: 1.45;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(100, 80, 240, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #393144;
  font-size: 12px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 430px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px 20px auto auto;
  width: 72%;
  height: 72%;
  border-radius: 26px;
  background: rgba(100, 80, 240, 0.13);
  transform: rotate(3deg);
}

.hero-image {
  position: relative;
  width: 100%;
  height: 382px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(36, 21, 94, 0.18);
}

.team-panel,
.hero-stat {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 10, 22, 0.08);
  box-shadow: 0 24px 60px rgba(13, 10, 22, 0.14);
  backdrop-filter: blur(16px);
}

.team-panel {
  left: -24px;
  bottom: 6px;
  width: min(330px, 78%);
  padding: 18px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.team-panel:hover,
.team-panel:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(100, 80, 240, 0.3);
  box-shadow: 0 28px 66px rgba(13, 10, 22, 0.18);
}

.team-panel:focus-visible {
  outline: 3px solid rgba(100, 80, 240, 0.3);
  outline-offset: 3px;
}

.team-head {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.team-lock {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 13px;
  background: var(--violet-soft);
  color: var(--violet);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-head strong,
.team-head small {
  display: block;
}

.team-head strong {
  font-size: 15px;
}

.team-head small {
  color: var(--muted);
  font-size: 11px;
}

.team-meter {
  height: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e0ef;
}

.team-meter span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--violet), #1dd1a1);
}

.team-list {
  display: grid;
  gap: 8px;
  color: #332b3d;
  font-size: 11px;
  font-weight: 700;
}

.team-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(100, 80, 240, 0.12);
  border-radius: 999px;
  background: rgba(100, 80, 240, 0.06);
}

.team-list b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--violet);
}

.hero-stat {
  right: -18px;
  top: 28px;
  display: grid;
  gap: 2px;
  width: 190px;
  padding: 17px;
  border-radius: 16px;
}

.hero-stat strong {
  color: var(--deep);
  font-size: 34px;
  line-height: 1;
}

.hero-stat span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.feature-strip {
  padding: 16px 0 58px;
}

.feature-strip .shell,
.functions .shell,
.solutions .shell,
.nis2 .shell,
.business .shell,
.pricing .shell {
  width: min(100% - 52px, 1180px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 42px rgba(54, 42, 28, 0.07);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 80, 240, 0.18);
  box-shadow: 0 24px 52px rgba(36, 21, 94, 0.11);
}

.icon,
.round-icon,
.resource-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 10px;
  border-radius: 13px;
  background: var(--violet-soft);
  color: var(--violet);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  line-height: 1;
}

.icon {
  margin-bottom: 0;
}

.feature-grid p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 13px;
}

.functions {
  padding: 74px 0;
}

.functions-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.functions-intro h2 {
  max-width: 680px;
  margin: 0 auto 14px;
}

.functions-intro p {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.functions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.function-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 42px auto;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(54, 42, 28, 0.06);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.function-card > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.function-card:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 80, 240, 0.18);
  box-shadow: 0 24px 52px rgba(36, 21, 94, 0.1);
}

.function-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(100, 80, 240, 0.18);
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.function-card h3 {
  margin-bottom: 0;
}

.function-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.browser-extensions {
  padding: 6px 0 74px;
}

.extension-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.extension-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
  align-items: center;
  min-height: 108px;
  padding: 14px 12px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 255, 0.82));
  box-shadow: 0 14px 34px rgba(54, 42, 28, 0.06);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.extension-card:hover {
  transform: translateY(-4px);
  border-color: rgba(100, 80, 240, 0.26);
  box-shadow: 0 20px 46px rgba(36, 21, 94, 0.12);
}

.extension-icon,
.extension-mark {
  width: 34px;
  height: 34px;
  color: var(--violet);
}

img.extension-icon,
img.store-icon {
  display: block;
  object-fit: contain;
}

.extension-mark {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(100, 80, 240, 0.22);
  border-radius: 12px;
  background: #f6f4ff;
  font-size: 19px;
  font-weight: 900;
}

.extension-card h3 {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.15;
}

.extension-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.split {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(640px, 1.38fr);
  gap: 32px;
  align-items: center;
  width: min(100% - 48px, 1460px);
  padding: 70px 0;
}

.copy-block > p {
  max-width: 440px;
  margin-bottom: 28px;
}

.copy-block > .eyebrow {
  margin-bottom: 14px;
}

#zero-knowledge,
#zero-trust {
  scroll-margin-top: 100px;
}

.security-list {
  display: grid;
  gap: 20px;
}

.security-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 154px;
  padding: 16px;
  border: 1px solid rgba(13, 10, 22, 0.07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 21, 94, 0.06);
  cursor: default;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.security-list article:hover,
.security-list article:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(100, 80, 240, 0.2);
  box-shadow: 0 18px 42px rgba(36, 21, 94, 0.1);
  outline: 0;
}

.round-icon {
  width: 42px;
  height: 42px;
}

.security-list p {
  margin-bottom: 0;
  font-size: 12px;
}

.security-extra {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  color: var(--muted);
  transform: translateY(-10px);
  transition: max-height 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease 80ms, margin-top 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.security-list article:hover .security-extra,
.security-list article:focus-visible .security-extra {
  max-height: 170px;
  opacity: 1;
  margin-top: 10px;
  transform: translateY(0);
}

.portrait {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 28px 70px rgba(36, 21, 94, 0.16);
}

.interactive-security-visual {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.interactive-security-visual > .portrait {
  width: 96%;
  margin-left: 4%;
}

.interactive-security-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4%;
  right: 1.5%;
  width: 35%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 80, 240, 0.2), rgba(100, 80, 240, 0) 68%);
  filter: blur(24px);
  pointer-events: none;
}

.visual-info {
  position: absolute;
  z-index: 2;
  top: 6%;
  right: 3.5%;
  width: 30%;
  padding: clamp(15px, 1.5vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(245, 242, 255, 0.68));
  box-shadow: 0 26px 70px rgba(30, 18, 74, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(22px) saturate(135%);
}

.visual-info-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(100, 80, 240, 0.11);
  color: var(--violet);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.visual-info > h3 {
  margin-bottom: 4px;
  font-size: clamp(21px, 2vw, 34px);
  letter-spacing: -0.035em;
  text-transform: none;
}

.visual-info > p {
  margin-bottom: 14px;
  color: #514b5a;
  font-size: 13px;
  line-height: 1.5;
}

.visual-info details {
  margin-top: 7px;
  border: 1px solid rgba(100, 80, 240, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 8px 24px rgba(36, 21, 94, 0.055);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.visual-info details:hover {
  transform: translateX(3px);
  border-color: rgba(100, 80, 240, 0.2);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(36, 21, 94, 0.09);
}

.visual-info details[open] {
  border-color: rgba(100, 80, 240, 0.22);
  background: rgba(255, 255, 255, 0.86);
}

.visual-info summary {
  display: grid;
  grid-template-columns: 24px 1fr 20px;
  gap: 8px;
  align-items: center;
  padding: 9px 10px;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(10px, 0.9vw, 13px);
  font-weight: 800;
  list-style: none;
}

.visual-info summary::after {
  content: "+";
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(100, 80, 240, 0.1);
  color: var(--violet);
  font-size: 14px;
  line-height: 1;
  transition: color 220ms ease, background 220ms ease, transform 280ms ease;
}

.visual-info details[open] summary::after {
  content: "−";
  color: #fff;
  background: var(--violet);
  transform: rotate(180deg);
}

.visual-info summary::-webkit-details-marker {
  display: none;
}

.visual-info summary svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--violet);
  stroke-width: 1.8;
}

.visual-info details p {
  margin: -1px 12px 11px 42px;
  color: #514b5a;
  font-size: 12px;
  line-height: 1.5;
  animation: visual-info-reveal 260ms ease both;
}

.visual-info details[open] summary {
  color: var(--violet);
}

@keyframes visual-info-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nis2 {
  padding: 70px 0 62px;
  text-align: center;
}

.center-copy {
  max-width: 590px;
  margin: 0 auto 36px;
}

.center-copy p {
  margin-bottom: 0;
}

.card-grid {
  display: grid;
  gap: 28px;
  margin-bottom: 26px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.solutions {
  padding: 74px 0 30px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 38px auto auto 1fr auto auto;
  gap: 11px;
  min-height: 264px;
  padding: 22px;
  border: 1px solid rgba(35, 25, 58, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px rgba(36, 21, 94, 0.055);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(100, 80, 240, 0.18);
  box-shadow: 0 20px 44px rgba(36, 21, 94, 0.1);
}

.solution-card > .icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 11px;
  background: var(--violet-soft);
  color: var(--violet);
}

.solution-card > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid rgba(100, 80, 240, 0.13);
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
}

.solution-card h3 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  text-transform: none;
}

.solution-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.solution-card .solution-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-self: end;
  margin-top: 4px;
  line-height: 1;
}

.solution-meta span {
  min-height: 0;
  padding: 5px 7px;
  border: 0;
  border-radius: 7px;
  background: rgba(100, 80, 240, 0.075);
  color: #51456f;
  font-size: 9px;
  font-weight: 750;
}

.solution-card a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  align-self: end;
  padding-top: 11px;
  border-top: 1px solid rgba(13, 10, 22, 0.08);
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.solution-card a::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms ease;
}

.solution-card a:hover {
  color: var(--violet);
}

.solution-card a:hover::after {
  transform: translateX(3px);
}

.card {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 160px;
  padding: 30px 28px 24px;
  border: 1px solid rgba(13, 10, 22, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(54, 42, 28, 0.07);
  text-align: left;
}

.nis2-card {
  align-items: start;
  min-height: 210px;
  padding: 24px 22px 20px;
  cursor: default;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease, background 260ms ease;
}

.nis2-card:hover,
.nis2-card:focus-visible {
  position: relative;
  z-index: 2;
  transform: translateY(-4px) scale(1.035);
  border-color: rgba(100, 80, 240, 0.2);
  box-shadow: 0 24px 52px rgba(36, 21, 94, 0.1);
  background: rgba(255, 255, 255, 0.94);
  outline: 0;
}

.card p {
  grid-column: 1 / -1;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 12px;
}

.nis2-extra {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--muted);
  transform: translateY(-10px);
  transition: max-height 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease 80ms, margin-top 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nis2-card:hover .nis2-extra,
.nis2-card:focus-visible .nis2-extra {
  max-height: 210px;
  opacity: 1;
  transform: translateY(0);
}

.business {
  padding: 70px 0 64px;
}

.business-frame {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(36, 21, 94, 0.11);
}

.business-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business-copy h2 {
  margin-bottom: 12px;
}

.business-copy > p {
  max-width: 430px;
  margin-bottom: 22px;
}

.business-grid {
  display: grid;
  gap: 14px;
}

.business-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 202px;
  padding: 16px;
  border: 1px solid rgba(13, 10, 22, 0.07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 21, 94, 0.06);
  text-align: left;
  cursor: default;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.business-grid article:hover,
.business-grid article:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(100, 80, 240, 0.2);
  box-shadow: 0 18px 42px rgba(36, 21, 94, 0.1);
  outline: 0;
}

.business-grid h3 {
  margin-bottom: 5px;
}

.business-grid p {
  margin-bottom: 0;
  font-size: 12px;
}

.business-extra {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  color: var(--muted);
  transform: translateY(-10px);
  transition: max-height 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease 80ms, margin-top 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.business-grid article:hover .business-extra,
.business-grid article:focus-visible .business-extra {
  max-height: 190px;
  opacity: 1;
  margin-top: 10px;
  transform: translateY(0);
}

.wide-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 28px 70px rgba(36, 21, 94, 0.14);
}

.pricing {
  padding: 30px 0 70px;
  text-align: center;
}

.notice {
  margin-bottom: 14px;
  padding: 8px 14px;
  background: #f4f3ff;
  color: var(--muted);
  font-size: 11px;
  text-align: left;
}

.pricing-audience-switch {
  display: inline-flex;
  gap: 4px;
  margin: 2px 0 22px;
  padding: 4px;
  border: 1px solid rgba(100, 80, 240, 0.14);
  border-radius: 999px;
  background: #f4f3ff;
}

.pricing-audience-switch button {
  min-width: 118px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.pricing-audience-switch button.is-active {
  background: var(--violet);
  color: #fff;
  box-shadow: 0 8px 20px rgba(100, 80, 240, 0.2);
}

.pricing-panel[hidden] {
  display: none;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.pricing-grid.pricing-grid-private {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 780px);
  margin-left: auto;
  margin-right: auto;
}

.price-card {
  position: relative;
  min-height: 250px;
  padding: 26px 24px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(54, 42, 28, 0.06);
}

.price-card.featured {
  border-color: rgba(100, 80, 240, 0.28);
  box-shadow: 0 24px 58px rgba(100, 80, 240, 0.14);
}

.tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 10px;
  font-weight: 700;
}

.tag-private {
  background: #eef8f4;
  color: #11785c;
}

.price {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 720;
}

.billing-note {
  width: fit-content;
  margin: -8px 0 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.billing-note-free {
  background: #e8f5ef;
  color: #176b50;
}

.plan-note {
  min-height: 58px;
  margin: -4px 0 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.price span {
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
}

.price-card .btn {
  width: 100%;
  margin-bottom: 18px;
}

.plan-compare {
  max-width: 1040px;
  margin: 20px auto 0;
  padding: 16px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 58px rgba(36, 21, 94, 0.08);
  text-align: left;
}

.compare-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-width: 680px;
  margin: 0 auto 15px;
  text-align: center;
}

.compare-audience-switch {
  margin: 0 auto 4px;
}

.compare-head .tag {
  margin-bottom: 4px;
  border-radius: 999px;
}

.compare-head h3 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: none;
}

.compare-head p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.compare-table {
  overflow: hidden;
  border: 1px solid rgba(13, 10, 22, 0.07);
  border-radius: 13px;
  background: #fff;
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(104px, 0.56fr));
  align-items: center;
  min-height: 52px;
  border-top: 1px solid rgba(13, 10, 22, 0.07);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.compare-row-private {
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(150px, 0.7fr));
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row:not(.compare-header):hover,
.compare-row:not(.compare-header):focus-visible {
  position: relative;
  z-index: 1;
  transform: translateY(-1px);
  background: #fbfaff;
  box-shadow: 0 14px 34px rgba(36, 21, 94, 0.08);
  outline: 0;
}

.compare-row > * {
  padding: 9px 14px;
}

.compare-row > :not(:first-child) {
  text-align: center;
}

.compare-header {
  min-height: 42px;
  background: #f8f6fb;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
}

.compare-row b,
.compare-row small {
  display: block;
}

.compare-row b {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 13px;
}

.compare-row small,
.compare-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.compare-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  line-height: 1.45;
  transform: translateY(-6px);
  transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease 60ms, margin-top 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.compare-row:hover .compare-extra,
.compare-row:focus-visible .compare-extra {
  max-height: 110px;
  opacity: 1;
  margin-top: 7px;
  transform: translateY(0);
}

.compare-row i {
  display: inline-grid;
  width: 15px;
  height: 15px;
  place-items: center;
  box-sizing: content-box;
  padding: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #050509;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

ul {
  margin: 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
}

.company-story {
  padding: 86px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(100, 80, 240, 0.1), transparent 30%),
    #fff;
}

.company-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.company-story-copy h2 {
  max-width: 620px;
  margin-bottom: 22px;
}

.company-story-copy p {
  max-width: 610px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.company-story-copy .company-story-lead {
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
}

.company-story-points {
  display: grid;
  gap: 12px;
}

.company-story-points article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(13, 10, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(36, 21, 94, 0.07);
}

.story-icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 13px;
  background: var(--violet-soft);
  color: var(--violet);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-story-points h3 {
  margin-bottom: 6px;
  font-size: 17px;
  text-transform: none;
}

.company-story-points p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.faq {
  padding: 70px 0 74px;
}

.narrow {
  width: min(100% - 40px, 720px);
}

.faq h2 {
  text-align: center;
  margin-bottom: 44px;
}

details {
  margin-bottom: 10px;
  border: 1px solid rgba(13, 10, 22, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 28px rgba(54, 42, 28, 0.05);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

summary::after {
  content: "+";
  color: var(--muted);
}

details[open] summary {
  color: var(--violet);
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 650px;
  margin: 0 20px 18px;
  font-size: 12px;
}

.resources {
  position: relative;
  padding: 54px 0 68px;
  border-top: 1px solid rgba(100, 80, 240, 0.06);
  background: linear-gradient(180deg, #f8f7fb 0%, #f4f2f8 100%);
  overflow: hidden;
}

.resources::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 16%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(100, 80, 240, 0.07);
  filter: blur(70px);
  pointer-events: none;
}

/* Section color rhythm */
.functions {
  background: #fff;
}

.browser-extensions {
  border-top: 1px solid rgba(100, 80, 240, 0.06);
  background: linear-gradient(180deg, #f8f7fb 0%, #f2f0f8 100%);
}

#sikkerhed {
  border-top: 1px solid rgba(90, 68, 45, 0.07);
  background: linear-gradient(180deg, #f5f2ee 0%, #efebe6 100%);
}

.nis2 {
  border-top: 1px solid rgba(100, 80, 240, 0.08);
  border-bottom: 1px solid rgba(100, 80, 240, 0.08);
  background: linear-gradient(180deg, #efecfb 0%, #e8e4f7 100%);
}

.solutions {
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f4f0 100%);
}

.business {
  border-top: 1px solid rgba(100, 80, 240, 0.07);
  background: linear-gradient(180deg, #f0f1f7 0%, #e9ebf3 100%);
}

.pricing {
  border-top: 1px solid rgba(90, 68, 45, 0.06);
  background: linear-gradient(180deg, #faf8f5 0%, #f4f0eb 100%);
}

.faq {
  border-top: 1px solid rgba(90, 68, 45, 0.07);
  background: linear-gradient(180deg, #f5eee7 0%, #eee5dc 100%);
}

.resources-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(540px, 1.12fr);
  width: min(100% - 52px, 1180px);
  min-height: 0;
  margin: 0 auto;
  border: 1px solid rgba(100, 80, 240, 0.1);
  border-radius: 24px;
  background: linear-gradient(120deg, #f7f5f8 0%, #f3f1f7 46%, #eeeff8 100%);
  box-shadow: 0 22px 54px rgba(36, 21, 94, 0.08);
  overflow: hidden;
}

.resource-form {
  padding: 36px;
  border-right: 1px solid rgba(100, 80, 240, 0.1);
}

.resource-form p {
  margin-bottom: 18px;
}

form {
  display: grid;
  gap: 16px;
}

.form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(100, 80, 240, 0.1);
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.form-status.is-success {
  background: rgba(29, 209, 161, 0.14);
  color: #136b55;
}

.form-status.is-error {
  background: rgba(210, 55, 75, 0.12);
  color: #a7283a;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 12px;
}

input,
select {
  width: 100%;
  height: 34px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.resource-choice {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.resource-choice legend {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
}

.resource-choice > p {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 12px;
}

.resource-choice-grid {
  display: grid;
  gap: 7px;
}

.resource-choice-grid label {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(13, 10, 22, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.resource-choice-grid label:hover {
  border-color: rgba(100, 80, 240, 0.34);
  background: #fff;
  box-shadow: 0 12px 28px rgba(36, 21, 94, 0.08);
}

.resource-choice-grid input {
  width: 16px;
  height: 16px;
  accent-color: var(--violet);
}

.resource-choice-grid label:has(input:checked) {
  border-color: rgba(100, 80, 240, 0.48);
  background: #f6f4ff;
  box-shadow: 0 12px 28px rgba(36, 21, 94, 0.08);
}

.resource-choice-grid span {
  font-size: 12px;
  font-weight: 700;
}

.resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  padding: 30px;
  background: transparent;
}

.resource-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 126px;
  padding: 15px;
  border: 1px solid rgba(100, 80, 240, 0.08);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(36, 21, 94, 0.05);
}

.resource-list .resource-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 11px;
  border: 0;
  border-radius: 13px;
  color: var(--violet);
  background: var(--violet-soft);
}

.resource-list p {
  margin-bottom: 0;
  font-size: 12px;
}

.booking {
  padding: 74px 0;
  color: var(--white);
  background: radial-gradient(circle at 18% 10%, rgba(100, 80, 240, 0.34), transparent 34%), var(--deep);
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  width: min(100% - 52px, 1180px);
}

.booking h2 {
  margin-bottom: 14px;
  font-size: 42px;
}

.booking h2 span {
  color: #8d82ff;
}

.booking p {
  color: #d8d1ff;
}

.dark-form input {
  border-color: rgba(255, 255, 255, 0.38);
}

.dark-form label {
  color: var(--white);
}

.dark-form .btn {
  width: 124px;
  justify-content: space-between;
  margin-top: 10px;
}

.footer {
  padding: 0 0 30px;
  color: var(--white);
  background: var(--night);
}

.footer .shell {
  width: min(100% - 52px, 1180px);
}

.footer .brand-logo {
  width: 136px;
  filter: invert(1);
  mix-blend-mode: screen;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 56px;
  padding: 52px 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-intro p,
.footer-cta p,
.footer-contact p {
  color: #c9c1df;
}

.footer-intro p {
  max-width: 380px;
  margin: 18px 0 20px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border: 1px solid rgba(141, 130, 255, 0.42);
  background: rgba(100, 80, 240, 0.12);
  color: #e8e4ff;
  font-size: 11px;
  font-weight: 700;
}

.footer-cta {
  padding: 26px;
  border: 1px solid rgba(40, 30, 60, 0.1);
  background: linear-gradient(135deg, rgba(36, 21, 94, 0.78), rgba(8, 0, 22, 0.65));
}

.footer-cta h2 {
  max-width: 360px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 25px;
}

.footer-cta p {
  margin-bottom: 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) minmax(260px, 1.18fr);
  gap: 28px;
  align-items: start;
  padding: 42px 0 34px;
}

.footer h3 {
  margin-bottom: 15px;
  color: #aaa2ba;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin-bottom: 10px;
  color: #f5f2ff;
  font-size: 13px;
  line-height: 1.35;
}

.footer-link-button {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #f5f2ff;
  background: transparent;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.footer a:hover,
.footer-link-button:hover {
  color: #a99fff;
}

.footer .btn {
  display: inline-flex;
  margin-bottom: 0;
}

.footer-contact {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact p {
  margin-bottom: 18px;
}

.footer-contact-actions {
  display: grid;
  gap: 10px;
}

.btn-outline-light {
  width: 100%;
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
  background: transparent;
  font-size: 13px;
}

.btn-outline-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.footer-install {
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-install h3 {
  margin-bottom: 18px;
}

.app-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aaa2ba;
  font-size: 12px;
}

.footer-bottom a {
  margin: 0;
  color: #c9c1df;
  font-size: 12px;
}

.store-badge {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  color: var(--night);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.modal-open {
  overflow: hidden;
}

.support-modal[hidden] {
  display: none;
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
}

.support-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 0, 22, 0.62);
  backdrop-filter: blur(7px);
}

.support-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #f0eef3;
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(8, 0, 22, 0.32);
}

.support-dialog h2 {
  margin-bottom: 10px;
  font-size: 26px;
  color: var(--ink);
}

.support-dialog p {
  margin-bottom: 22px;
  color: #655f6d;
}

.support-dialog p a {
  color: var(--violet);
  font-weight: 700;
}

.support-dialog p a:hover {
  color: var(--deep);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(40, 30, 60, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.modal-close:hover {
  color: var(--violet);
  background: rgba(100, 80, 240, 0.1);
}

.support-form label {
  color: var(--ink);
}

.support-form input {
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(40, 30, 60, 0.1);
  border-radius: 10px;
  background: #ddd9e1;
  color: var(--ink);
}

.support-form textarea {
  width: 100%;
  min-height: 118px;
  resize: vertical;
  border: 0;
  border-radius: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(40, 30, 60, 0.1);
  background: #ddd9e1;
  color: var(--ink);
  font: inherit;
}

.support-form .btn {
  width: 100%;
}

.footer .store-badge {
  color: var(--night);
}

.store-badge:hover {
  color: var(--night);
  background: #f6f4fb;
  transform: translateY(-1px);
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1.05;
}

.store-badge small {
  margin-bottom: 4px;
  color: #251d3d;
  font-size: 11px;
  font-weight: 700;
}

.store-badge strong {
  color: #100924;
  font-size: 17px;
  font-weight: 720;
}

.store-icon {
  width: 38px;
  height: 38px;
  color: #0d0823;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-apple {
  fill: currentColor;
  stroke: none;
}

.store-android {
  fill: none;
  stroke: currentColor;
}

.store-chrome,
.store-firefox {
  fill: currentColor;
  stroke: none;
}

.store-edge {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(100, 80, 240, 0.22);
  border-radius: 9px;
  background: #f6f4ff;
  font-size: 15px;
  font-weight: 900;
}

/* Legal pages */
.legal-page {
  background: #f5f2ef;
}

.legal-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(13, 10, 22, 0.08);
  background: rgba(245, 242, 239, 0.88);
  backdrop-filter: blur(16px);
}

.legal-nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.legal-shell {
  max-width: 820px;
}

.legal-hero {
  padding: 78px 0 54px;
  background: radial-gradient(circle at 75% 15%, rgba(100, 80, 240, 0.16), transparent 34%);
}

.legal-hero h1 {
  margin-bottom: 16px;
}

.legal-hero p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.legal-content {
  padding-bottom: 88px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid rgba(13, 10, 22, 0.09);
}

.legal-content h2 {
  font-size: 25px;
}

.legal-content p,
.legal-content li,
.legal-content address {
  color: #554e5d;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content ul {
  display: grid;
  gap: 7px;
  margin: 6px 0 18px;
  padding-left: 22px;
}

.legal-content address {
  font-style: normal;
}

.legal-content a {
  color: var(--violet);
  font-weight: 750;
}

.legal-footer {
  padding: 28px 0;
  background: var(--night);
  color: rgba(255, 255, 255, 0.72);
}

.legal-footer .legal-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.legal-footer a {
  color: #fff;
}

@media (max-width: 1120px) {
  .extension-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 960px);
    gap: 30px;
  }

  .copy-block > p {
    max-width: 620px;
  }

  .resources-layout {
    grid-template-columns: 1fr;
  }

  .resource-form {
    padding: 34px;
  }

  .resource-list {
    padding: 26px 34px 34px;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 126px;
  }

  main section[id] {
    scroll-margin-top: 126px;
  }

  #erhverv {
    scroll-margin-top: 0;
  }

  #funktioner {
    scroll-margin-top: 0;
  }

  #sikkerhed {
    scroll-margin-top: 48px;
  }

  #ressourcer {
    scroll-margin-top: 48px;
  }

  .shell,
  .narrow {
    width: min(100% - 28px, 860px);
  }

  .site-header {
    padding-top: 10px;
  }

  .site-header .shell {
    width: min(100% - 24px, 1180px);
  }

  .footer .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: auto;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
  }

  .brand-logo {
    width: 112px;
  }

  .audience-switch {
    padding-right: 6px;
  }

  .audience-switch a {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(13, 10, 22, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--ink);
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav.is-menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav.is-menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav.is-menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-panel {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 11px;
    border-top: 1px solid rgba(13, 10, 22, 0.08);
  }

  .nav.is-menu-open .nav-panel {
    display: grid;
    gap: 12px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding: 5px;
    border-radius: 14px;
  }

  .nav-links .audience-switch {
    grid-column: 1 / -1;
    justify-content: stretch;
    padding: 0 0 5px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 10, 22, 0.08);
    border-radius: 0;
  }

  .nav-links .audience-switch a {
    flex: 1;
  }

  .nav-links > a {
    justify-content: center;
    min-height: 42px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .login-link {
    display: none;
  }

  .language {
    min-height: 36px;
    padding: 0 10px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 13px;
  }

  .hero {
    padding: 40px 0 20px;
  }

  .feature-strip {
    padding-top: 12px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 860px);
    gap: 32px;
  }

  .feature-strip .shell,
  .functions .shell,
  .nis2 .shell,
  .business .shell,
  .pricing .shell,
  .split,
  .booking-grid {
    width: min(100% - 28px, 860px);
  }

  h1 {
    font-size: 39px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-image {
    height: 320px;
  }

  .team-panel {
    left: 14px;
    bottom: 0;
  }

  .hero-stat {
    right: 12px;
  }

  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 23px;
  }

  .feature-grid,
  .functions-grid,
  .extension-grid,
  .solution-grid,
  .three,
  .pricing-grid,
  .pricing-grid.pricing-grid-private,
  .resources-layout,
  .company-story-layout,
  .booking-grid,
  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .functions-grid,
  .extension-grid,
  .solution-grid,
  .business-grid {
    gap: 26px;
  }

  .company-story {
    padding: 64px 0;
  }

  .company-story-layout {
    gap: 34px;
  }

  .functions-grid {
    gap: 10px;
  }

  .function-card {
    min-height: 0;
  }

  .business-frame {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .business-extra {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    transform: none;
  }

  .security-extra {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    transform: none;
  }

  .nis2-extra {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
    transform: none;
  }

  .nis2-card:hover,
  .nis2-card:focus-visible {
    transform: translateY(-2px);
  }

  .wide-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .interactive-security-visual {
    display: grid;
    gap: 12px;
  }

  .interactive-security-visual > .portrait {
    width: 100%;
    margin-left: 0;
  }

  .visual-info {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 20px;
  }

  .visual-info > h3 {
    font-size: 25px;
  }

  .visual-info summary {
    font-size: 13px;
  }

  .visual-info details p {
    font-size: 13px;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pricing-grid {
    border-left: 0;
    gap: 16px;
  }

  .plan-compare {
    padding: 12px;
  }

  .compare-head {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-row {
    min-width: 620px;
    grid-template-columns: minmax(210px, 1.2fr) repeat(3, 100px);
  }

  .compare-row-private {
    min-width: 500px;
    grid-template-columns: minmax(210px, 1.2fr) repeat(2, 135px);
  }

  .compare-extra {
    max-height: none;
    opacity: 1;
    margin-top: 7px;
    transform: none;
  }

  .price-card {
    border: 1px solid var(--line);
  }

  .resource-form,
  .resource-list {
    padding: 28px 20px;
  }

  .resource-form {
    border-right: 0;
    border-bottom: 1px solid rgba(100, 80, 240, 0.1);
  }

  .resource-list {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .booking h2 {
    font-size: 34px;
  }

  .footer-grid {
    gap: 22px;
  }

  .footer-contact {
    padding-left: 0;
    padding-top: 26px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .app-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-badge {
    min-height: 66px;
  }

  .store-badge strong {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 31px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-image {
    height: 250px;
  }

  .team-panel,
  .hero-stat {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 14px;
  }

  .app-row {
    grid-template-columns: 1fr;
  }
}
