/* Service landing pages + site-wide enhancements */
@import url('/header-dcs.css');

/* DCS header — skjul legacy værktøjer i nav */
.site-header--dcs .nav-tools,
.site-header--dcs .btn-login,
.site-header--dcs #darkToggle,
.site-header--dcs .dark-toggle,
.site-header--dcs .lang-switch {
  display: none !important;
}

/* Logo med rød IT-boks */
.logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  gap: 4px;
}
.logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}
header .logo-img,
.site-header .logo-img,
.ux-header .logo-img,
.pt-header .logo-img,
.nx-header .logo-img,
.cit-sidebar .logo-img {
  height: 44px;
}
footer .logo-img {
  height: 32px;
}
/* Logo: on-light (mørk tekst) / on-dark (hvid tekst) */
.logo-img--on-light { display: block; }
.logo-img--on-dark { display: none; }
/* DCS hvid header — logo følger tema */
.site-header--dcs .logo-img--on-light { display: block !important; }
.site-header--dcs .logo-img--on-dark { display: none !important; }
body.dark .site-header--dcs .logo-img--on-light { display: none !important; }
body.dark .site-header--dcs .logo-img--on-dark { display: block !important; }
/* Legacy mørk blå header (uden DCS) — altid hvid logo */
.site-header:not(.site-header--dcs) .logo-img--on-light { display: none !important; }
.site-header:not(.site-header--dcs) .logo-img--on-dark { display: block !important; }
/* Resten af siden — følger body.dark */
body.dark .logo-img--on-light { display: none; }
body.dark .logo-img--on-dark { display: block; }
/* Mørk footer / sidebar — altid hvid logo */
footer .logo-img--on-light,
.cit-sidebar .logo-img--on-light { display: none !important; }
footer .logo-img--on-dark,
.cit-sidebar .logo-img--on-dark { display: block !important; }
/* Tvungen variant (login-bokse, m.m.) */
.logo-link--force-light .logo-img--on-light,
.logo-link--on-light .logo-img--on-light { display: block !important; }
.logo-link--force-light .logo-img--on-dark,
.logo-link--on-light .logo-img--on-dark { display: none !important; }
.logo-link--force-dark .logo-img--on-light { display: none !important; }
.logo-link--force-dark .logo-img--on-dark { display: block !important; }
.logo-mark {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.logo-connect { color: #fff; }
/* Mørk header / portal-top — hvid tekst */
header .logo-connect,
.site-header .logo-connect,
.ux-header .logo-connect,
.pt-header .logo-connect,
.nx-header .logo-connect,
.up-header .logo-connect,
.es-header .logo-connect,
.cit-sidebar .logo-connect {
  color: #fff !important;
}
/* Lys baggrund (login-bokse) */
.logo-link--on-light .logo-connect,
.med-boks .logo-connect {
  color: #1a2d4f !important;
}
.logo-it {
  background: #e53935;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  margin-left: 2px;
  font-size: 1.1rem;
}
footer .logo-connect { color: #4fc3f7 !important; }

/* Header + top info-linje */
.site-header.site-header--dcs {
  background: #fff !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #1a2d4f;
  box-shadow: none;
  border-bottom: 1px solid #e8edf3;
}
.site-header {
  background: rgba(26, 45, 79, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cit-topbar {
  background: linear-gradient(90deg, #0f4c81 0%, #1565c0 50%, #1a2d4f 100%);
  color: #e3f2fd;
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cit-topbar-inner {
  max-width: min(78rem, 100% - 2 * var(--cit-gutter, 1rem));
  margin: 0 auto;
  padding: 0.4rem var(--cit-gutter, 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.25rem;
}
.cit-topbar-item { opacity: 0.95; white-space: nowrap; }
.cit-topbar-link {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}
.cit-topbar-link:hover { text-decoration: underline; }
.cit-topbar-cta {
  background: rgba(255, 255, 255, 0.14);
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.cit-topbar-cta:hover { text-decoration: none; background: rgba(255, 255, 255, 0.22); }
@media (max-width: 640px) {
  .cit-topbar-inner { justify-content: flex-start; }
  .cit-topbar-item:not(.cit-topbar-cta):nth-child(n+3) { display: none; }
}
.site-header .nav-ydelser-drop a.active {
  background: #e3f2fd !important;
  font-weight: 700;
}

/* Ydelser dropdown i nav */
.nav-ydelser { position: relative; display: inline-block; margin-left: 0; }
.nav-ydelser-knap {
  background: none;
  border: none;
  color: #cce0ff;
  font-size: 1rem;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: inherit;
}
.nav-ydelser-knap:hover,
.nav-ydelser.open .nav-ydelser-knap,
.nav-ydelser-knap.active {
  background: #4fc3f7;
  color: #1a2d4f;
}
.nav-ydelser-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  padding: 8px 0;
  z-index: 200;
}
.nav-ydelser.open .nav-ydelser-drop { display: block; }
.nav-ydelser-drop a {
  display: block;
  color: #1a2d4f !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  border-radius: 0 !important;
  background: none !important;
}
.nav-ydelser-drop a:hover { background: #e3f2fd !important; }

/* Footer social */
.footer-social-label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #8899aa; margin-top: 14px; margin-bottom: 6px; }
.footer-social-note { font-size: 0.72rem; color: #778899; margin-top: 8px; line-height: 1.4; max-width: 260px; }
.footer-social a svg { display: block; }
.footer-social { display: flex; gap: 10px; margin-top: 0; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}
.soc-fb { background: #1877f2; }
.soc-tp { background: #00b67a; }
.soc-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743); }
.footer-note { display: block; font-size: 0.82rem; color: #8899aa; margin-top: 8px; }
.footer-grid-4 { grid-template-columns: 1.2fr 1fr 1fr 1fr; }

/* ── Service pages ── */
.service-main { max-width: 100%; padding: 0; margin: 0; width: 100%; }

.service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.service-badge {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
}

.service-hero {
  background:
    radial-gradient(ellipse 65% 50% at 75% 15%, rgba(33,150,243,0.22), transparent 55%),
    linear-gradient(150deg, #152a45 0%, #1a3560 45%, #1e4a7a 100%);
  color: #fff;
  text-align: center;
  padding: 80px 32px 72px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.service-hero h1 {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  margin-bottom: 18px;
  line-height: 1.18;
  font-weight: 900;
}
.service-hero p {
  font-size: 1.08rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.75;
}
.service-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.service-hero-actions .btn-hero-ghost {
  text-decoration: none;
}

.service-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 32px;
}
.service-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.service-split img,
.service-img-placeholder {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
.service-split h2 {
  font-size: 1.7rem;
  color: #1a2d4f;
  margin-bottom: 14px;
}
.service-split p { color: #555; line-height: 1.7; margin-bottom: 12px; }
.service-list { list-style: none; margin-top: 16px; }
.service-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}
.service-list li::before { content: '🔧'; font-size: 1rem; }

/* Ria pengeoverførsel */
.service-list--ria li::before { content: '✓'; color: #1565c0; font-weight: 700; }
.ria-kontakt {
  background: linear-gradient(150deg, #152a45 0%, #1a3560 45%, #1e4a7a 100%);
  border-radius: 14px;
  padding: 28px 32px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(26, 45, 79, 0.15);
}
.ria-kontakt h2 {
  font-size: 1.35rem;
  margin: 0 0 8px;
  font-weight: 800;
}
.ria-kontakt p {
  opacity: 0.88;
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 0.98rem;
}
.ria-kontakt-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.ria-kontakt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.ria-kontakt-btn--web {
  background: #fff;
  color: #1a2d4f;
}
.ria-kontakt-btn--web:hover { background: #e3f2fd; }
.ria-kontakt-btn--tel {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.ria-kontakt-btn--tel:hover { background: rgba(255, 255, 255, 0.22); }
body.dark .ria-kontakt { box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35); }
body.dark .ria-kontakt-btn--web { background: #e3f2fd; }
body.dark .ria-kontakt-btn--web:hover { background: #fff; }
.ria-regler {
  background: #fff;
  border: 2px solid #1a2d4f;
  border-radius: 14px;
  padding: 28px 32px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(26, 45, 79, 0.08);
}
.ria-regler h2 {
  text-align: center;
  color: #1a2d4f;
  font-size: 1.35rem;
  margin: 0 0 20px;
}
.ria-regler p { color: #333; line-height: 1.65; margin: 0 0 10px; }
.ria-regler .ria-warn {
  color: #c62828;
  font-weight: 600;
  margin-top: 14px;
}
.ria-pdf {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e0e8f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.ria-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #1a2d4f;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}
.ria-pdf-btn:hover { background: #243d66; color: #fff; }
.ria-pdf-btn::before { content: "↓"; font-weight: 700; }
.ria-pdf-note { color: #666; font-size: 0.88rem; }
.ria-note {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 12px 0 0;
  padding: 10px 14px;
  background: #f5f8fc;
  border-radius: 8px;
  border-left: 3px solid #90caf9;
}
.ria-regler .ria-en {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e0e8f4;
}
.ria-regler .ria-en h3 {
  font-size: 1.1rem;
  color: #1a2d4f;
  margin: 0 0 12px;
  text-align: center;
}
.ria-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.ria-step {
  background: #f4f8fc;
  border: 1px solid #e0e8f4;
  border-radius: 10px;
  padding: 18px 16px;
}
.ria-step strong {
  display: block;
  color: #1565c0;
  font-size: 0.82rem;
  margin-bottom: 6px;
}
.ria-step span { color: #444; font-size: 0.92rem; line-height: 1.5; }
.ria-checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.ria-checklist li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #eee;
  color: #333;
  line-height: 1.5;
}
.ria-checklist li::before {
  content: '☑';
  position: absolute;
  left: 0;
  color: #1565c0;
}
body.dark .ria-regler { background: #1a2535; border-color: #2a4a6a; }
body.dark .ria-regler h2,
body.dark .ria-regler .ria-en h3 { color: #81d4fa; }
body.dark .ria-regler p,
body.dark .ria-checklist li { color: #c5d5e8; }
body.dark .ria-regler .ria-warn { color: #ef9a9a; }
body.dark .ria-pdf { border-top-color: #2a3a4a; }
body.dark .ria-pdf-btn { background: #2a4a6a; }
body.dark .ria-pdf-btn:hover { background: #3a5a7a; }
body.dark .ria-pdf-note { color: #9ab0c8; }
body.dark .ria-note { color: #b0c4d8; background: #152030; border-left-color: #4a7a9a; }
body.dark .ria-step { background: #0f1a28; border-color: #2a3a4a; }
body.dark .ria-step span { color: #b0c4d8; }

.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.service-card h3 { color: #1a2d4f; margin-bottom: 8px; font-size: 1.05rem; }
.service-card p { color: #666; font-size: 0.92rem; line-height: 1.55; }

.service-cta {
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
  color: #fff;
  text-align: center;
  padding: 72px 32px;
  width: 100%;
}
.service-cta h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 12px; font-weight: 900; }
.service-cta p { opacity: 0.9; margin-bottom: 28px; font-size: 1.05rem; }
.service-cta .btn {
  background: #fff;
  color: #1565c0;
  border-radius: 30px;
  padding: 14px 36px;
}
.service-cta .btn:hover { background: #e3f2fd; }

/* Fjernsupport (RustDesk — open source) */
.fjernsupport-skeleton {
  pointer-events: none;
}
.fjernsupport-skeleton-line,
.fjernsupport-skeleton-cell {
  display: block;
  border-radius: 8px;
  background: linear-gradient(90deg, #e8eef5 0%, #f4f8fc 45%, #e8eef5 90%);
  background-size: 200% 100%;
  animation: fjernsupport-shimmer 1.1s ease-in-out infinite;
}
.fjernsupport-skeleton-badge {
  width: 180px;
  height: 22px;
  margin-bottom: 12px;
}
.fjernsupport-skeleton-title {
  width: min(420px, 90%);
  height: 28px;
  margin-bottom: 10px;
}
.fjernsupport-skeleton-text {
  width: 100%;
  height: 14px;
  margin-bottom: 8px;
}
.fjernsupport-skeleton-text.short {
  width: 72%;
}
.fjernsupport-skeleton-matrix-title {
  width: 200px;
  height: 18px;
  margin: 0 auto 12px;
}
.fjernsupport-skeleton-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
}
.fjernsupport-skeleton-cell {
  height: 36px;
}
.fjernsupport-skeleton-status {
  text-align: center;
  font-size: 0.82rem;
  color: #888;
  margin: 0;
  padding: 0 20px 24px;
}
@keyframes fjernsupport-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.fjernsupport {
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
  border-top: 1px solid #e3edf7;
  border-bottom: 1px solid #e3edf7;
}
.fjernsupport-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}
.fjernsupport-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.fjernsupport h2 {
  color: #1a2d4f;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin-bottom: 12px;
  line-height: 1.3;
}
.fjernsupport-intro {
  color: #444;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 540px;
}
.fjernsupport-trin {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.fjernsupport-trin li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px solid #e8eef4;
}
.fjernsupport-trin-nr {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1565c0;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fjernsupport-relay {
  font-size: 0.88rem;
  color: #1565c0;
  background: #e3f2fd;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.fjernsupport-server {
  background: #fff;
  border: 1px solid #c5d9f0;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px rgba(21, 101, 192, 0.06);
}
.fjernsupport-server h3 {
  color: #1a2d4f;
  font-size: 1rem;
  margin: 0 0 8px;
}
.fjernsupport-server-note {
  font-size: 0.88rem;
  color: #555;
  margin: 0 0 12px;
  line-height: 1.5;
}
.fjernsupport-server-dl {
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
}
.fjernsupport-server-dl dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #78909c;
}
.fjernsupport-server-dl dd {
  margin: 0 0 8px;
}
.fjernsupport-server-dl code {
  display: block;
  word-break: break-all;
  background: #f0f7ff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #1565c0;
}
.fjernsupport-server-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fjernsupport-server-actions .btn {
  font-size: 0.85rem;
  padding: 8px 14px;
  border-radius: 8px;
}
.fjernsupport-licens {
  font-size: 0.82rem;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fjernsupport-licens a { color: #1565c0; }
.fjernsupport-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fjernsupport-actions .btn {
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 0.95rem;
}
.fjernsupport-actions .btn-outline {
  background: #fff;
  color: #1565c0;
  border: 2px solid #1565c0;
}
.fjernsupport-downloads {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(26, 45, 79, 0.08);
  border: 1px solid #e8eef4;
}
.fjernsupport-downloads h3 {
  color: #1a2d4f;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.fjernsupport-dl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fjernsupport-dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e0e8f0;
  background: #f8fafc;
  text-decoration: none;
  color: #1a2d4f;
  transition: border-color 0.15s, background 0.15s;
  min-height: 44px;
}
.fjernsupport-dl:hover {
  border-color: #2196f3;
  background: #e3f2fd;
}
.fjernsupport-dl-icon { font-size: 1.25rem; }
.fjernsupport-dl-label { font-weight: 700; font-size: 0.95rem; }
.fjernsupport-dl-hint { font-size: 0.72rem; color: #666; }
.fjernsupport-dl-note {
  margin-top: 14px;
  font-size: 0.78rem;
  color: #888;
  text-align: center;
}
.fjernsupport-brand-logo {
  display: block;
  margin: 0 auto 10px;
  max-height: 40px;
  width: auto;
}
.fjernsupport-dl-branded {
  border-color: #1565c0;
  background: linear-gradient(135deg, #f5f9ff 0%, #fff 100%);
}
.fjernsupport-dl-logo {
  flex-shrink: 0;
  object-fit: contain;
}
.fjernsupport-dl-branded-note {
  font-size: 0.8rem;
  color: #1565c0;
  margin: 8px 0 0;
  line-height: 1.45;
  text-align: center;
}
.fjernsupport-platform-pick {
  font-size: 0.82rem;
  color: #666;
  margin: -8px 0 12px;
  text-align: center;
}
.fjernsupport-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  justify-content: center;
}
.fjernsupport-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e0e8f0;
  background: #f8fafc;
  color: #1a2d4f;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
  transition: border-color 0.15s, background 0.15s;
}
.fjernsupport-tab:hover { border-color: #2196f3; background: #e3f2fd; }
.fjernsupport-tab[aria-selected="true"] {
  border-color: #1565c0;
  background: #e3f2fd;
  box-shadow: 0 0 0 1px #1565c0;
}
.fjernsupport-tab.is-recommended { border-color: #2e7d32; }
.fjernsupport-tab-icon { font-size: 1.1rem; }
.fjernsupport-tab-rec {
  font-size: 0.62rem;
  font-weight: 500;
  color: #2e7d32;
  max-width: 72px;
  text-align: center;
  line-height: 1.2;
}
.fjernsupport-tab-panels { margin-top: 4px; }
.fjernsupport-tab-panel { display: contents; }
.fjernsupport-tab-panel[hidden] { display: none; }
.fjernsupport-dl-empty {
  grid-column: 1 / -1;
  font-size: 0.85rem;
  color: #888;
  text-align: center;
  padding: 12px;
}

/* Download matrix (officiel RustDesk-layout) */
.fjernsupport-matrix-wrap {
  grid-column: 1 / -1;
  margin-top: 8px;
}
.fjernsupport-matrix-title {
  color: #1a2d4f;
  font-size: 1.1rem;
  margin: 0 0 4px;
  text-align: center;
}
.fjernsupport-matrix-version {
  text-align: center;
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 4px;
}
.fjernsupport-matrix-version strong { color: #1565c0; }
.fjernsupport-matrix-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
  padding: 4px;
}
.fjernsupport-matrix {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.78rem;
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 45, 79, 0.06);
}
.fjernsupport-matrix th,
.fjernsupport-matrix td {
  border: 1px solid #e8eef4;
  padding: 8px 6px;
  vertical-align: middle;
  text-align: center;
}
.fjernsupport-matrix thead th {
  background: #1a2d4f;
  color: #fff;
  font-weight: 600;
  font-size: 0.72rem;
  line-height: 1.3;
  padding: 10px 6px;
}
.fjernsupport-matrix-arch-head {
  text-align: left;
  min-width: 110px;
}
.fjernsupport-matrix-col {
  min-width: 72px;
}
.fjernsupport-matrix-col-icon {
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}
.fjernsupport-matrix-arch {
  text-align: left;
  background: #f5f8fc;
  color: #1a2d4f;
  font-weight: 600;
  min-width: 110px;
  padding: 10px 12px !important;
}
.fjernsupport-matrix-arch-label {
  display: block;
  font-size: 0.82rem;
}
.fjernsupport-matrix-arch-hint {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  color: #78909c;
  margin-top: 2px;
  line-height: 1.25;
}
.fjernsupport-matrix-rec {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #2e7d32;
  background: #e8f5e9;
  padding: 2px 6px;
  border-radius: 10px;
}
.fjernsupport-matrix-cell {
  background: #fafbfd;
  min-width: 68px;
}
.fjernsupport-matrix-cell.is-empty {
  color: #bbb;
}
.fjernsupport-matrix-cell.is-detected-cell {
  background: #e8f5e9;
  box-shadow: inset 0 0 0 2px #2e7d32;
}
.fjernsupport-matrix-row.is-detected-row .fjernsupport-matrix-arch {
  background: #e3f2fd;
  box-shadow: inset 3px 0 0 #1565c0;
}
.fjernsupport-matrix-col.is-detected-col {
  box-shadow: inset 0 -3px 0 #1565c0;
}
.fjernsupport-matrix-btns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}
.fjernsupport-matrix-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #c5d9f0;
  background: #fff;
  color: #1565c0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.72rem;
  line-height: 1.2;
  min-height: 36px;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.fjernsupport-matrix-btn:hover {
  background: #e3f2fd;
  border-color: #1565c0;
}
.fjernsupport-matrix-btn.is-local {
  border-color: #1565c0;
  background: linear-gradient(135deg, #f5f9ff 0%, #fff 100%);
}
.fjernsupport-matrix-btn.is-external .fjernsupport-matrix-btn-src {
  color: #888;
}
.fjernsupport-matrix-btn-branded {
  border-color: #1a2d4f;
}
.fjernsupport-matrix-btn-logo {
  flex-shrink: 0;
  object-fit: contain;
}
.fjernsupport-matrix-btn-label { font-size: 0.75rem; }
.fjernsupport-matrix-btn-src {
  font-size: 0.58rem;
  font-weight: 500;
  color: #2e7d32;
}
.fjernsupport-matrix-empty {
  color: #ccc;
  font-size: 0.85rem;
}
.fjernsupport-matrix-foot {
  grid-column: 1 / -1;
  text-align: center;
}
.fjernsupport-dl-note-top {
  margin-top: 0;
  text-align: center;
}

@media (max-width: 860px) {
  .fjernsupport-inner { grid-template-columns: 1fr; }
  .fjernsupport-dl-grid { grid-template-columns: 1fr; }
  .fjernsupport-matrix {
    min-width: 640px;
    font-size: 0.72rem;
  }
  .fjernsupport-matrix-arch {
    min-width: 88px;
    padding: 8px !important;
  }
  .fjernsupport-matrix-btn {
    padding: 5px 6px;
    min-height: 32px;
  }
}

/* Forside specifik */
.home-page { background: #fff; }

.home-section-title {
  text-align: center;
  color: #1a2d4f;
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: 0.02em;
}
.home-section-sub {
  text-align: center;
  color: #888;
  margin-bottom: 28px;
}

/* Hero — mørk som connectingit.dk */
.home-hero {
  padding: 72px 32px 80px;
  max-width: none;
  width: 100%;
  margin: 0;
}
.home-hero--dark {
  background:
    radial-gradient(ellipse 70% 55% at 72% 18%, rgba(33, 150, 243, 0.22), transparent 52%),
    radial-gradient(ellipse 45% 35% at 15% 85%, rgba(229, 57, 53, 0.10), transparent 48%),
    radial-gradient(ellipse 30% 40% at 50% 50%, rgba(21, 101, 192, 0.08), transparent 60%),
    linear-gradient(160deg, #152a45 0%, #1a3560 45%, #1e3a5f 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-hero--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.home-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.home-hero-copy { max-width: 580px; }
.home-hero h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.2rem);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.home-hero h1 .hl-mobil { color: #ef5350; text-shadow: 0 0 28px rgba(239,83,80,0.35); }
.home-hero h1 .hl-tablet { color: #42a5f5; text-shadow: 0 0 28px rgba(66,165,245,0.3); }
.home-hero-lead {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: 1.08rem;
  max-width: 480px;
}
.home-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.btn-hero {
  background: linear-gradient(135deg, #1e88e5, #1565c0) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 15px 38px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 24px rgba(33, 150, 243, 0.42), 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.2s ease !important;
  border: none !important;
}
.btn-hero:hover {
  background: linear-gradient(135deg, #2196f3, #1976d2) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(33, 150, 243, 0.5) !important;
}
.btn-hero-ghost {
  background: transparent !important;
  color: rgba(255,255,255,0.82) !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-size: 0.97rem !important;
  font-weight: 600 !important;
  border: 1.5px solid rgba(255,255,255,0.22) !important;
  transition: all 0.2s ease !important;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-ghost:hover {
  border-color: rgba(255,255,255,0.5) !important;
  color: #fff !important;
  background: rgba(255,255,255,0.06) !important;
}
.btn-hero-ghost--subtle {
  border-color: rgba(255,255,255,0.12) !important;
  opacity: 0.88;
}
.home-hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255,255,255,0.52);
  font-size: 0.82rem;
}
.home-hero-trust-stars { color: #ffc107; font-size: 0.9rem; letter-spacing: 1px; }

.home-hero-visual {
  background: linear-gradient(145deg, rgba(21, 45, 85, 0.65), rgba(21, 101, 192, 0.3));
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(33,150,243,0.08);
}
.home-hero-visual img {
  border-radius: 12px;
  max-height: 360px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.home-garanti {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ffc107, #ffb300);
  color: #1a1a1a;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

/* Om os — to kolonner */
.home-about {
  background: #fff;
  padding: 80px 32px;
  width: 100%;
  position: relative;
}
.home-about::before,
.home-reviews::before,
.home-pcs::before {
  content: '';
  display: block;
  height: 1px;
  max-width: min(72rem, 100% - 4rem);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(21, 101, 192, 0.14), transparent);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.home-reviews,
.home-pcs {
  position: relative;
}
.home-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.home-about-text h2 {
  color: #1a2d4f;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1.35;
  margin-bottom: 18px;
}
.home-about-text h2 .hl-mobil { color: #e53935; }
.home-about-text h2 .hl-tablet { color: #2196f3; }
.home-about-text p {
  color: #555;
  line-height: 1.75;
  margin-bottom: 8px;
}
.home-about-img {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  box-shadow: 0 8px 32px rgba(21, 101, 192, 0.12);
}
.home-about-img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.home-pills {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.home-pill { text-align: center; min-width: 80px; }
.home-pill span {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  background: #f0f7ff;
  border-radius: 50%;
  color: #1565c0;
}
.home-pill strong { color: #1a2d4f; font-size: 0.88rem; display: block; }

.home-brands {
  padding: 32px 32px;
  background: #f1f4f8;
  border-top: 1px solid #e0e6ee;
  border-bottom: 1px solid #e0e6ee;
  width: 100%;
}
.home-brands-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 48px;
}
.home-brands span {
  font-weight: 800;
  color: #8a97a6;
  font-size: 1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-brands-note {
  text-align: center;
  font-size: 0.76rem;
  color: #aaa;
  margin: 12px auto 0;
  max-width: 520px;
  line-height: 1.5;
}
body.dark .home-brands-note { color: #667788; }

.home-reviews {
  padding: 72px 32px 64px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  width: 100%;
}
.home-trust-widget { text-align: center; margin-bottom: 0; flex: 1 1 280px; min-width: 0; }
.home-google-reviews { text-align: center; margin-bottom: 0; flex: 0 0 auto; }
.reviews-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-bar--compact { gap: 12px 16px; margin-bottom: 16px; }
.footer-reviews-bar {
  text-align: center;
  padding: 16px 0 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 8px;
}
.footer-trust-mini { min-width: 140px; }
.trust-badge--sm { padding: 6px 14px; font-size: 0.8rem; }
.home-review-stars { display: block; color: #f9a825; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 12px; }
.home-testimonial blockquote { margin: 0; font-style: italic; }
.home-testimonial cite { display: block; margin-top: 12px; font-style: normal; font-weight: 600; color: #1a2d4f; font-size: 0.95rem; }
body.dark .home-testimonial cite { color: #cce0ff; }
.home-review-dots button.home-dot {
  width: 10px; height: 10px; border-radius: 50%; border: none; padding: 0;
  background: #c5d0de; cursor: pointer; margin: 0 4px;
}
.home-review-dots button.home-dot.aktiv { background: #1565c0; }
.home-testimonial {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 48px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07), 0 1px 0 rgba(21,101,192,0.06);
  text-align: center;
  font-style: italic;
  color: #444;
  line-height: 1.85;
  font-size: 1.08rem;
  border: 1px solid #eef2f7;
  position: relative;
}
.home-testimonial::before {
  content: '\201C';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  color: #1565c0;
  font-style: normal;
  line-height: 1;
  opacity: 0.15;
}
.home-review-dots { text-align: center; margin-top: 20px; }
.home-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #d0dae6;
  transition: background 0.25s, transform 0.25s;
}
.home-dot.aktiv { background: #1565c0; transform: scale(1.3); }

.home-ydelser {
  width: 100%;
  padding: 72px 32px 80px;
  background: #f7f9fc;
}
.home-ydelser > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.home-ydelser .home-section-title { margin-bottom: 12px; }
.home-ydelser .home-section-sub { margin-bottom: 40px; }

.home-pcs {
  padding: 72px 32px 80px !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.home-pcs > *:not(.cards) { max-width: 1240px; margin-left: auto; margin-right: auto; }
.home-pcs .cards { max-width: 1240px; margin-left: auto; margin-right: auto; }
.home-pcs-actions {
  text-align: center;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.home-loading, .home-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px;
  color: #aaa;
}
.mini-pc-img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  background: #f4f6f9;
  border-radius: 6px;
  margin-bottom: 10px;
}
.mini-pc-icon {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.mini-pc-spec { font-size: 0.82rem; color: #888; }

.ydelse-kort {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  transition: transform .22s ease, box-shadow .22s ease;
  border: 1px solid #eef2f8;
}
.ydelse-kort:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(21,101,192,.13);
}
.ydelse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}
.ydelse-kort-img {
  height: 168px;
  background: linear-gradient(135deg, #e8eef8, #d0dff4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ydelse-kort-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ydelse-kort-img--ria {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
}
.ydelse-kort-img--ria span {
  font-size: 2.2rem;
  font-weight: 800;
  color: #e65100;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}
.ydelse-kort-body { padding: 24px; }
.ydelse-kort-body h3 { color: #1a2d4f; margin-bottom: 10px; font-size: 1.05rem; }
.ydelse-kort-body p { color: #666; font-size: 0.9rem; line-height: 1.6; margin-bottom: 14px; }
.ydelse-link {
  color: #1565c0;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ydelse-link:hover { text-decoration: underline; }

/* Dark mode — forside */
body.dark .home-page { background: #122640; }
body.dark .home-about { background: #122640; }
body.dark .home-about-text h2,
body.dark .home-section-title { color: #81d4fa; }
body.dark .home-about-text p,
body.dark .home-hero-lead { color: #99b0c8; }
body.dark .home-pill strong { color: #d0dce8; }
body.dark .home-pill span { background: #1a2535; color: #4fc3f7; }
body.dark .home-brands { background: #152a45; border-color: #2a4a6a; }
body.dark .home-brands span { color: #556677; }
body.dark .home-reviews { background: #122640; }
body.dark .home-testimonial {
  background: #1a2535;
  color: #c0d0e0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}
body.dark .home-ydelser { background: #152a45; }
body.dark .ydelse-kort {
  background: #1a2535;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
body.dark .ydelse-kort-body h3 { color: #81d4fa; }
body.dark .ydelse-kort-body p { color: #99b0c8; }
body.dark .ydelse-link { color: #4fc3f7; }
body.dark .ydelse-kort-img { background: linear-gradient(135deg, #131f2c, #1a2535); }
body.dark .ydelse-kort-img--ria { background: linear-gradient(135deg, #2a1a10, #3d2818); }
body.dark .ydelse-kort-img--ria span { color: #ffb74d; }
body.dark .home-about-img { background: linear-gradient(135deg, #131f2c, #1a2535); }
body.dark .home-section-sub,
body.dark .mini-pc-spec,
body.dark .home-loading,
body.dark .home-empty { color: #778899; }
body.dark .mini-pc-img { background: #131f2c; }
body.dark .home-dot { background: #3a4a5a; }
body.dark .home-dot.aktiv { background: #4fc3f7; }

/* Stats bar */
.home-stats {
  background: linear-gradient(90deg, #1a2d4f 0%, #1e3a5f 55%, #1565c0 100%);
  padding: 28px 32px;
  width: 100%;
}
.home-stats-inner {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 1240px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.home-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 140px;
  padding: 8px 24px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.home-stat:last-child { border-right: none; }
.home-stat-num {
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.home-stat-num span { color: #42a5f5; }
.home-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 900px) {
  .home-hero-inner,
  .home-about-inner,
  .service-split,
  .ydelse-grid { grid-template-columns: 1fr; }
  .home-hero-visual { order: -1; }
  .home-hero--dark { padding: 48px 20px 56px; }
  .home-ydelser, .home-about, .home-brands, .home-reviews { padding-left: 20px !important; padding-right: 20px !important; }
  .home-stats-inner { gap: 16px; }
  .home-stat { border-right: none; min-width: 120px; }
  .home-hero-actions { flex-direction: column; align-items: flex-start; }
}

/* Team page */
.team-featured {
  max-width: 420px;
  margin: 0 auto 48px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(33,150,243,.15);
  border: 2px solid #e3f2fd;
}
.team-avatar-lg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1565c0, #42a5f5);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.team-grid-public {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.team-kort-public {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
}
.team-avatar-sm {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #1565c0;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 1.1rem;
}
.team-kort-public h3 { color: #1565c0; font-size: 1rem; margin-bottom: 4px; }
.team-kort-public p { color: #666; font-size: 0.85rem; }
.team-kort-public a { color: #888; font-size: 0.8rem; }

/* FAQ */
.faq-toolbar-wrap { padding-top: 0; padding-bottom: 8px; }
.faq-toolbar { max-width: 760px; margin: 0 auto; }
.faq-søg-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}
.faq-søg {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #d0d8e8;
  border-radius: 10px;
  font-size: 0.95rem;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.faq-søg:focus { outline: none; border-color: #4fc3f7; }
.faq-cats { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-cat {
  padding: 6px 14px;
  border: 1.5px solid #d0d8e8;
  border-radius: 20px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}
.faq-cat:hover { border-color: #1565c0; color: #1565c0; }
.faq-cat.aktiv { background: #1565c0; border-color: #1565c0; color: #fff; }
.faq-tom {
  text-align: center;
  color: #667788;
  font-size: 0.92rem;
  margin: 20px auto 0;
  max-width: 480px;
  padding: 28px 20px;
  background: linear-gradient(160deg, #f8fafc 0%, #f0f4f8 100%);
  border: 1px dashed #c5d4e8;
  border-radius: 14px;
  line-height: 1.55;
}
.faq-tom a { color: #1565c0; font-weight: 600; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  overflow: hidden;
  border-left: 3px solid transparent;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}
.faq-item[open] {
  box-shadow: 0 4px 18px rgba(21, 101, 192, 0.1);
  border-left-color: #1565c0;
}
.faq-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #1a2d4f;
  list-style: none;
  transition: color 0.18s ease, background 0.18s ease;
  user-select: none;
}
.faq-item summary:hover { background: rgba(21, 101, 192, 0.04); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  float: right;
  color: #1565c0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.22s ease;
}
.faq-item[open] summary::after {
  content: '−';
  transform: rotate(180deg);
}
.faq-item p {
  padding: 0 20px 16px;
  color: #555;
  line-height: 1.65;
  font-size: 0.95rem;
  animation: faq-slide-in 0.22s ease;
}
@keyframes faq-slide-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-item p code { font-size: 0.88em; background: #f0f4f8; padding: 2px 6px; border-radius: 4px; }
.faq-escalation {
  max-width: 760px;
  margin: 40px auto 0;
  padding: 28px 24px;
  background: linear-gradient(160deg, #f0f7ff 0%, #e8f4fc 100%);
  border-radius: 14px;
  border: 1px solid #c5d8ef;
  text-align: center;
}
.faq-escalation h2 { margin: 0 0 8px; font-size: 1.15rem; color: #1a2d4f; }
.faq-escalation > p { margin: 0 0 20px; color: #555; font-size: 0.92rem; }
.faq-escalation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: left;
}
.faq-escalation-kort {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e0e8f4;
  transition: border-color .15s, box-shadow .15s;
}
.faq-escalation-kort:hover { border-color: #1565c0; box-shadow: 0 2px 10px rgba(21,101,192,.12); }
.faq-escalation-kort strong { color: #1a2d4f; font-size: 0.95rem; }
.faq-escalation-kort span:last-child { color: #666; font-size: 0.8rem; line-height: 1.4; }
.faq-escalation-ikon { font-size: 1.3rem; margin-bottom: 2px; }
.faq-escalation-note { margin: 18px 0 0; font-size: 0.82rem; color: #777; }

.kontekst-hjælp {
  max-width: 560px;
  margin: 24px auto 0;
  padding: 16px 18px;
  background: #e3f2fd;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #1a2d4f;
}
.kontekst-hjælp h3 { margin: 0 0 8px; font-size: 0.95rem; color: #1565c0; }
.kontekst-hjælp ul { margin: 8px 0 0; padding-left: 18px; }
.kontekst-hjælp li { margin-bottom: 4px; }
.kontekst-hjælp a { color: #1565c0; font-weight: 600; }

@media (max-width: 992px) {
  .faq-escalation-grid { grid-template-columns: 1fr; }
  .service-split, .home-hero-inner, .ydelse-grid { grid-template-columns: 1fr; }
  .footer-grid-4 { grid-template-columns: 1fr 1fr; }
  .nav-ydelser { margin-left: 0; display: block; width: 100%; }
  .nav-ydelser-drop { position: static; box-shadow: none; background: rgba(0, 0, 0, 0.12); }
  .nav-ydelser-drop a { color: #cce0ff !important; }
}
.trust-badge {
  display: inline-block;
  background: #00b67a;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
}
.trust-badge:hover { background: #009a69; }
.trust-badge--google { background: #4285f4; }
.trust-badge--google:hover { background: #3367d6; }

@media (max-width: 480px) {
  .footer-grid-4 { grid-template-columns: 1fr; }
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  z-index: 350;
  text-decoration: none;
  transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.08); }
body:has(.til-toppen.synlig) .whatsapp-float { bottom: 80px; }

/* ── Dark mode — service/content sider ─────────────────────────────── */

/* FAQ */
body.dark .faq-søg-label { color: #b0c4d8; }
body.dark .faq-søg { background: #131f2c; color: #d0dce8; border-color: #2a3a4a; }
body.dark .faq-cat { background: #1a2535; border-color: #2a3a4a; color: #b0c4d8; }
body.dark .faq-cat.aktiv { background: #1565c0; border-color: #1565c0; color: #fff; }
body.dark .faq-item { background: #1a2535; box-shadow: 0 1px 6px rgba(0,0,0,.25); }
body.dark .faq-item[open] { border-left-color: #1565c0; }
body.dark .faq-item summary { color: #81d4fa; }
body.dark .faq-item p { color: #99b0c8; }
body.dark .faq-item p code { background: #131f2c; color: #b0c4d8; }
body.dark .faq-tom {
  background: linear-gradient(160deg, #1a2535 0%, #131f2c 100%);
  border-color: #2a3a4a;
  color: #99b0c8;
}
body.dark .faq-tom a { color: #4fc3f7; }
body.dark .faq-escalation { background: linear-gradient(160deg, #0d2137 0%, #122640 100%); border-color: #2a3a4a; }
body.dark .faq-escalation h2 { color: #81d4fa; }
body.dark .faq-escalation > p, body.dark .faq-escalation-note { color: #99b0c8; }
body.dark .faq-escalation-kort { background: #1a2535; border-color: #2a3a4a; }
body.dark .faq-escalation-kort strong { color: #81d4fa; }
body.dark .faq-escalation-kort span:last-child { color: #99b0c8; }
body.dark .kontekst-hjælp { background: #0d2137; color: #b0c4d8; }
body.dark .kontekst-hjælp h3 { color: #81d4fa; }

/* Service sektioner */
body.dark .service-section { background: transparent; }
body.dark .service-card { background: #1a2535; }
body.dark .service-card h3 { color: #81d4fa; }
body.dark .service-card p { color: #99b0c8; }
body.dark .service-split h2 { color: #81d4fa; }
body.dark .service-split p { color: #99b0c8; }
body.dark .service-list li { color: #b0c4d8; border-color: #2a3a4a; }
body.dark .service-list li::before { opacity: 0.7; }

/* Service hero */
body.dark .service-hero {
  background: linear-gradient(160deg, #122640 0%, #1a3560 55%, #1e4a7a 100%);
}

/* Team */
body.dark .team-featured { background: #1a2535; border-color: #2a3a4a; }
body.dark .team-featured h2,
body.dark .team-featured h3 { color: #81d4fa; }
body.dark .team-featured p { color: #99b0c8; }
body.dark .team-kort-public { background: #1a2535; }
body.dark .team-kort-public h3 { color: #81d4fa; }
body.dark .team-kort-public p { color: #99b0c8; }

/* Fjernsupport */
body.dark .fjernsupport { background: linear-gradient(180deg, #152a45 0%, #1a2d4f 100%); border-color: #2a4a6a; }
body.dark .fjernsupport h2,
body.dark .fjernsupport h3 { color: #81d4fa; }
body.dark .fjernsupport p,
body.dark .fjernsupport li { color: #99b0c8; }
body.dark .fjernsupport-matrix {
  background: #152a45;
  border-color: #2a4a6a;
}
body.dark .fjernsupport-matrix thead th {
  background: #0f1f35;
  color: #81d4fa;
}
body.dark .fjernsupport-matrix-arch {
  background: #1a2d4f;
  color: #e3f2fd;
}
body.dark .fjernsupport-matrix-cell {
  background: #152a45;
  border-color: #2a4a6a;
}
body.dark .fjernsupport-matrix-btn {
  background: #1a2d4f;
  border-color: #3a5a7a;
  color: #81d4fa;
}
body.dark .fjernsupport-matrix-btn.is-local {
  background: linear-gradient(135deg, #1a3050 0%, #152a45 100%);
}
body.dark .fjernsupport-matrix-cell.is-detected-cell {
  background: #1a3d2a;
  box-shadow: inset 0 0 0 2px #4caf50;
}
body.dark .fjernsupport-matrix-row.is-detected-row .fjernsupport-matrix-arch {
  background: #1a3050;
}

/* Webudvikling / it-support indholdsboks */
body.dark .service-section h2 { color: #81d4fa; }
body.dark .service-section p,
body.dark .service-section li { color: #99b0c8; }
body.dark .service-section a:not(.btn) { color: #4fc3f7; }

/* Om os */
body.dark .om-sektion { background: transparent; }
body.dark .vaerdier { background: #152a45; }
body.dark .vaerdier h2 { color: #81d4fa; }
body.dark .vaerdi-ikon { filter: brightness(1.2); }

/* Kontakt */
body.dark .kontakt-grid { background: transparent; }
body.dark .samtykke-label { color: #99b0c8; }
body.dark .samtykke-label a { color: #4fc3f7; }

/* Hero ghost knap (mørk baggrund) */
body.dark .btn-hero-ghost { border-color: rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); }
body.dark .btn-hero-ghost:hover { background: rgba(255,255,255,0.08); }

/* Site-header i dark mode */
body.dark .site-header { background: rgba(21, 42, 69, 0.96); border-bottom: 1px solid rgba(255,255,255,0.06); }
body.dark .cit-topbar {
  background: linear-gradient(90deg, #122640 0%, #1a3560 50%, #1e3a5f 100%);
}
body.dark .btn-login { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
body.dark .btn-login:hover { background: rgba(255,255,255,0.14); }
body.dark nav a { color: rgba(255,255,255,0.78); }
body.dark nav a:hover, body.dark nav a.active { color: #fff; }

/* Til-toppen knap */
body.dark .til-toppen { background: #1a2535; color: #4fc3f7; border-color: #2a3a4a; }

/* Focus-visible — offentlige sider */
.faq-cat:focus-visible,
.faq-søg:focus-visible,
.btn-hero:focus-visible,
.btn-login:focus-visible,
.lang-switch:focus-visible,
.til-toppen:focus-visible,
.nav-ydelser-knap:focus-visible,
.dark-toggle:focus-visible,
.hamburger:focus-visible,
footer a:focus-visible,
.service-cta .btn:focus-visible {
  outline: 3px solid var(--cit-blue, #1565c0);
  outline-offset: 2px;
}

nav a:focus-visible {
  outline: 3px solid var(--cit-sky, #4fc3f7);
  outline-offset: 2px;
}

.footer-kolonne a:hover,
.footer-nyhedsbrev button[type="submit"]:hover {
  color: var(--cit-sky, #4fc3f7);
}
.footer-nyhedsbrev button[type="submit"] {
  transition: background 0.2s, transform 0.15s;
}
.footer-nyhedsbrev button[type="submit"]:hover {
  background: var(--cit-blue, #0d47a1);
  transform: translateY(-1px);
}

/* Webshop PC kort */
body.dark .pc-list .pc-card { background: #1a2535; }
body.dark .pc-list .pc-card h2 { color: #81d4fa; }
body.dark .filter-bar { background: #152a45; border-color: #2a4a6a; }
body.dark #search { background: #131f2c; color: #d0dce8; border-color: #2a3a4a; }

/* Mobile slide-in nav overlay */
@media (max-width: 768px) {
  body.dark nav { background: linear-gradient(180deg, #1a3560 0%, #152a45 100%); }
  body.dark nav a { border-color: rgba(255,255,255,0.06); }
  body.dark nav a:hover { background: rgba(255,255,255,0.06); }
  body.dark .nav-tools { border-color: rgba(255,255,255,0.08); }
}
