:root {
  --bg: #f5fbf9;
  --paper: #ffffff;
  --text: #173331;
  --muted: #58706d;
  --line: #d6ebe7;
  --mint: #9edfd6;
  --mint-soft: #e5f7f4;
  --aqua: #b8e8e3;
  --blue: #b8dff0;
  --teal: #4ca79b;
  --deep: #1d615b;
  --shadow: 0 24px 70px rgba(28, 90, 84, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(184, 232, 227, .45), transparent 34rem),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 45%, #f4fbfa 100%);
  line-height: 1.65;
}

a { color: var(--deep); }

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

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow { width: min(760px, calc(100% - 40px)); }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 251, 249, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214, 235, 231, .8);
}

.header-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.logo {
  font-weight: 850;
  text-decoration: none;
  letter-spacing: -.02em;
  color: var(--text);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: .95rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 650;
}

.nav a:hover { color: var(--deep); }

.nav-cta {
  padding: .6rem 1rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--text) !important;
  font-weight: 800;
}

.hero,
.contact {
  position: relative;
  overflow: hidden;
}

.hero {
  padding: 4rem 0;
  min-height: auto;
}

.number-bg::before {
  content: "1 2 3 4 5 6 7 8 9 11 22 33 1 2 3 4 5 6 7 8 9";
  position: absolute;
  inset: -2rem;
  z-index: -1;
  font-size: clamp(3.6rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.1;
  color: rgba(29, 97, 91, .055);
  transform: rotate(-8deg);
  word-spacing: .4em;
}

.hero::after,
.contact::after {
  content: "";
  position: absolute;
  inset: 1.3rem;
  z-index: -2;
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 223, 240, .95), transparent 28rem),
    radial-gradient(circle at 80% 30%, rgba(158, 223, 214, .95), transparent 25rem),
    linear-gradient(135deg, #f9fffd, #eaf8f6);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: 3rem;
}

.hero-text {
  padding: 1rem 0;
}

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--deep);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

h1, h2, h3 {
  margin: 0 0 1rem;
  line-height: 1.08;
  letter-spacing: -.04em;
}

h1 {
  font-size: clamp(2.5rem, 5.8vw, 4.5rem);
  max-width: 720px;
}

h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: 1.35rem; }

.lead {
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  max-width: 660px;
  color: #2e5551;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 2rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  background: var(--deep);
  color: white;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(29, 97, 91, .22);
}

.button.secondary {
  background: rgba(255, 255, 255, .68);
  color: var(--deep);
  border: 1px solid rgba(29, 97, 91, .18);
  box-shadow: none;
}

.note,
.edit-note {
  color: var(--muted);
  font-size: .95rem;
}

.portrait-card {
  width: min(100%, 430px);
  justify-self: end;
  aspect-ratio: 4 / 5;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.65), rgba(255,255,255,.32)),
    radial-gradient(circle at 25% 15%, var(--blue), transparent 16rem),
    radial-gradient(circle at 80% 80%, var(--mint), transparent 17rem);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.status {
  padding: .9rem 0;
  background: #fff6da;
  border-block: 1px solid #eadca7;
  color: #654d00;
}

.section { padding: 5rem 0; }

.tinted {
  background:
    linear-gradient(180deg, rgba(229, 247, 244, .72), rgba(255,255,255,.65));
  border-block: 1px solid var(--line);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: 3rem;
  align-items: start;
}

.two-col.reverse {
  grid-template-columns: .88fr 1fr;
}

.soft-card,
.price-card,
blockquote,
.contact-box {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.soft-card { padding: 2rem; }

.check-list,
.plain-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  padding: .45rem 0;
  border-bottom: 1px solid rgba(214, 235, 231, .75);
}

.check-list li::before {
  content: "✓";
  color: var(--deep);
  font-weight: 900;
  margin-right: .55rem;
}

.number-mini {
  position: relative;
  overflow: hidden;
}

.number-mini::after {
  content: "1 2 3 4 5 6 7 8 9";
  position: absolute;
  right: -1rem;
  bottom: -1.2rem;
  color: rgba(29, 97, 91, .06);
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}

.price-card { padding: 1.5rem; }

.price-card.featured {
  background: linear-gradient(180deg, #ffffff, var(--mint-soft));
  border-color: rgba(76, 167, 155, .45);
}

.price-card strong {
  display: block;
  margin-top: 1rem;
  font-size: 1.35rem;
  color: var(--deep);
}

.testimonials { background: #fbfffe; }

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}

blockquote {
  margin: 0;
  padding: 1.6rem;
  color: #294a47;
}

cite {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.contact { padding: 5rem 0; }

.contact-box {
  display: grid;
  gap: .35rem;
  margin: 2rem auto 0;
  padding: 1.4rem;
  max-width: 420px;
}

.contact-box a {
  font-weight: 850;
  text-decoration: none;
}

.footer {
  padding: 2rem 0;
  color: var(--muted);
  font-size: .92rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 880px) {
  .header-inner {
    min-height: auto;
    padding: .9rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
    gap: .7rem;
  }

  .hero-grid,
  .two-col,
  .two-col.reverse {
    grid-template-columns: 1fr;
  }

  .price-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero { padding: 3rem 0; }

  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }

  .portrait-card {
    justify-self: start;
    width: min(100%, 390px);
  }
}


/* --- Rettelse: portrættekst under foto --- */
.portrait-wrap {
  width: min(100%, 430px);
  justify-self: end;
  text-align: center;
}

.portrait-wrap .portrait-card {
  width: 100%;
  justify-self: auto;
}

.tagline {
  margin: .9rem 0 0;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--deep);
  text-transform: uppercase;
}

/* --- Rettelse: symbol i "Min tilgang" --- */
.approach-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 720px);
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.approach-symbol {
  display: flex;
  justify-content: center;
}

.approach-symbol img {
  width: 135px;
  max-height: 210px;
  object-fit: contain;
  opacity: .42;
  border-radius: 22px;
  filter: sepia(1) hue-rotate(125deg) saturate(.7);
}

.approach-text {
  text-align: left;
}

.approach-text h2 {
  max-width: 720px;
}

@media (max-width: 880px) {
  .portrait-wrap {
    justify-self: start;
    width: min(100%, 390px);
  }
}

@media (max-width: 760px) {
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .approach-text {
    text-align: center;
  }

  .approach-symbol img {
    width: 105px;
    max-height: 160px;
  }
}


/* --- Udtalelser-side --- */
.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 1.3rem;
  z-index: -2;
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 223, 240, .85), transparent 28rem),
    radial-gradient(circle at 80% 30%, rgba(158, 223, 214, .85), transparent 25rem),
    linear-gradient(135deg, #f9fffd, #eaf8f6);
}

.testimonial-list {
  columns: 2 420px;
  column-gap: 1.2rem;
}

.testimonial-full {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 1.2rem;
  padding: 1.55rem;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-full h2 {
  font-size: 1.28rem;
  margin-bottom: .85rem;
  color: var(--deep);
}

.testimonial-full p {
  margin: 0 0 .75rem;
}

.testimonial-full p:last-child {
  margin-bottom: 0;
}

.more-link {
  margin-top: 2rem;
}
