:root {
  --dark: #0F172A;
  --dark-2: #111827;
  --dark-3: #07111F;
  --green: #00A99D;
  --green-2: #078F89;
  --green-dark: #007E78;
  --green-soft: #DDFDF9;
  --light: #F4F7F8;
  --white: #FFFFFF;
  --text: #172033;
  --muted: #667085;
  --border: #E5E7EB;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
  --radius: 24px;
  --container: 1160px;
  --header-height: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -120px; z-index: 999; padding: 12px 16px; color: var(--dark); background: var(--green); border-radius: 999px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topbar { color: rgba(255,255,255,.84); background: #07111F; font-size: .92rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; gap: 14px; }
.topbar__link { transition: color .2s ease; }
.topbar__link:hover { color: var(--green); }
.topbar__divider { width: 1px; height: 18px; background: rgba(255,255,255,.24); }
.topbar__badge { margin-left: auto; color: #BFEFEA; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(15,23,42,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header__inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 238px; }
.brand img, .site-footer img { display: block; }
.main-nav { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); font-weight: 700; font-size: .95rem; }
.main-nav a { padding: 10px 12px; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--white); background: rgba(255,255,255,.08); }
.main-nav .nav-cta { color: var(--dark); background: var(--green); padding-inline: 18px; }
.main-nav .nav-cta:hover, .main-nav .nav-cta.is-active { color: var(--dark); background: #19C7BB; transform: translateY(-1px); }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.05); color: var(--white); cursor: pointer; }
.nav-toggle__line { width: 20px; height: 2px; background: currentColor; border-radius: 999px; }
.hero, .page-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 22%, rgba(0,169,157,.22), transparent 31rem), linear-gradient(135deg, #07111F 0%, #0F172A 48%, #082F2E 100%); }
.hero { padding: 96px 0 104px; }
.page-hero { padding: 78px 0 86px; }
.hero::after, .page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to top, rgba(7,17,31,.72), transparent); pointer-events: none; }
.hero__glow { position: absolute; right: -180px; top: -200px; width: 580px; height: 580px; border-radius: 999px; background: rgba(0,169,157,.15); filter: blur(12px); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 56px; align-items: center; }
.page-hero__inner { position: relative; z-index: 1; max-width: 920px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .82rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(2.45rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.02em; }
.hero__lead { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: clamp(1.06rem, 2vw, 1.24rem); }
.hero__actions, .cta-band__inner { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 22px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn--primary { color: #07111F; background: var(--green); box-shadow: 0 18px 46px rgba(0,169,157,.28); }
.btn--primary:hover { background: #1DCCC1; transform: translateY(-2px); }
.btn--secondary { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.btn--secondary:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.btn--full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); border-radius: 999px; font-size: .92rem; font-weight: 800; }
.trust-row span::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--green); }
.hero-card { position: relative; padding: 30px; border-radius: 32px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 28px 90px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.hero-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; pointer-events: none; }
.hero-card__top { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: .93rem; font-weight: 800; }
.status-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 6px rgba(0,169,157,.14); }
.hero-card h2 { margin: 22px 0 18px; font-size: 2.25rem; }
.hero-card__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 20px; }
.hero-card__list span { padding: 14px 12px; color: #DFFBF8; background: rgba(0,169,157,.12); border: 1px solid rgba(0,169,157,.28); border-radius: 16px; font-weight: 900; text-align: center; }
.hero-card p { margin-bottom: 0; color: rgba(255,255,255,.74); }
.section { padding: 96px 0; }
.section--light { background: var(--light); }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading p:not(.eyebrow), .section-text { color: var(--muted); font-size: 1.08rem; }
.service-grid, .page-card-grid, .client-page-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.page-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.service-card, .step-card, .contact-form, .page-card, .quick-contact-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 16px 54px rgba(15,23,42,.06); }
.service-card, .page-card, .quick-contact-box { padding: 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover, .page-card:hover { transform: translateY(-4px); border-color: rgba(0,169,157,.32); box-shadow: var(--shadow); }
.page-card span { display: inline-flex; margin-bottom: 20px; color: var(--green); font-weight: 950; letter-spacing: .1em; }
.page-card p, .quick-contact-box p { margin-bottom: 0; color: var(--muted); }
.quick-contact-box .btn { margin-top: 22px; }
.service-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 22px; color: var(--green); background: var(--green-soft); border-radius: 18px; }
.service-card__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card p, .step-card p, .client-card p, .contact-card p, .contact-form p, .site-footer p { margin-bottom: 0; color: var(--muted); }
.split-section { color: var(--white); background: radial-gradient(circle at 15% 20%, rgba(0,169,157,.16), transparent 25rem), linear-gradient(135deg, #07111F, #0F172A 58%, #082F2E); }
.split-grid { display: grid; grid-template-columns: .95fr 1.15fr; gap: 52px; align-items: center; }
.split-section .section-text { color: rgba(255,255,255,.72); }
.client-grid { display: grid; gap: 16px; }
.client-card { padding: 26px; border-radius: 22px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); }
.client-card--light { color: var(--text); background: var(--white); border: 1px solid var(--border); box-shadow: 0 16px 54px rgba(15,23,42,.06); }
.client-card h3 { display: flex; align-items: center; gap: 10px; }
.client-card h3::before { content: ""; width: 11px; height: 11px; border-radius: 999px; background: var(--green); flex: 0 0 auto; }
.client-card p { color: rgba(255,255,255,.72); }
.client-card--light p { color: var(--muted); }
.mini-list { display: grid; gap: 14px; }
.mini-list a { display: flex; justify-content: space-between; align-items: center; min-height: 62px; padding: 18px 22px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 900; }
.mini-list a::after { content: "→"; color: var(--green); }
.mini-list a:hover { background: rgba(255,255,255,.13); }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.steps--large .step-card { min-height: 260px; }
.step-card { padding: 30px; position: relative; overflow: hidden; }
.step-card::after { content: ""; position: absolute; right: -42px; top: -42px; width: 126px; height: 126px; border-radius: 999px; background: rgba(0,169,157,.09); }
.step-card span { display: inline-flex; margin-bottom: 24px; color: var(--green); font-weight: 950; font-size: .95rem; letter-spacing: .1em; }
.cta-band { color: var(--white); background: linear-gradient(90deg, rgba(0,169,157,.15), transparent 38%), var(--dark); padding: 56px 0; }
.cta-band__inner { justify-content: space-between; gap: 28px; }
.cta-band h2 { margin-bottom: 10px; }
.cta-band p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }
.faq-list { max-width: 880px; margin-inline: auto; display: grid; gap: 14px; }
.faq-list details { overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 12px 36px rgba(15,23,42,.05); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; list-style: none; cursor: pointer; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--green); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { padding: 0 22px 22px; margin: 0; color: var(--muted); }
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) 450px; gap: 34px; align-items: stretch; }
.contact-card { padding: 42px; color: var(--white); background: radial-gradient(circle at 80% 10%, rgba(0,169,157,.24), transparent 20rem), var(--dark); border-radius: 32px; box-shadow: var(--shadow); }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-methods { display: grid; gap: 12px; margin-top: 30px; }
.contact-methods a, .contact-methods div { display: grid; gap: 2px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.contact-methods span { color: rgba(255,255,255,.62); font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-methods strong { color: var(--white); overflow-wrap: anywhere; }
.contact-methods a:hover strong { color: var(--green); }
.contact-form { padding: 30px; }
.contact-form h3 { font-size: 1.6rem; }
.contact-form label { display: grid; gap: 8px; margin-top: 16px; color: #344054; font-size: .92rem; font-weight: 850; }
.form-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--text); background: #F9FAFB; border: 1px solid var(--border); border-radius: 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { background: var(--white); border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,169,157,.12); }
.contact-form .btn { margin-top: 20px; }
.form-status { min-height: 24px; margin-top: 14px; color: var(--green-dark) !important; font-weight: 800; }
.form-message-page { min-height: 54vh; display: grid; align-items: center; padding: 80px 0; background: var(--light); }
.form-message-box { max-width: 780px; margin: auto; padding: 34px; border-radius: 28px; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow); }
.form-message-box ul { margin: 0 0 22px; color: var(--muted); }
.form-message-box .btn--secondary { color: var(--dark); background: #EEF4F5; border: 1px solid var(--border); }
.form-message-box .btn--secondary:hover { background: #E2ECEE; color: var(--dark); }
.site-footer { color: rgba(255,255,255,.78); background: #07111F; padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 34px; padding-bottom: 34px; }
.site-footer h2 { margin-bottom: 12px; color: var(--white); font-size: 1rem; letter-spacing: .02em; }
.site-footer a, .site-footer span { display: block; margin-bottom: 8px; }
.site-footer a:hover { color: var(--green); }
.site-footer p { max-width: 360px; margin-top: 16px; color: rgba(255,255,255,.68); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.56); font-size: .92rem; }
.mobile-call { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; display: none; align-items: center; justify-content: center; min-height: 56px; color: #07111F; background: var(--green); border-radius: 999px; box-shadow: 0 16px 40px rgba(0,0,0,.24); font-weight: 950; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media (max-width: 1080px) { .page-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 980px) { :root { --header-height: 74px; } .hero { padding: 72px 0 86px; } .hero__grid, .split-grid, .contact-grid { grid-template-columns: 1fr; } .hero-card { max-width: 560px; } .service-grid, .steps, .footer-grid, .client-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { body { padding-bottom: 82px; } .container { width: min(calc(100% - 28px), var(--container)); } .topbar__inner { min-height: auto; padding: 10px 0; justify-content: center; flex-wrap: wrap; gap: 8px 12px; text-align: center; } .topbar__badge { width: 100%; margin-left: 0; } .brand { width: 200px; } .nav-toggle { display: inline-flex; } .main-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 10px); display: grid; gap: 4px; padding: 14px; background: rgba(15,23,42,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; } .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); } .main-nav a { padding: 13px 14px; } .hero { padding-top: 54px; } .page-hero { padding: 56px 0 66px; } h1 { letter-spacing: -.045em; } .hero__lead, .section-heading p:not(.eyebrow), .section-text { font-size: 1rem; } .hero__actions .btn, .cta-band__inner .btn { width: 100%; } .service-grid, .steps, .footer-grid, .page-card-grid, .client-page-grid { grid-template-columns: 1fr; } .section { padding: 70px 0; } .section-heading { margin-bottom: 32px; text-align: left; } .hero-card, .contact-card { border-radius: 24px; } .contact-card, .contact-form, .service-card, .step-card, .page-card, .quick-contact-box { padding: 24px; } .cta-band__inner { align-items: stretch; } .footer-bottom { flex-direction: column; } .mobile-call { display: flex; } }
@media (max-width: 420px) { .brand { width: 172px; } .hero-card__list { grid-template-columns: 1fr; } .trust-row span { width: 100%; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; } }

/* Ekstra indholdssider */
.main-nav { flex-wrap: wrap; justify-content: flex-end; }
.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.article-box h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
.article-box p + p { margin-top: 14px; }
.content-list { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.content-list li { margin-bottom: 8px; }
.form-note { margin-top: 10px !important; font-size: .9rem; }
.form-note a { color: var(--green-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.btn--dark-text { color: var(--dark); background: #EEF4F5; border: 1px solid var(--border); box-shadow: none; }
.btn--dark-text:hover { color: var(--dark); background: #E2ECEE; }
@media (max-width: 980px) { .article-grid { grid-template-columns: 1fr; } }
