:root {
  --blue: #3292CF;
  --blue-dark: #1D6FA5;
  --blue-tint: #EAF3FB;
  --ink: #111827;
  --text-soft: #5B6472;
  --text-mute: #8A93A3;
  --bg: #FFFFFF;
  --bg-soft: #F6F8FA;
  --border: #E7EAF0;
  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 20px;
  --shadow: 0 1px 2px rgba(17,24,39,0.04), 0 12px 28px -16px rgba(17,24,39,0.14);
  --shadow-hover: 0 4px 10px rgba(17,24,39,0.05), 0 20px 40px -18px rgba(50,146,207,0.28);
  --font: "Plus Jakarta Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font); font-weight: 800; line-height: 1.15; margin: 0 0 0.5em; letter-spacing: -0.02em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.3rem); line-height: 1.1; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
h3 { font-size: 1.08rem; font-weight: 700; }

p { margin: 0 0 1em; color: var(--text-soft); }

.eyebrow { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--blue); margin: 0 0 0.7em; }
.section-sub { font-size: 1.05rem; max-width: 56ch; color: var(--text-soft); }
.section-head { margin-bottom: 2.4rem; }
.section-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
#top, .hero, .section { scroll-margin-top: 92px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 0.85em 1.6em; border-radius: 12px; font-family: var(--font); font-weight: 700; font-size: 0.96rem; border: 1.5px solid transparent; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
.btn:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.btn-primary { background: linear-gradient(135deg, #4AA3DE 0%, var(--blue) 55%, var(--blue-dark) 100%); color: #fff; box-shadow: 0 10px 24px -10px rgba(50,146,207,0.6); }
.btn-primary:hover { background: linear-gradient(135deg, #5AB4EC 0%, var(--blue) 45%, var(--blue-dark) 100%); transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(50,146,207,0.68); }
.btn { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s cubic-bezier(0.22,1,0.36,1), background 0.25s ease, border-color 0.2s ease, color 0.2s ease; }
.btn-outline { border-color: var(--border); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-sm { padding: 0.6em 1.1em; font-size: 0.86rem; border-radius: 10px; }

/* ---------- nav ---------- */
.site-nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; gap: 2rem; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.nav-logo img { width: 28px; height: 28px; }
.nav-logo span { font-weight: 800; font-size: 1.08rem; color: var(--ink); }
.main-nav { display: flex; gap: 1.7rem; }
.main-nav a { position: relative; font-size: 0.92rem; font-weight: 600; color: var(--text-soft); transition: color 0.15s ease; padding-bottom: 4px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right 0.25s cubic-bezier(0.22,1,0.36,1); }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.site-nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; padding: 0.4rem 24px 1.3rem; border-top: 1px solid var(--border); }
.mobile-menu a { padding: 0.7em 0; font-weight: 600; color: var(--text-soft); border-bottom: 1px solid var(--border); }
.mobile-menu .btn { margin-top: 0.9em; align-self: flex-start; }
.site-nav.open .mobile-menu { display: flex; }
@media (max-width: 900px) {
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
}

/* ---------- hero ---------- */
.hero { position: relative; padding: 4.5rem 0 5.5rem; background: var(--bg-soft); overflow: hidden; }
.hero-glow-a, .hero-glow-b { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.hero-glow-a { width: 480px; height: 480px; background: radial-gradient(circle, rgba(50,146,207,0.16) 0%, transparent 70%); top: -180px; right: -120px; }
.hero-glow-b { width: 360px; height: 360px; background: radial-gradient(circle, rgba(50,146,207,0.10) 0%, transparent 70%); bottom: -160px; left: -100px; }
.hero-inner { position: relative; z-index: 1; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; }
.hero-checks { list-style: none; margin: 1.3rem 0 1.5rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem; }
.hero-checks li { display: flex; align-items: center; gap: 0.5em; font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.hero-checks .tick { width: 18px; height: 18px; border-radius: 50%; background: var(--blue-tint); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }
.hero p.lead { font-size: 1.08rem; }
.hero-bullets { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: 0.6rem; }
.hero-bullets li { display: flex; align-items: flex-start; gap: 0.6em; font-size: 0.95rem; color: var(--text-soft); }
.hero-bullets .tick { width: 18px; height: 18px; border-radius: 50%; background: var(--blue-tint); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; margin-top: 2px; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.hero-note { font-size: 0.88rem; color: var(--text-mute); }
.hero-note strong { color: var(--ink); }

.hero-photo { position: relative; }
.hero-photo-card { border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px -24px rgba(17,24,39,0.22), 0 0 0 1px rgba(17,24,39,0.03); aspect-ratio: 4/5; background: var(--bg-soft); }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-badge { position: absolute; bottom: -18px; left: -18px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 0.9rem 1.2rem; display: flex; align-items: center; gap: 0.7rem; }
.hero-photo-badge .dot { width: 10px; height: 10px; border-radius: 50%; background: #2FBE7A; flex-shrink: 0; position: relative; }
.hero-photo-badge .dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #2FBE7A; animation: dot-pulse 2s ease-out infinite; }
@keyframes dot-pulse { 0% { opacity: 0.6; transform: scale(1); } 100% { opacity: 0; transform: scale(2.6); } }
.hero-photo-badge strong { display: block; font-size: 0.88rem; }
.hero-photo-badge span { display: block; font-size: 0.78rem; color: var(--text-mute); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo { order: -1; max-width: 300px; margin: 0 auto 1rem; }
  .hero-photo-badge { left: 12px; bottom: -16px; }
}

/* ---------- generic card grid ---------- */
.section { padding: 5.5rem 0; }
.section, .hero, #top { scroll-margin-top: 96px; }
.section.alt { background: var(--bg-soft); }
.card-grid { display: grid; gap: 1.3rem; }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .g-4 { grid-template-columns: repeat(2, 1fr); } .g-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .g-4, .g-3 { grid-template-columns: 1fr; } }

.card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 1.7rem; overflow: hidden; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s cubic-bezier(0.22,1,0.36,1), border-color 0.3s ease; }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), #5DB6EC); transform: scaleX(0); transform-origin: left; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1); }
.card:hover::before { transform: scaleX(1); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: transparent; }
.card-icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #DCEEFB, var(--blue-tint)); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.card-icon svg { width: 21px; height: 21px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin-bottom: 0.35em; }
.card p { font-size: 0.93rem; margin: 0; }
.card .card-tag { font-size: 0.86rem; color: var(--text-soft); margin-bottom: 0.5em; }
.section-foot { text-align: center; margin-top: 2rem; font-size: 0.88rem; color: var(--text-mute); }

/* ---------- why me ---------- */
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.why-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 0.8rem; }
.why-list li { display: flex; align-items: flex-start; gap: 0.6em; font-weight: 600; font-size: 0.96rem; }
.why-list .tick { width: 20px; height: 20px; border-radius: 50%; background: var(--blue-tint); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; flex-shrink: 0; margin-top: 1px; }
.why-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.8rem; }
.why-card h3 { margin-bottom: 0.4em; }
.why-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; margin-top: 1.6rem; }
.why-stat { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 1rem; text-align: center; }
.why-stat strong { display: block; font-size: 0.95rem; color: var(--ink); }
.why-stat span { display: block; font-size: 0.8rem; color: var(--text-mute); margin-top: 0.15em; }

@media (max-width: 900px) { .why-inner { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .why-stats { grid-template-columns: 1fr; } }

/* ---------- pricing ---------- */
.price-card .price-value { font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.price-card .price-unit { font-size: 0.85rem; font-weight: 500; color: var(--text-mute); margin-left: 0.2em; }

/* ---------- process ---------- */
.process-step .step-num { width: 32px; height: 32px; border-radius: 9px; background: var(--blue); color: #fff; font-weight: 800; font-size: 0.92rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }

/* ---------- trust / anmeldelser ---------- */
.trust-head { text-align: center; max-width: 620px; margin: 0 auto 2.6rem; }
.trust-head .section-sub { margin: 0 auto; }
.trustpilot-badge { display: flex; align-items: center; gap: 1.1rem; max-width: 560px; margin: 2.4rem auto 0; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.2rem 1.4rem; box-shadow: var(--shadow); transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s ease, border-color 0.25s ease; }
.trustpilot-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: transparent; }
.trustpilot-badge .tp-mark { width: 44px; height: 44px; border-radius: 12px; background: #00b67a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trustpilot-badge .tp-mark svg { width: 24px; height: 24px; fill: #fff; }
.trustpilot-badge .tp-copy { display: flex; flex-direction: column; gap: 0.15rem; margin-right: auto; }
.trustpilot-badge .tp-copy strong { font-size: 0.98rem; color: var(--ink); }
.trustpilot-badge .tp-copy span { font-size: 0.85rem; color: var(--text-mute); }
.trustpilot-badge .tp-cta { font-size: 0.86rem; font-weight: 700; color: var(--blue); white-space: nowrap; }
@media (max-width: 560px) { .trustpilot-badge { flex-wrap: wrap; text-align: center; justify-content: center; } .trustpilot-badge .tp-copy { margin-right: 0; align-items: center; } }

/* ---------- faq ---------- */
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font); font-weight: 700; font-size: 1rem; color: var(--ink); }
.faq-question:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.faq-icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--blue); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::before { width: 13px; height: 2px; }
.faq-icon::after { width: 2px; height: 13px; transition: transform 0.25s ease; }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer p { padding: 0 0 1.3rem; margin: 0; font-size: 0.95rem; max-width: 60ch; }

/* ---------- contact ---------- */
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-facts { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.contact-facts li { display: flex; align-items: center; gap: 0.8em; }
.contact-facts .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-facts .ic svg { width: 17px; height: 17px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-facts strong { display: block; font-size: 0.78rem; color: var(--text-mute); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-facts a, .contact-facts span.val { font-weight: 700; }

.contact-cta-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow); }
.contact-cta-card h3 { font-size: 1.2rem; margin-bottom: 0.4em; }
.contact-cta-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.3rem; }

/* ---------- booking modal ---------- */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(10,14,22,0.55); backdrop-filter: blur(3px); z-index: 100; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.is-open { display: flex; }
.modal-card { background: #fff; border-radius: 22px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 2rem; position: relative; box-shadow: 0 40px 80px -20px rgba(10,14,22,0.4); animation: modal-in 0.25s cubic-bezier(0.22,1,0.36,1); }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.modal-close { position: absolute; top: 1.3rem; right: 1.3rem; width: 34px; height: 34px; border-radius: 50%; border: none; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text-soft); font-size: 1.1rem; transition: background 0.15s ease, color 0.15s ease; }
.modal-close:hover { background: var(--blue-tint); color: var(--blue); }
.modal-card h3.modal-title { font-size: 1.3rem; margin-bottom: 0.3em; padding-right: 2rem; }
.modal-card > p.modal-sub { font-size: 0.92rem; margin-bottom: 1.3rem; }

.modal-progress { height: 3px; background: var(--border); border-radius: 3px; margin-bottom: 1.1rem; overflow: hidden; }
.modal-progress-fill { height: 100%; width: 33.33%; background: linear-gradient(90deg, var(--blue), #5DB6EC); transition: width 0.35s cubic-bezier(0.22,1,0.36,1); }
.modal-steps { display: flex; gap: 0.5rem; margin-bottom: 1.6rem; }
.modal-step-pill { font-size: 0.78rem; font-weight: 700; padding: 0.4em 0.85em; border-radius: 999px; background: var(--bg-soft); color: var(--text-mute); transition: background 0.2s ease, color 0.2s ease; }
.modal-step-pill.is-active { background: var(--blue-tint); color: var(--blue-dark); }
.modal-step-pill.is-done { background: var(--blue); color: #fff; }

.modal-panel { display: none; flex-direction: column; gap: 1rem; }
.modal-panel.is-active { display: flex; }
.modal-panel label { display: flex; flex-direction: column; gap: 0.4em; font-size: 0.85rem; font-weight: 700; color: var(--text-soft); }
.modal-panel input, .modal-panel textarea, .modal-panel select { font-family: var(--font); font-size: 0.98rem; padding: 0.75em 0.95em; border: 1.5px solid var(--border); border-radius: 10px; background: var(--bg-soft); color: var(--ink); resize: vertical; width: 100%; }
.modal-panel input:focus, .modal-panel textarea:focus, .modal-panel select:focus { outline: none; border-color: var(--blue); background: #fff; }
.modal-hint { font-size: 0.82rem; color: var(--text-mute); margin: -0.3rem 0 0; }
.modal-phone-row { display: flex; gap: 0.5rem; }
.modal-phone-row .prefix { width: 76px; flex-shrink: 0; }
.modal-review { background: var(--bg-soft); border-radius: 12px; padding: 1rem 1.1rem; font-size: 0.88rem; display: grid; gap: 0.4rem; }
.modal-review div { display: flex; justify-content: space-between; gap: 1rem; }
.modal-review strong { color: var(--text-mute); font-weight: 600; }
.modal-terms { display: flex; align-items: flex-start; gap: 0.6em; font-size: 0.85rem; color: var(--text-soft); }
.modal-terms input { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; }
.modal-terms a { color: var(--blue); font-weight: 600; }

.modal-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; }
.modal-nav .btn-outline:disabled { opacity: 0.4; cursor: default; }
.modal-nav .btn-outline:disabled:hover { border-color: var(--border); color: var(--ink); }

.modal-success { display: none; flex-direction: column; align-items: center; text-align: center; gap: 0.8rem; padding: 1rem 0 0.4rem; }
.modal-success.is-active { display: flex; }
.modal-success .ok-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; }
.modal-success .ok-icon svg { width: 26px; height: 26px; stroke: var(--blue); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.modal-success h3 { margin: 0; }
.modal-success p { margin: 0; }

@media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.site-footer { background: #0B111D; color: #A9B0BC; padding: 3.2rem 0 1.6rem; }
.site-footer .wrap { max-width: 940px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 4rem; padding-bottom: 2.2rem; border-bottom: 1px solid rgba(255,255,255,0.10); margin-bottom: 1.1rem; }
.footer-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 0.9rem; }
.footer-brand img { width: 26px; height: 26px; }
.footer-brand span { font-weight: 800; font-size: 1.05rem; color: #fff; }
.footer-grid p { color: #A9B0BC; font-size: 0.92rem; max-width: 34ch; }
.footer-col h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: #E8ECF3; margin: 0 0 0.9rem; font-weight: 800; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.62rem; font-size: 0.92rem; }
.footer-col li { color: #A9B0BC; }
.footer-col a { color: #A9B0BC; text-decoration: underline; text-underline-offset: 2px; }
.footer-col a:hover, .footer-legal a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: center; gap: 0.55rem; }
.footer-ic { width: 15px; height: 15px; color: #A9B0BC; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.footer-ic svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.footer-legal { font-size: 0.82rem; display: flex; gap: 0.5rem; flex-wrap: wrap; color: #A9B0BC; margin: 0; }
.footer-legal a { color: #A9B0BC; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } .site-footer .wrap { max-width: 1160px; } }

/* ---------- mobile sticky cta ---------- */
.mobile-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-top: 1px solid var(--border); padding: 0.7rem 1rem; z-index: 70; gap: 0.7rem; }
.mobile-sticky-cta .btn { flex: 1; justify-content: center; }
@media (max-width: 780px) { .mobile-sticky-cta { display: flex; } body { padding-bottom: 68px; } }

/* ---------- reveal ---------- */
.reveal { opacity: 1; transform: none; transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- launch-ready/accessibility additions ---------- */
.skip-link { position: absolute; left: 16px; top: -44px; z-index: 120; background: var(--ink); color: #fff; padding: 0.7rem 1rem; border-radius: 10px; font-weight: 700; transition: top 0.15s ease; }
.skip-link:focus { top: 12px; outline: 2px solid #fff; outline-offset: 2px; }
body.modal-open { overflow: hidden; }
.main-nav a:focus-visible, .mobile-menu a:focus-visible, .trustpilot-badge:focus-visible, .contact-facts a:focus-visible, .footer-col a:focus-visible, .footer-legal a:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 8px; }
.faq-answer[hidden] { display: none; }
.modal-error { min-height: 1.2rem; color: #B42318; font-size: 0.86rem; font-weight: 600; margin: -0.3rem 0 0.2rem; }
.modal-success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; margin-top: 0.4rem; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.price-note { font-size: 0.84rem; color: var(--text-mute); margin-top: 0.25rem; }
.contact-small-note { font-size: 0.86rem; color: var(--text-mute); margin-top: 1rem; }
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 420px) {
  .modal-card { padding: 1.5rem; }
  .modal-steps { flex-direction: column; }
  .modal-step-pill { width: fit-content; }
}



/* ---------- legal pages ---------- */
.legal-hero { padding: 4.5rem 0 2.2rem; background: var(--bg-soft); }
.legal-hero .section-sub { max-width: 70ch; }
.legal-main { padding: 3rem 0 5.5rem; background: #fff; }
.legal-card { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(1.4rem, 3vw, 2.5rem); }
.legal-content h2 { margin-top: 2.2rem; font-size: 1.25rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 1.4rem; }
.legal-content ul { margin: 0 0 1.1rem; padding-left: 1.2rem; color: var(--text-soft); }
.legal-content li { margin-bottom: 0.4rem; }
.legal-content a { color: var(--blue-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { display: inline-flex; gap: 0.5rem; align-items: center; margin-top: 0.5rem; color: var(--text-mute); font-size: 0.92rem; }
.legal-back { margin-top: 2rem; display: flex; gap: 0.9rem; flex-wrap: wrap; }
@media (max-width: 700px) { .legal-hero { padding-top: 3.2rem; } }


/* Robust embedded images v7 */
.nav-logo img, .footer-brand img { display: block; flex: 0 0 auto; object-fit: contain; }
.hero-photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.scroll-contact-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }


/* ---------- diskret layoutfinpudsning v8 ---------- */
body { overflow-x: clip; }
.nav-inner { gap: clamp(1.1rem, 2vw, 2rem); }
.main-nav { gap: clamp(0.95rem, 1.7vw, 1.7rem); }
.main-nav a { white-space: nowrap; }
.section { padding: clamp(4.75rem, 7vw, 5.75rem) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 2.65rem); }
.card-grid { align-items: stretch; }
.card-grid > .card { height: 100%; }
.card p:last-child { margin-bottom: 0; }
.service-card { display: flex; flex-direction: column; }
.service-card .card-link { margin-top: auto; padding-top: 1rem; }
.why-inner, .contact-inner { gap: clamp(2.25rem, 5vw, 4rem); }
.site-footer .wrap { max-width: 1160px; }
.footer-grid { gap: clamp(2.25rem, 5vw, 4rem); }

@media (max-width: 1060px) {
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 640px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .section { padding: 4.25rem 0; }
  .section-head { margin-bottom: 1.9rem; }
  .nav-inner { height: 68px; }
  .mobile-menu { padding-left: 20px; padding-right: 20px; }
  .site-footer { padding-top: 2.8rem; }
}


/* Læsevenlig finpudsning af informationssider. */
.legal-card { max-width: 900px; }
.legal-content p, .legal-content li { max-width: 76ch; }

/* Release-preserved UI overrides */
/* Version 10: kun den grønne kontaktindikator blinker. Kontaktfeltet står stille. */
@keyframes thyContactGreenBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    background-color: #16A34A;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.42);
  }
  48%, 56% {
    opacity: 0.22;
    transform: scale(0.78);
    background-color: #4ADE80;
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.10);
  }
}
@keyframes thyContactGreenHalo {
  0% { opacity: 0.48; transform: scale(0.72); }
  62%, 100% { opacity: 0; transform: scale(1.62); }
}
.hero-photo-badge {
  animation: none !important;
  will-change: auto !important;
}
.hero-photo-badge .dot {
  animation: thyContactGreenBlink 2.25s ease-in-out infinite !important;
  transform-origin: center;
  will-change: opacity, transform, box-shadow, background-color;
}
.hero-photo-badge .dot::after {
  animation: thyContactGreenHalo 2.25s ease-out infinite !important;
  will-change: opacity, transform;
}
/* Den grønne statusprik i den flydende kontaktboks bruger samme rolige blink. */
.scroll-contact-badge::before {
  animation: thyContactGreenBlink 2.25s ease-in-out infinite !important;
  transform-origin: center;
}

/* Siden kan ikke tekstmarkeres. Kontaktoplysninger og formularfelter kan stadig markeres. */
html,
body,
body * {
  -webkit-user-select: none !important;
  user-select: none !important;
}
body a[href^="tel:"],
body a[href^="mailto:"],
body input,
body textarea,
body select,
body option,
body [contenteditable="true"],
body .selectable-contact {
  -webkit-user-select: text !important;
  user-select: text !important;
}

/* ThyTeknik v11 — diskret UI/UX- og spacing-finpudsning */
body {
  line-height: 1.58;
}
.wrap {
  max-width: 1140px;
}
.nav-inner {
  height: 68px;
}
.section {
  padding: clamp(4rem, 6vw, 5rem) 0;
}
.section-head {
  max-width: 700px;
  margin-bottom: clamp(1.85rem, 3.2vw, 2.3rem);
}
.section-head h2 {
  margin-bottom: 0.38em;
}
.section-sub {
  line-height: 1.58;
}
.card-grid {
  gap: clamp(1rem, 2vw, 1.25rem);
}
.card {
  padding: clamp(1.35rem, 2vw, 1.55rem);
  border-radius: 16px;
}
.card:hover {
  transform: translateY(-3px);
}
.card-icon {
  margin-bottom: 0.85rem;
}
.card h3 {
  margin-bottom: 0.4em;
}
.section-foot {
  margin-top: 1.65rem;
}
.why-card,
.contact-cta-card {
  padding: clamp(1.5rem, 2.5vw, 1.8rem);
}
.why-stats {
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.why-stat {
  padding: 0.9rem 0.75rem;
}
.faq-question {
  padding: 1.15rem 0;
}
.faq-answer p {
  padding-bottom: 1.15rem;
}
.trust-head {
  margin-bottom: 2.2rem;
}
.trustpilot-badge {
  margin-top: 2rem;
}
.site-footer {
  padding-top: 3rem;
}
.footer-grid {
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: 2rem;
}

/* Forsiden: mere ro, mindre overskrift og en kompakt kontaktbadge. */
.hero {
  padding: clamp(3.25rem, 5.2vw, 4.2rem) 0 clamp(4.15rem, 6.2vw, 5rem);
}
.hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
  gap: clamp(2.35rem, 4.5vw, 3.8rem);
}
.hero h1 {
  max-width: 25ch;
  font-size: clamp(1.78rem, 3vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 0.55em;
}
.hero p.lead {
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.62;
}
.hero-checks {
  margin: 1.1rem 0 1.3rem;
  gap: 0.6rem 1.2rem;
}
.hero-bullets {
  margin-bottom: 1.65rem;
}
.hero-actions {
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.hero-photo {
  width: min(100%, 385px);
}
.hero-photo-card {
  border-radius: 20px;
}
.hero-photo-badge {
  left: -12px;
  bottom: -12px;
  right: auto !important;
  width: auto !important;
  max-width: calc(100% - 8px);
  min-width: 0;
  padding: 0.62rem 0.82rem;
  gap: 0.52rem;
  border-radius: 13px;
  box-shadow: 0 10px 24px -16px rgba(17,24,39,0.3), 0 4px 12px -8px rgba(22,163,74,0.18);
}
.hero-photo-badge:hover {
  transform: translateY(-1px);
}
.hero-photo-badge .dot {
  width: 9px;
  height: 9px;
}
.hero-photo-badge .dot::after {
  inset: -5px;
  border-width: 1.5px;
}
.hero-photo-badge > span:last-child {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}
.hero-photo-badge strong {
  font-size: 0.8rem;
  line-height: 1.25;
}
.hero-photo-badge > span:last-child > span {
  font-size: 0.68rem;
  line-height: 1.35;
  white-space: nowrap;
}


/* Den flydende kontaktgenvej fylder mindre og er lettere at overskue. */
.scroll-contact-prompt {
  width: min(390px, calc(100vw - 32px));
  grid-template-columns: 74px 1fr;
  gap: 0.85rem;
  padding: 0.85rem 0.9rem;
  border-radius: 20px;
}
.scroll-contact-photo {
  width: 74px;
  height: 74px;
  border-radius: 20px;
}
.scroll-contact-copy {
  padding-right: 1.55rem;
}
.scroll-contact-copy strong {
  font-size: 1rem;
}
.scroll-contact-copy p {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
}
.scroll-contact-actions .btn {
  padding: 0.66em 1em;
  font-size: 0.84rem;
}

/* Undersider: samme rytme som forsiden uden at ændre udtrykket. */
.service-hero {
  padding: clamp(3rem, 5vw, 3.8rem) 0 clamp(3.35rem, 5vw, 4.1rem);
}
.service-hero-grid {
  grid-template-columns: minmax(0, 1fr) 225px;
  gap: clamp(2rem, 4vw, 3rem);
}
.service-hero h1 {
  font-size: clamp(1.95rem, 4vw, 3.15rem);
  line-height: 1.09;
}
.service-hero .lead {
  font-size: 1.03rem;
  line-height: 1.62;
}
.service-hero-icon {
  width: 195px;
  height: 195px;
  border-radius: 32px;
}
.service-hero-icon svg {
  width: 84px;
  height: 84px;
}
.service-actions {
  margin-top: 1.4rem;
}
.service-content-grid {
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
}
.service-note,
.service-prepare {
  padding: 1.35rem;
  border-radius: 16px;
}
.service-cta-band {
  padding: clamp(1.55rem, 3vw, 1.9rem);
  border-radius: 20px;
}
.related-links {
  gap: 0.85rem;
}
.related-link {
  padding: 1.05rem 1.15rem;
}

/* Betingelser og privatliv: bedre læserytme. */
.legal-hero {
  padding: clamp(3.2rem, 5vw, 4rem) 0 2rem;
}
.legal-main {
  padding: 2.6rem 0 clamp(4.25rem, 6vw, 5rem);
}
.legal-card {
  max-width: 820px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}
.legal-content h2 {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 2.6rem;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-photo {
    width: min(100%, 325px);
  }
  .service-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section {
    padding: 3.65rem 0;
  }
  .section-head {
    margin-bottom: 1.7rem;
  }
  .hero {
    padding: 2.35rem 0 3.9rem;
  }
  .hero h1 {
    max-width: 19ch;
    font-size: clamp(1.68rem, 8vw, 2.05rem);
    line-height: 1.14;
  }
  .hero p.lead {
    font-size: 0.98rem;
  }
  .hero-photo {
    width: min(100%, 285px);
  }
  .hero-photo-badge {
    left: 8px;
    right: auto !important;
    bottom: -12px;
    max-width: calc(100% - 16px);
    padding: 0.58rem 0.75rem;
  }
  .hero-photo-badge strong {
    font-size: 0.77rem;
  }
  .hero-photo-badge > span:last-child > span {
    font-size: 0.65rem;
  }
  .card {
    padding: 1.3rem;
  }
  .service-hero {
    padding: 2.45rem 0 3rem;
  }
  .service-hero h1 {
    font-size: clamp(1.78rem, 8.8vw, 2.35rem);
  }
  .service-hero-icon {
    width: 112px;
    height: 112px;
    border-radius: 24px;
  }
  .service-hero-icon svg {
    width: 52px;
    height: 52px;
  }
  .service-cta-band {
    padding: 1.4rem;
  }
  .site-footer {
    padding-top: 2.6rem;
  }
}

/* Version 1.4.3 — sidste release-finpudsning. */
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 9999;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}
.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(50,146,207,0.35);
  outline-offset: 3px;
}
a, button { -webkit-tap-highlight-color: rgba(50,146,207,0.12); }
.btn { min-height: 44px; justify-content: center; }
.btn-sm { min-height: 38px; }
.btn:active { transform: translateY(0) scale(0.985); }
.site-nav { box-shadow: 0 1px 0 rgba(17,24,39,0.025); }
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid rgba(50,146,207,0.34);
  outline-offset: 3px;
}

/* Juridiske sider: mere behagelig linjelængde og tydeligere afsnit. */
.legal-content { max-width: 72ch; }
.legal-content p,
.legal-content li { line-height: 1.72; }
.legal-content h2 { scroll-margin-top: 96px; }

/* v1.5.1: skip-link target may receive keyboard focus without a visual box. */
main[tabindex="-1"]:focus { outline: none; }
