:root {
  --ink: #15393a;
  --muted: #5d6f70;
  --paper: #ffffff;
  --paper-2: #f7f8f8;
  --soft: #eaeeee;
  --peach: #f9e2d2;
  --peach-2: #fff1e8;
  --deep: #0e7a74;
  --deep-2: #064f4c;
  --aqua: #9ccac4;
  --gold: #b85d24;
  --plum: #ab438f;
  --plum-light: #f5e9f1;
  --line: rgba(21, 57, 58, .14);
  --white-line: rgba(255, 255, 255, .30);
  --radius: 24px;
  --shadow: 0 22px 55px rgba(21, 57, 58, .12);
  --max: 1180px;
}

* { 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(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
code { font-size: .88em; background: rgba(0,0,0,.06); padding: .15rem .35rem; border-radius: .4rem; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: #fff;
  color: var(--ink);
  padding: .8rem 1rem;
  border-radius: 999px;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.top-banner {
  position: absolute;
  inset: 0 0 auto 0;
  min-height: 40px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .45rem 1rem;
  background: var(--plum);
  color: #fff;
  font-size: .86rem;
  text-align: center;
}
.top-banner strong { font-weight: 850; }
.top-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: .25rem .75rem;
  border-radius: 999px;
  background: #fff;
  color: var(--deep-2);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}
.top-banner a:hover { text-decoration: underline; text-underline-offset: .2em; }

.site-header {
  position: absolute;
  inset: 40px 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0;
  color: var(--ink);
}

.brand { text-decoration: none; display: grid; gap: 2px; }
.brand-mark, .footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  letter-spacing: -.055em;
}
.brand-tag { font-size: .78rem; color: rgba(21,57,58,.70); }

.site-nav { display: flex; align-items: center; gap: 1.05rem; }
.site-nav a {
  color: rgba(21,57,58,.78);
  text-decoration: none;
  font-size: .9rem;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover, .site-nav a.active { color: var(--deep-2); border-color: currentColor; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.46), rgba(255,255,255,.28) 42%, rgba(255,255,255,.92) 100%),
    radial-gradient(circle at 12% 22%, rgba(14,122,116,.16), transparent 24rem),
    radial-gradient(circle at 84% 58%, rgba(249,226,210,.86), transparent 26rem),
    url('pix/nettkurs-hero.svg');
  background-size: cover;
  background-position: center;
  transform: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 22svh;
  background: linear-gradient(transparent, rgba(255,255,255,.92));
}

.hero-inner { position: relative; z-index: 2; padding: 130px 0 80px; display: flex; justify-content: flex-end; }
.hero-copy { max-width: 720px; text-align: right; }
.hero-kicker, .eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 1rem;
}
.hero-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8.2vw, 7.2rem);
  line-height: .82;
  letter-spacing: -.075em;
  margin: 0 0 1.2rem;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.052em;
  margin: 0 0 1.4rem;
  text-wrap: balance;
}
.hero p:not(.hero-kicker) {
  max-width: 630px;
  margin: 0 0 2rem auto;
  color: #15393a;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(21,57,58,.10);
  box-shadow: 0 16px 36px rgba(21,57,58,.10);
  border-radius: 20px;
  padding: .95rem 1.1rem;
  backdrop-filter: blur(4px);
}

.hero.hero-sub {
  min-height: min(760px, 82svh);
}
.hero.hero-sub .hero-bg {
  background-position: center;
  transform: none;
}
.hero.hero-sub .hero-inner {
  padding: 190px 0 88px;
}
.hero.hero-sub .hero-copy {
  max-width: 820px;
}
.hero.hero-sub h1 {
  font-size: clamp(2.7rem, 5.4vw, 5.8rem);
}
.hero-actions { display: flex; justify-content: flex-end; gap: .9rem; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid currentColor;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--deep); color: #fff; border-color: var(--deep); }
.button.secondary { color: var(--deep-2); background: #fff; border-color: rgba(14,122,116,.30); }

.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-light { background: var(--paper-2); }
.section-warm { background: var(--peach); }
.section-dark { background: var(--soft); color: var(--ink); }
.section-cta { background: var(--peach); color: var(--ink); }

.split, .feature-grid, .contact-grid, .gallery-two {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.feature-grid.reverse { grid-template-columns: 1fr 1fr; }
.split h2, .feature-copy h2, .quote-wrap blockquote, .cta-panel h2, .logo-links h2, .contact-card h2, .narrow h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.052em;
  margin: 0 0 1.4rem;
  text-wrap: balance;
}
.lead-block p, .feature-copy p, .contact-card p, .narrow p { font-size: 1.08rem; color: var(--muted); }
.section-dark .feature-copy p, .section-dark .card p, .section-cta p { color: var(--muted); }

.section-intro {
  max-width: 820px;
  margin-bottom: 2rem;
}
.section-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.052em;
  margin: 0 0 1rem;
  text-wrap: balance;
}
.section-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 700px;
}


.cards {
  display: grid;
  gap: 1rem;
}
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 42px rgba(21,57,58,.08);
}
.card.glow { box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.card-number { color: var(--gold); font-size: .86rem; letter-spacing: .14em; font-weight: 800; }
.card h2, .card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.2vw, 2.35rem); line-height: 1.04; letter-spacing: -.04em; margin: auto 0 1rem; }
.card p { margin: 0 0 1.3rem; }
.card a { margin-top: auto; color: var(--deep-2); text-underline-offset: .25em; font-weight: 800; }

.feature-copy .button { margin-top: 1rem; }
.check-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .75rem; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--deep); font-weight: 900; }
.image-panel {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(13,21,24,.06);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.image-panel img { display: block; width: 100%; min-height: 320px; object-fit: cover; }
.image-panel figcaption { padding: .9rem 1rem; color: var(--muted); font-size: .9rem; }
.image-panel figcaption:first-child { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--ink); font-weight: 700; }
.image-panel.ambassador-panel img { width: 80%; min-height: 0; margin: 1.4rem auto .8rem; object-fit: contain; }
.dark-panel { border-color: var(--line); background: #fff; }
.dark-panel figcaption { color: var(--muted); }

.quote-wrap { max-width: 900px; }
.quote-wrap blockquote { margin: 0 0 2rem; }
.person { display: flex; align-items: center; gap: 1rem; color: var(--muted); }
.person img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }

.cta-panel {
  border: 1px solid rgba(184,93,36,.18);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(2rem, 5vw, 4rem);
  background: rgba(255,255,255,.56);
  box-shadow: var(--shadow);
}
.cta-panel p { max-width: 680px; }

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.service-list article, .contact-card {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(1.3rem, 2.4vw, 2rem);
}
.service-list h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 .8rem;
}
.service-list p { color: var(--muted); margin: 0; }

.logo-links { text-align: center; }
.mini-cards { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }
.mini-cards a { padding: .9rem 1.15rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; font-weight: 700; }
.gallery-two { grid-template-columns: 1fr 1fr; }
.contact-card.accent { background: var(--deep); color: #fff; }
.contact-card.accent p { color: rgba(255,255,255,.78); }
.contact-form {
  display: grid;
  gap: .85rem;
  margin-top: 1.3rem;
}
.form-field label {
  display: block;
  font-weight: 800;
  margin-bottom: .3rem;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: .9rem 1rem;
  font: inherit;
  color: var(--ink);
  background: var(--paper-2);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(14,122,116,.24);
  border-color: var(--deep);
}
.form-button { width: fit-content; cursor: pointer; }
.form-note { color: var(--muted); font-size: .96rem; margin-top: 1rem; }
.form-status {
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin: 0 0 1.2rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--ink);
}
.form-status.success { border-color: rgba(4,80,66,.28); background: rgba(158,231,223,.20); }
.form-status.error { border-color: rgba(130,42,42,.28); background: rgba(241,200,132,.24); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.narrow { max-width: 780px; }

.price-note {
  background: var(--peach);
  border-top: 1px solid rgba(184,93,36,.12);
  border-bottom: 1px solid rgba(184,93,36,.12);
}
.price-panel {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: calc(var(--radius) + 8px);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(184,93,36,.16);
  box-shadow: var(--shadow);
}
.price-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.052em;
  margin: 0;
  color: var(--gold);
}
.price-panel p { margin: 0 0 1rem; color: var(--muted); font-size: 1.08rem; }
.price-panel strong { color: var(--ink); }

.site-footer {
  background: var(--deep-2);
  color: rgba(255,255,255,.78);
  padding: 56px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
.site-footer h2 { font-size: .86rem; text-transform: uppercase; letter-spacing: .14em; color: #f9e2d2; margin: 0 0 1rem; }
.site-footer a { display: block; color: rgba(255,255,255,.86); text-decoration: none; margin: .35rem 0; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: .25em; }
.footer-brand { color: #fff; text-decoration: none; margin-bottom: 1rem; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  .hero.hero-sub .hero-bg { transform: none; }
  .nav-toggle {
    display: inline-flex;
    border: 1px solid rgba(14,122,116,.25);
    color: var(--deep-2);
    background: #fff;
    border-radius: 999px;
    padding: .55rem .8rem;
  }
  .site-nav {
    position: absolute;
    top: 78px;
    right: 0;
    width: min(320px, calc(100vw - 40px));
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
  }
  .site-nav.open { display: flex; }
  .hero-copy { text-align: left; }
  .hero p:not(.hero-kicker) { margin-left: 0; }
  .hero-actions { justify-content: flex-start; }
  .split, .feature-grid, .feature-grid.reverse, .contact-grid, .gallery-two { grid-template-columns: 1fr; }
  .cards.three, .service-list, .footer-grid, .price-panel { grid-template-columns: 1fr; }
  .card { min-height: auto; }
}

@media (max-width: 560px) {
  .top-banner { font-size: .76rem; gap: .45rem; flex-wrap: wrap; padding: .4rem .65rem; }
  .site-header { inset: 64px 0 auto 0; }
  .container, .site-header { width: min(100% - 28px, var(--max)); }
  .hero-logo { font-size: clamp(3.1rem, 16vw, 4.4rem); }
  .hero-inner { padding-top: 120px; }
  .hero-actions .button { width: 100%; }
  .form-button { width: 100%; }
  .section { padding: 64px 0; }
}
