/* ============================================================
   SJØLAPPEN.NO — STYLES
   Dark premium design: Navy #0d2137 / Teal #2a9d8f
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:       #0d2137;
  --navy-mid:   #163350;
  --navy-light: #1e4a73;
  --teal:       #2a9d8f;
  --teal-dark:  #1f7268;
  --white:      #ffffff;
  --white-70:   rgba(255,255,255,0.7);
  --white-20:   rgba(255,255,255,0.08);
  --white-10:   rgba(255,255,255,0.06);
  --gold:       #e9c46a;
  --green:      #27ae60;
  --yellow:     #f0a500;
  --red:        #e74c3c;
  --radius:     12px;
  --radius-sm:  8px;
  --transition: 0.3s ease;
  --shadow:     0 8px 32px rgba(0,0,0,0.3);
  --shadow-lg:  0 16px 48px rgba(0,0,0,0.4);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background-color: var(--navy);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 600; }

a { color: var(--teal); text-decoration: none; transition: color var(--transition); }
a:hover { color: #fff; }

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

/* ---------- LAYOUT HELPERS ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 100px 0;
}

.section-label {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.section-title {
  margin-bottom: 16px;
}

.section-subtitle {
  color: var(--white-70);
  font-size: 1.1rem;
  max-width: 600px;
  margin-bottom: 56px;
}

/* ---------- FOCUS VISIBLE (keyboard accessibility) ---------- */
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--teal);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(42,157,143,0.4);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.3);
}

.btn-outline:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.85rem;
}

/* Vipps payment button — Vipps brand orange */
.btn-vipps {
  background: #ff5b24;
  color: #fff;
  font-weight: 700;
}
.btn-vipps .vipps-logo {
  width: 56px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.btn-vipps:hover {
  background: #e54e1d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,91,36,0.4);
}
.btn-vipps:disabled {
  background: #c44a1d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.payment-or-divider {
  text-align: center;
  margin: 14px 0;
  color: var(--white-70);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

/* ---------- NAVBAR ---------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 26px 0;
  transition: all var(--transition);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.navbar.scrolled {
  background: rgba(8, 37, 48, 0.85);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: rgba(255,255,255,0.92);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-decoration: none;
  transition: color var(--transition);
}

.navbar.scrolled .nav-links a { color: rgba(255,255,255,0.92); font-weight: 500; }
.navbar.scrolled .nav-links a:hover { color: #fff; }

.nav-links a:hover {
  color: #fff;
}

.logo-img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 100%;
}

.footer-logo-img {
  height: 44px;
}

@media (max-width: 600px) {
  .logo-img { height: 30px; }
  .footer-logo-img { height: 38px; }
}

/* Primary nav CTA — teal pill (shared site CTA colour) in Inter */
.nav-cta {
  padding: 11px 22px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.1px !important;
  background: var(--teal) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 16px rgba(42,157,143,0.35) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.nav-cta:hover {
  background: var(--teal-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(42,157,143,0.45) !important;
}

/* Hamburger: glass square, white bars */
.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: all var(--transition);
}

.navbar.scrolled .hamburger span { background: #fff; }

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--navy);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a,
.mobile-menu-book-btn {
  font-size: 1.8rem;
  font-family: 'Inter', sans-serif;
  color: var(--white);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.mobile-menu a:hover,
.mobile-menu-book-btn:hover {
  color: var(--teal);
}

/* Footer book-as-link */
.footer-book-link {
  background: none;
  border: none;
  color: rgba(255,255,255,0.65);
  font-family: 'Inter', sans-serif;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
.footer-book-link:hover { color: var(--white); }

.mobile-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------- HERO ---------- */
/* ============================================================
   HERO  — variant "waves"
   Photo + WebGL ripple + glass chrome.  All text white, relies
   on text-shadow for legibility (no heavy scrims or vignette).
============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: clamp(84px, 10vh, 120px);
  padding-bottom: 0;
  overflow: hidden;
  background: #082530;
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  isolation: isolate;
}

/* Static fallback photo — visible until WebGL uploads its first frame,
   and the only thing visible if WebGL is unavailable. */
.hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

/* WebGL canvas stacked above the <img>. JS fades opacity to 1 when ready. */
.hero-bg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 350ms ease;
  z-index: 0;
  pointer-events: none;
}

.hero-scrim-top,
.hero-scrim-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-scrim-top {
  top: 0;
  height: 32%;
  background: linear-gradient(180deg,
    rgba(4,22,28,0.35) 0%,
    rgba(4,22,28,0.095) 60%,
    rgba(4,22,28,0) 100%);
}
.hero-scrim-bottom {
  bottom: 0;
  height: 28%;
  background: linear-gradient(0deg,
    rgba(4,22,28,0.28) 0%,
    rgba(4,22,28,0.084) 60%,
    rgba(4,22,28,0) 100%);
}

/* Centre content column */
.hero-content {
  position: relative;
  z-index: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  padding: 0 48px;
  max-width: none;
  margin: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hero-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7be3c4;
  box-shadow: 0 0 8px rgba(123,227,196,0.9);
}

.hero-h1 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -3.5px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,20,30,0.4), 0 4px 40px rgba(0,20,30,0.45);
  max-width: 1100px;
  text-wrap: balance;
}
.hero-h1-light {
  font-weight: 400;
}

.hero-tagline {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.2px;
  text-shadow: 0 1px 2px rgba(0,20,30,0.55), 0 2px 18px rgba(0,20,30,0.6);
}

.hero-sub {
  margin: 0;
  max-width: 620px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255,255,255,0.96);
  letter-spacing: -0.05px;
  text-wrap: pretty;
  text-shadow: 0 1px 2px rgba(0,20,30,0.55), 0 2px 16px rgba(0,20,30,0.55);
}

.hero-price-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 22px 40px;
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 10px 40px rgba(0,20,30,0.25), inset 0 1px 0 rgba(255,255,255,0.25);
}
.hero-price-amount {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
}
.hero-price-detail {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.1px;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.hero-cta--primary {
  border: none;
  background: var(--teal);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(42,157,143,0.4), inset 0 1px 0 rgba(255,255,255,0.18);
}
.hero-cta--primary:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(42,157,143,0.5), inset 0 1px 0 rgba(255,255,255,0.18);
}
.hero-cta--secondary {
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 500;
}
.hero-cta--secondary:hover {
  background: rgba(255,255,255,0.14);
}

.hero-pills {
  position: relative;
  z-index: 2;
  grid-row: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 40px 48px;
  margin: 0;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.95);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1px;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.hero-pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f6b96a;
  box-shadow: 0 0 8px rgba(246,185,106,0.8);
  flex-shrink: 0;
}

/* Mobile — switch H1/CTA sizes and move pills to 2×2 grid */
@media (max-width: 760px) {
  .hero {
    padding-top: 72px;
  }
  .hero-content {
    padding: 0 24px;
    gap: 18px;
  }
  .hero-h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -1.5px;
    max-width: 340px;
  }
  .hero-tagline { font-size: 15px; }
  .hero-sub     { font-size: 14.5px; max-width: 420px; }
  .hero-price-card {
    padding: 20px 24px;
  }
  .hero-price-amount { font-size: 30px; }
  .hero-price-detail { font-size: 12px; }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .hero-cta {
    padding: 14px 28px;
    font-size: 15px;
    width: 100%;
  }
  .hero-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 32px 20px 28px;
    max-width: 400px;
    margin: 0 auto;
  }
  .hero-pill {
    padding: 7px 10px;
    font-size: 11px;
    gap: 6px;
    white-space: normal;
    justify-content: center;
    text-align: center;
  }
}

/* Reduced motion — nothing CSS-driven animates here, and the shader
   honours this in JS. Kept for the heroFadeUp keyframe below. */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Legacy placeholder classes retained to short-circuit any stale refs */
.lamp-wrap, .lamp-beam-left, .lamp-beam-right, .lamp-blur-overlay,
.lamp-orb, .lamp-glow, .lamp-line, .lamp-cap,
.hero-ocean, .hero-stars, .wave, .wave-1, .wave-2, .wave-3,
.hero-boat, .hero-reflection,
.hero-scene, .scene-sky, .scene-sun, .scene-sun-halo, .scene-clouds,
.scene-gulls, .scene-horizon-haze, .scene-boat, .scene-sea, .scene-wave,
.scene-sparkles, .scene-vignette, .hero-scroll { display: none !important; }

/* ---------- BOOKING WIDGET ---------- */
#book {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.booking-intro h2 {
  margin-bottom: 16px;
}

.booking-intro p {
  color: var(--white-70);
  line-height: 1.7;
  margin-bottom: 24px;
}

.booking-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 36px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.booking-card h3 {
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.form-grid .form-group { margin-bottom: 0; }

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white-70);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.form-group select,
.form-group input[type="number"],
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border-color var(--transition);
  -webkit-appearance: none;
  appearance: none;
}

.form-group select:focus,
.form-group input:focus {
  outline: none;
  border-color: var(--teal);
}

.form-group select option {
  background: var(--navy-mid);
  color: var(--white);
}

.price-display {
  background: rgba(42,157,143,0.08);
  border: 1px solid rgba(42,157,143,0.2);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-bottom: 16px;
  text-align: center;
}

.price-main {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: var(--white);
  line-height: 1;
}

.price-per {
  font-size: 0.88rem;
  color: var(--white-70);
  margin-top: 4px;
}

.price-savings {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  background: rgba(42,157,143,0.15);
  padding: 3px 12px;
  border-radius: 100px;
}

.price-savings:empty { display: none; }

.booking-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 8px 0 16px;
}

/* ── Deltaker-blokker (booking-modal) ─────────────────────────────────────── */
.participant-block {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.participant-block--contact {
  background: rgba(42,157,143,0.06);
  border-color: rgba(42,157,143,0.20);
}
/* Når det bare er én deltaker: skjul header + boks-styling så feltene står
   som vanlig skjema-rad uten "Deltaker 1"-merkelapp. */
#booking-participants.single-participant .participant-block--contact {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
#booking-participants.single-participant .participant-block--contact .participant-header {
  display: none;
}
.participant-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.participant-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
}
.participant-meta {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--white-70);
  letter-spacing: 0;
}
.participant-remove {
  margin-left: auto;
  background: none;
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white-70);
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
}
.participant-remove:hover {
  background: rgba(255,107,107,0.12);
  border-color: rgba(255,107,107,0.4);
  color: #ff8c8c;
}

/* Fødselsdato: tre dropdowns på én rad */
.dob-group { margin-bottom: 0; }
.dob-label {
  display: block;
  font-size: 0.85rem;
  color: var(--white-70);
  margin-bottom: 6px;
}
.dob-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 8px;
}
.dob-row select {
  width: 100%;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  /* font-size 16px hindrer iOS-Safari fra å auto-zoome ved fokus
     (alt under 16px utløser zoom på touch-enheter med iOS). */
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23a0aec0' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}
.dob-row select:focus {
  outline: none;
  border-color: var(--teal);
  background-color: rgba(255,255,255,0.08);
}
.dob-row select:invalid {
  color: var(--white-70);
}

.age-feedback {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  min-height: 1em;
  line-height: 1.4;
}
.age-feedback.ok {
  color: #2a9d8f;
}
.age-feedback.error {
  color: #ff8c8c;
}
.age-feedback.info {
  color: rgba(255,255,255,0.78);
  background: rgba(42,157,143,0.10);
  border-left: 2px solid #2a9d8f;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .dob-row {
    /* Mer rom til Måned + År slik at lange måneder/årstall får plass.
       Min-width:0 lar grid-celler shrinke under content-bredde uten overflow. */
    grid-template-columns: 0.85fr 1.5fr 1.25fr;
    gap: 6px;
  }
  .dob-row select {
    padding: 11px 8px;
    padding-right: 22px;
    font-size: 16px; /* hindrer iOS auto-zoom ved fokus */
    min-width: 0;
  }
}

/* Veldig smale skjermer (≤340px = iPhone SE 1. gen, eldre Android) —
   stable dropdownene vertikalt så hver får full bredde. */
@media (max-width: 340px) {
  .dob-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.field-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--white-70);
  margin-top: 4px;
}

.required-star { color: #ff6b6b; }
.optional-label { font-size: 0.75rem; color: var(--white-70); font-weight: 400; }

/* Felt med valideringsfeil — rød ramme + svak rød bakgrunn.
   Fjernes automatisk så snart bruker begynner å fylle inn (input/change). */
input.field-error,
select.field-error,
textarea.field-error {
  border-color: #ff6b6b !important;
  background-color: rgba(255, 107, 107, 0.06) !important;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.25);
}
input.field-error:focus,
select.field-error:focus,
textarea.field-error:focus {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.35);
}

.booking-error {
  background: rgba(220,38,38,0.15);
  border: 1px solid rgba(220,38,38,0.4);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.85rem;
  color: #fca5a5;
  margin-bottom: 12px;
}

/* Payment toast */
.payment-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: var(--navy-mid);
  border: 1px solid var(--teal);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 9999;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  transition: transform 0.4s cubic-bezier(.22,1,.36,1), opacity 0.4s;
  opacity: 0;
  min-width: 280px;
  max-width: 400px;
}
.payment-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.payment-toast-icon { font-size: 2rem; }
.payment-toast strong { display: block; font-size: 1rem; margin-bottom: 2px; }
.payment-toast p { font-size: 0.82rem; color: var(--white-70); margin: 0; }

.booking-success-panel {
  text-align: center;
  padding: 24px 0;
}
.booking-success-panel .success-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}
.booking-success-panel h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.booking-success-panel p {
  color: var(--white-70);
  font-size: 0.9rem;
}

#booking-pay-btn.loading,
#payment-submit-btn:disabled {
  opacity: 0.7;
  pointer-events: none;
}

/* ── Payment step ── */
.payment-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: var(--teal);
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0 0 16px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.payment-back-btn:hover { opacity: 1; }

.payment-summary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.payment-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  gap: 12px;
}
.payment-summary-row strong {
  font-size: 1.1rem;
  color: var(--teal);
  white-space: nowrap;
}
.payment-summary-row.payment-discount {
  color: var(--teal);
  font-size: 0.85rem;
  margin-top: 4px;
}
.payment-summary-meta {
  margin-top: 4px;
  font-size: 0.8rem;
  color: var(--white-70);
}

#stripe-payment-element, #gc-stripe-element {
  margin-bottom: 20px;
  min-height: 120px;
}

#payment-submit-btn {
  margin-bottom: 20px;
}

.booking-disclaimer {
  font-size: 0.8rem;
  color: var(--white-70);
  margin-bottom: 16px;
  line-height: 1.6;
  padding: 12px;
  background: rgba(255,255,255,0.03);
  border-radius: var(--radius-sm);
  border-left: 2px solid rgba(42,157,143,0.3);
}

/* ── Terms acceptance checkbox ── */
.booking-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
  cursor: pointer;
  line-height: 1.5;
}
.booking-terms-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
  cursor: pointer;
}
.booking-terms-label a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.booking-terms-label a:hover { color: var(--white); }
.booking-terms-label.error input[type="checkbox"] {
  outline: 2px solid #e74c3c;
  outline-offset: 1px;
}

.payment-trust {
  margin-top: 16px;
  text-align: center;
}

.payment-trust-label {
  font-size: 0.76rem;
  color: var(--white-70);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.payment-icon {
  border-radius: 5px;
  overflow: hidden;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ---------- HOW IT WORKS ---------- */
#how {
  background: var(--navy);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(16.666% + 16px);
  right: calc(16.666% + 16px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  z-index: 0;
}

.step-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 36px 24px;
  background: var(--white-10);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  transition: transform var(--transition), border-color var(--transition);
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(42,157,143,0.3);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(42,157,143,0.15);
  border: 1.5px solid var(--teal);
  margin: 0 auto 24px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: var(--teal);
}

.step-card h3 { margin-bottom: 12px; }
.step-card p  { color: var(--white-70); font-size: 0.95rem; line-height: 1.6; }

/* ---------- COURSE OVERVIEW ---------- */
#kurs {
  background: var(--navy-mid);
}

/* Screen-reader only — visible to crawlers */
.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;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.date-short { display: none; }
.date-full  { display: inline; }

thead {
  background: rgba(42,157,143,0.1);
}

thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: 'Inter', sans-serif;
}

tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background var(--transition);
}

tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: rgba(255,255,255,0.04); }

tbody td {
  padding: 16px 20px;
  font-size: 0.95rem;
  color: var(--white-70);
}

tbody td:first-child {
  color: var(--white);
  font-weight: 500;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
}

.status-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.status-available { background: rgba(39,174,96,0.15); color: var(--green); }
.status-available::before { background: var(--green); }
.status-few       { background: rgba(240,165,0,0.15);  color: var(--yellow); }
.status-few::before       { background: var(--yellow); }
.status-full      { background: rgba(231,76,60,0.15);  color: var(--red); }
.status-full::before      { background: var(--red); }

.disclaimer-box {
  margin-top: 24px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: var(--white-70);
  line-height: 1.7;
}

/* ---------- WHAT'S INCLUDED ---------- */
#inkludert {
  background: var(--navy);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.included-card {
  background: var(--white-10);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  padding: 36px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.included-card:hover {
  transform: translateY(-4px);
  border-color: rgba(42,157,143,0.3);
  box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}

.included-icon {
  width: 52px;
  height: 52px;
  background: rgba(42,157,143,0.12);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.included-card h3 { margin-bottom: 10px; }
.included-card p  { color: var(--white-70); font-size: 0.95rem; line-height: 1.65; }

/* ---------- GROUP DISCOUNT ---------- */
#gruppe {
  padding: 32px 0;
  background: var(--navy-mid);
}

.gruppe-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(42,157,143,0.07);
  border: 1px solid rgba(42,157,143,0.2);
  border-radius: 16px;
  padding: 28px 32px;
}

.gruppe-icon {
  font-size: 2.4rem;
  flex-shrink: 0;
}

.gruppe-text {
  flex: 1;
}
.gruppe-text .section-label {
  margin-bottom: 4px;
}
.gruppe-text h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.gruppe-text p {
  font-size: 0.9rem;
  color: var(--white-70);
  line-height: 1.65;
  margin: 0;
}

.gruppe-cta {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .gruppe-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
  }
  .gruppe-cta { width: 100%; }
  .gruppe-cta .btn { width: 100%; text-align: center; }
}

/* ---------- GIFT CARDS ---------- */
#gavekort {
  background: var(--navy);
  padding: 48px 0;
}

.giftcard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.giftcard-grid--single {
  grid-template-columns: 1fr;
  max-width: 480px;
  margin: 0 auto;
}
.giftcard-price {
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
}

.giftcard {
  background: var(--white-10);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 18px 20px;
  display: block;
}

.giftcard-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}
.giftcard-header::-webkit-details-marker { display: none; }
.giftcard-header-text { flex: 1; min-width: 0; }
.giftcard-chevron {
  flex-shrink: 0;
  color: rgba(255,255,255,0.5);
  transition: transform 0.3s ease;
  display: inline-flex;
}
.giftcard[open] .giftcard-chevron {
  transform: rotate(180deg);
}

.giftcard:not([open]) .giftcard-body { display: none; }
.giftcard[open] .giftcard-body {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.giftcard-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.giftcard-fields .form-grid {
  margin-bottom: 0;
}

.giftcard-icon {
  width: 40px;
  height: 40px;
  background: rgba(42,157,143,0.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.giftcard h3 { margin-bottom: 2px; }
.giftcard-desc { font-size: 0.85rem; color: var(--white-70); }

.giftcard .form-group { margin-bottom: 0; }

.giftcard .form-group input,
.giftcard .form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  padding: 7px 10px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  transition: border-color var(--transition);
  resize: none;
}

.giftcard .form-group textarea {
  min-height: 52px;
}

.giftcard .form-group input:focus,
.giftcard .form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
}

.giftcard .form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--white-70);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ---------- REFERRAL ---------- */
#vervesystem {
  background: var(--navy-mid);
}

.referral-intro {
  max-width: 600px;
  margin-bottom: 48px;
}

.referral-intro h2 { margin-bottom: 12px; }
.referral-intro p  { color: var(--white-70); line-height: 1.7; }

.referral-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.referral-step {
  text-align: center;
  padding: 36px 24px;
  background: var(--white-10);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  transition: transform var(--transition);
}

.referral-step:hover { transform: translateY(-4px); }

.referral-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(42,157,143,0.12);
  border: 1.5px solid rgba(42,157,143,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}

.referral-step h3 { margin-bottom: 10px; }
.referral-step p  { color: var(--white-70); font-size: 0.95rem; line-height: 1.6; }

.referral-highlight {
  color: var(--teal);
  font-weight: 700;
}

/* ---------- FAQ ---------- */
#faq {
  background: var(--navy);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--white-10);
  transition: border-color var(--transition);
}

.faq-item.open {
  border-color: rgba(42,157,143,0.3);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color var(--transition);
}

.faq-question:hover { color: var(--teal); }
.faq-item.open .faq-question { color: var(--teal); }

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
  color: var(--white-70);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-item.open .faq-icon {
  border-color: var(--teal);
  background: rgba(42,157,143,0.12);
  color: var(--teal);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}

.faq-answer.open {
  padding: 0 24px 22px;
}

.faq-answer p {
  color: var(--white-70);
  line-height: 1.75;
  font-size: 0.96rem;
}

/* ---------- TEAM ---------- */
#team {
  background: var(--navy-mid);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 24px;
  overflow: visible;
}

.team-card {
  background: var(--white-10);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  position: relative;
  padding: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), border-color var(--transition);
}
.team-card .btn {
  margin-top: auto;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(42,157,143,0.3);
}

/* Featured card */
.team-card--featured {
  border-color: var(--teal);
  background: linear-gradient(145deg, rgba(42,157,143,0.12) 0%, var(--white-10) 60%);
  box-shadow: 0 0 32px rgba(42,157,143,0.15);
}
.team-card--featured:hover {
  border-color: var(--teal);
  box-shadow: 0 0 48px rgba(42,157,143,0.25);
}

.team-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Earnings badge */
.team-earnings {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 16px;
}
.team-earnings-amount {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
}
.team-earnings-label {
  font-size: 0.8rem;
  color: var(--white-70);
}

/* Perks list */
.team-perks {
  list-style: none;
  margin: 14px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.team-perks li {
  font-size: 0.82rem;
  color: var(--white-70);
}
.team-perks li::first-letter {
  color: var(--teal);
}

/* Footnote */
.team-footnote {
  text-align: center;
  margin-top: 32px;
  font-size: 0.85rem;
  color: var(--white-70);
}
.team-footnote a { color: var(--teal); }

.team-icon {
  width: 64px;
  height: 64px;
  background: rgba(42,157,143,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.team-card { text-align: center; }

.team-card h3 { margin-bottom: 12px; }
.team-card p  {
  color: var(--white-70);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ---------- MODAL ---------- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 20, 35, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--navy-mid);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 40px;
  width: 100%;
  max-width: 520px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: var(--white-70);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition);
}

.modal-close:hover { color: var(--white); }

.modal h3 { margin-bottom: 8px; }
.modal > p { color: var(--white-70); font-size: 0.9rem; margin-bottom: 24px; }

.modal .form-group { margin-bottom: 16px; }

.modal .form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white-70);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.modal .form-group input,
.modal .form-group select,
.modal .form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  transition: border-color var(--transition);
  resize: none;
  -webkit-appearance: none;
  appearance: none;
}

.modal .form-group input:focus,
.modal .form-group select:focus,
.modal .form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
}

.modal .form-group select option {
  background: var(--navy-mid);
}

/* ---------- FOOTER ---------- */
footer {
  background: #061422;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer-brand p {
  color: var(--white-70);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  color: var(--white-70);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-col a:hover { color: var(--white); }

.footer-social h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 14px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white-70);
  font-size: 0.88rem;
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  text-decoration: none;
}

.social-link:hover {
  color: var(--white);
  border-color: rgba(42,157,143,0.4);
  background: rgba(42,157,143,0.1);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-info a {
  color: var(--white-70);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.contact-info a:hover { color: var(--teal); }

/* ── Legal links row ── */
.footer-legal {
  text-align: center;
  padding: 18px 0 0;
  margin-bottom: -8px;
  font-size: 0.82rem;
}
.footer-legal a {
  color: var(--white-70);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--teal); }
.footer-legal span { color: var(--white-40); margin: 0 8px; }

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  color: var(--white-70);
  font-size: 0.82rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .booking-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid     { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  .date-full  { display: none; }
  .date-short { display: inline; }

  /* Kortbasert tabellvisning på mobil */
  .table-wrapper {
    overflow-x: visible;
    border: none;
    background: transparent;
  }

  table  { display: block; width: 100%; min-width: 0; }
  thead  { display: none; }
  tbody  { display: block; width: 100%; }

  tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.02);
    gap: 6px 0;
  }

  tbody td {
    padding: 0;
    border: none;
    font-size: 0.88rem;
    box-sizing: border-box;
  }

  /* Sted — full bredde øverst */
  tbody td:nth-child(1) {
    flex: 0 0 100%;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
  }

  /* Dato — venstre 55% */
  tbody td:nth-child(2) {
    flex: 0 0 55%;
    color: var(--white-70);
    align-self: center;
  }

  /* Plasser — høyre 45% */
  tbody td:nth-child(3) {
    flex: 0 0 45%;
    text-align: right;
    color: var(--white-70);
    align-self: center;
  }

  /* Status — venstre 55% */
  tbody td:nth-child(4) {
    flex: 0 0 55%;
    align-self: center;
  }

  /* Knapp — høyre 45% */
  tbody td:nth-child(5) {
    flex: 0 0 45%;
    text-align: right;
    align-self: center;
  }

  .btn-sm { padding: 7px 12px; font-size: 0.8rem; white-space: nowrap; }
}

@media (max-width: 768px) {
  section { padding: 72px 0; }

  .nav-links { display: none; }
  .nav-cta   { display: none; }
  .hamburger { display: flex; }

  .scene-boat { width: min(62vw, 320px); top: 42%; }
  .scene-sun { width: 130px; height: 130px; left: 76%; }
  .scene-sun-halo { width: 300px; height: 300px; top: calc(20% - 85px); left: calc(76% - 85px); }
  .scene-horizon-haze { top: 52%; }
  .hero-content { padding-top: 24px; }

  .steps-grid         { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }

  .included-grid  { grid-template-columns: 1fr; }
  .giftcard-grid  { grid-template-columns: 1fr; }
  .team-grid      { grid-template-columns: 1fr; }
  .team-card--featured { margin-top: 16px; }
  .referral-steps { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; }
  .hero-badge     { font-size: 0.75rem; }
  .booking-card   { padding: 24px; }
  .modal          { padding: 28px 20px; }
  .scene-boat     { width: min(70vw, 260px); top: 44%; }
  .scene-cloud--3, .scene-cloud--4 { display: none; }
}

/* ============================================================
   BOOKING MODAL
   ============================================================ */

.booking-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2, 8, 23, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.booking-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.booking-modal-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 520px;
  background: #0d1f33;
  border-left: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.booking-modal-overlay.active .booking-modal-panel {
  transform: translateX(0);
}

.booking-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 36px 36px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 0;
  background: #0d1f33;
  z-index: 2;
}
.booking-modal-header h2 {
  font-size: 1.6rem;
  margin: 6px 0 0;
}

.booking-modal-close {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-70);
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
  margin-left: 16px;
  margin-top: 4px;
}
.booking-modal-close:hover {
  background: rgba(255,255,255,0.12);
  color: var(--white);
}

.booking-modal-body {
  padding: 32px 36px calc(40px + env(safe-area-inset-bottom));
  flex: 1;
}

/* iOS-zoom-fix på ALLE viewports for booking-modal — gjelder iPad portrait,
   ikke bare ≤480px. Inputs som har font-size <16px får automatisk zoom på fokus
   i Safari, som forskyver layout og er svært irriterende. */
.booking-modal-panel .form-group input[type="text"],
.booking-modal-panel .form-group input[type="email"],
.booking-modal-panel .form-group input[type="tel"],
.booking-modal-panel .form-group input[type="number"],
.booking-modal-panel .form-group select,
.booking-modal-panel .form-group textarea {
  font-size: 16px;
}

@media (max-width: 540px) {
  .booking-modal-panel { max-width: 100%; border-left: none; }
  .booking-modal-header, .booking-modal-body { padding-left: 20px; padding-right: 20px; }
}

/* ============================================================
   VERVESYSTEM
   ============================================================ */

#vervesystem {
  padding: var(--section-padding);
  background: linear-gradient(180deg, var(--navy) 0%, #0a1e33 100%);
  overflow: hidden;
}

.verv-header {
  text-align: center;
  margin-bottom: 60px;
}
.verv-header h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 16px;
}
.verv-header .section-subtitle {
  max-width: 520px;
  margin: 0 auto;
}

/* ── Progress bar ── */
.verv-progress-wrap {
  max-width: 760px;
  margin: 0 auto 64px;
  padding: 0 16px;
}
.verv-progress-track {
  position: relative;
  height: 8px;
  background: var(--white-10);
  border-radius: 100px;
  overflow: visible;
  margin-bottom: 16px;
}
.verv-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal), #22d3ee);
  border-radius: 100px;
  transition: width 1.8s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 0 12px rgba(42,157,143,0.6);
}
/* Width/left set dynamically by JS based on real referral count */
.verv-progress-bar.animate { transition: width 1.2s cubic-bezier(0.4,0,0.2,1); }

.verv-progress-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  transition: left 1.8s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.verv-progress-thumb.animate { transition: left 1.2s cubic-bezier(0.4,0,0.2,1); }
.verv-progress-thumb::before {
  content: '';
  width: 18px; height: 18px;
  background: var(--teal);
  border-radius: 50%;
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 2px var(--teal), 0 0 16px rgba(42,157,143,0.8);
  animation: thumbPulse 2s ease-in-out infinite;
}
.verv-progress-thumb span {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 6px;
}
@keyframes thumbPulse {
  0%, 100% { box-shadow: 0 0 0 2px var(--teal), 0 0 16px rgba(42,157,143,0.8); }
  50%       { box-shadow: 0 0 0 4px var(--teal), 0 0 28px rgba(42,157,143,1); }
}

.verv-milestones {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
}
.vm {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--white-50);
  letter-spacing: 0.04em;
}

/* ── Tier cards ── */
.verv-tiers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.verv-tier {
  position: relative;
  padding: 28px 20px 24px;
  border-radius: 16px;
  border: 1px solid var(--white-10);
  background: var(--white-05);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  cursor: default;
}
.verv-tier:hover {
  transform: translateY(-6px);
}

/* Glow background per tier */
.tier-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.verv-tier:hover .tier-glow { opacity: 1; }

.tier-base   { border-color: rgba(42,157,143,0.25); }
.tier-base:hover { border-color: var(--teal); }
.tier-base .tier-glow { background: radial-gradient(ellipse at top, rgba(42,157,143,0.12) 0%, transparent 70%); }

.tier-silver { border-color: rgba(148,163,184,0.25); }
.tier-silver:hover { border-color: #94a3b8; }
.tier-silver .tier-glow { background: radial-gradient(ellipse at top, rgba(148,163,184,0.12) 0%, transparent 70%); }

.tier-gold   { border-color: rgba(234,179,8,0.35); background: rgba(234,179,8,0.04); }
.tier-gold:hover { border-color: #eab308; }
.tier-gold .tier-glow { background: radial-gradient(ellipse at top, rgba(234,179,8,0.15) 0%, transparent 70%); }

.tier-platinum { border-color: rgba(139,92,246,0.3); }
.tier-platinum:hover { border-color: #8b5cf6; }
.tier-platinum .tier-glow { background: radial-gradient(ellipse at top, rgba(139,92,246,0.15) 0%, transparent 70%); }

/* 100+ Soundbox tier */
.tier-legendary {
  border-color: rgba(251,146,60,0.35);
  background: rgba(251,146,60,0.04);
}
.tier-legendary:hover { border-color: #fb923c; }
.tier-legendary .tier-glow { background: radial-gradient(ellipse at top, rgba(251,146,60,0.18) 0%, transparent 70%); }
.tier-legendary .tier-badge { background: rgba(251,146,60,0.2); color: #fb923c; border: 1px solid rgba(251,146,60,0.3); }
.tier-legendary .tier-reward { color: #fb923c; }

/* 500+ Mythic tier */
.tier-mythic {
  border-color: rgba(239,68,68,0.35);
  background: rgba(239,68,68,0.04);
  animation: mythicPulse 3s ease-in-out infinite;
}
.tier-mythic:hover { border-color: #ef4444; }
.tier-mythic .tier-glow { background: radial-gradient(ellipse at top, rgba(239,68,68,0.18) 0%, transparent 70%); }
.tier-mythic .tier-badge { background: rgba(239,68,68,0.2); color: #ef4444; border: 1px solid rgba(239,68,68,0.3); }
.tier-mythic .tier-reward {
  color: #ef4444;
  letter-spacing: 0.15em;
  animation: mysteryFlicker 2s steps(1) infinite;
}
@keyframes mythicPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
  50%       { box-shadow: 0 0 24px 4px rgba(239,68,68,0.25); }
}

.tier-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
}
.tier-gold .tier-badge { background: rgba(234,179,8,0.2); color: #eab308; border: 1px solid rgba(234,179,8,0.3); }

.tier-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
  display: block;
  animation: tierFloat 4s ease-in-out infinite;
}
.verv-tier:nth-child(2) .tier-icon { animation-delay: 0.4s; }
.verv-tier:nth-child(3) .tier-icon { animation-delay: 0.8s; }
.verv-tier:nth-child(4) .tier-icon { animation-delay: 1.2s; }
.verv-tier:nth-child(5) .tier-icon { animation-delay: 1.6s; }
.verv-tier:nth-child(6) .tier-icon { animation-delay: 2.0s; }
@keyframes tierFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}

.tier-level {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white-50);
  margin-bottom: 6px;
}

.tier-reward {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}
.tier-gold .tier-reward   { color: #eab308; }
.tier-platinum .tier-reward { color: #a78bfa; }
@keyframes mysteryFlicker {
  0%, 90%, 100% { opacity: 1; }
  92%            { opacity: 0.4; }
  94%            { opacity: 1; }
  96%            { opacity: 0.6; }
}

.verv-tier p {
  font-size: 0.82rem;
  color: var(--white-50);
  line-height: 1.6;
}

/* ── Disclaimer ── */
.verv-disclaimer {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
}
.verv-disclaimer p {
  font-size: 0.75rem;
  color: var(--white-30);
  line-height: 1.7;
}

/* ── CTA ── */
.verv-cta {
  text-align: center;
}
.verv-cta-note {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--white-50);
}

/* Responsive */
@media (max-width: 1280px) {
  .verv-tiers { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .verv-tiers { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   KURS — INTERACTIVE MAP SECTION
   ============================================================ */

#kurs {
  padding: 80px 0 60px;
}

.kurs-container {
  max-width: 1100px;
}

.kurs-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 24px;
}

/* ── Map side ── */
.kurs-map-wrap {}

/* Mobile compact date list — hidden on desktop, shown via media query */
.kurs-mobile-dates { display: none; }

.kurs-map-header {
  margin-bottom: 20px;
}
.kurs-map-header h2 {
  font-size: 1.8rem;
  margin: 4px 0 6px;
}
.kurs-map-header p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

/* ── Premium glass-morphism frame ── */
.kurs-map-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(42,157,143,0.15);
  box-shadow:
    0 8px 40px rgba(0,0,0,0.5),
    0 0 80px rgba(42,157,143,0.06),
    inset 0 1px 0 rgba(255,255,255,0.04);
  background: rgba(4, 14, 24, 0.6);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
}
.kurs-map-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(42,157,143,0.3) 0%,
    rgba(42,157,143,0.05) 40%,
    rgba(42,157,143,0.0) 60%,
    rgba(42,157,143,0.15) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: borderGlow 6s ease-in-out infinite;
  z-index: 5;
}

/* Image wrapper — hotspots sit on top absolutely */
.kurs-map-img-wrap {
  position: relative;
  width: 100%;
  background: #030b14;
}

.kurs-norway-svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ── SVG ambient animations ── */
.aurora {
  transform-origin: center;
}
.aurora-1 {
  animation: auroraDrift1 16s ease-in-out infinite;
}
.aurora-2 {
  animation: auroraDrift2 22s ease-in-out infinite;
}
.aurora-3 {
  animation: auroraDrift3 19s ease-in-out infinite;
}

.star { animation: starTwinkle 4s ease-in-out infinite; }
.star-1  { animation-duration: 3.5s; animation-delay: 0s; }
.star-2  { animation-duration: 5s;   animation-delay: 0.8s; }
.star-3  { animation-duration: 4.2s; animation-delay: 1.5s; }
.star-4  { animation-duration: 3.8s; animation-delay: 0.3s; }
.star-5  { animation-duration: 5.5s; animation-delay: 2.1s; }
.star-6  { animation-duration: 4s;   animation-delay: 1.2s; }
.star-7  { animation-duration: 4.8s; animation-delay: 0.6s; }
.star-8  { animation-duration: 3.6s; animation-delay: 1.8s; }
.star-9  { animation-duration: 5.2s; animation-delay: 0.4s; }
.star-10 { animation-duration: 4.5s; animation-delay: 2.5s; }
.star-11 { animation-duration: 3.9s; animation-delay: 1.0s; }
.star-12 { animation-duration: 4.3s; animation-delay: 1.7s; }

.coast-stroke {
  animation: coastBreathe 8s ease-in-out infinite;
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.25; }
  50%      { opacity: 0.85; }
}

@keyframes auroraDrift1 {
  0%   { transform: translateX(-8px) translateY(0);   opacity: 0.08; }
  50%  { transform: translateX(12px) translateY(-6px); opacity: 0.14; }
  100% { transform: translateX(-8px) translateY(0);   opacity: 0.08; }
}
@keyframes auroraDrift2 {
  0%   { transform: translateX(6px) translateY(4px);    opacity: 0.05; }
  50%  { transform: translateX(-10px) translateY(-4px); opacity: 0.1; }
  100% { transform: translateX(6px) translateY(4px);    opacity: 0.05; }
}
@keyframes auroraDrift3 {
  0%   { transform: translateX(-4px) translateY(-3px); opacity: 0.04; }
  50%  { transform: translateX(8px) translateY(3px);   opacity: 0.08; }
  100% { transform: translateX(-4px) translateY(-3px); opacity: 0.04; }
}

@keyframes coastBreathe {
  0%, 100% { stroke-opacity: 0.45; }
  50%      { stroke-opacity: 0.7; }
}

@keyframes borderGlow {
  0%, 100% { opacity: 0.4; }
  50%      { opacity: 0.8; }
}

/* ── Hotspot pins ── */
.map-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  z-index: 4;
  transition: transform 0.3s ease;
}
.map-hotspot:focus { outline: none; }
.map-hotspot:hover { transform: translate(-50%, -50%) scale(1.1); }

/* Dot — the center circle */
.hs-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(42,157,143,0.25);
  border: 1px solid rgba(42,157,143,0.4);
  transition: all 0.35s ease;
  z-index: 3;
}

/* ── "Coming soon" hotspot — subtle teal ── */
.map-hotspot--soon .hs-dot {
  width: 8px;
  height: 8px;
  background: rgba(42,157,143,0.2);
  border: 1px solid rgba(42,157,143,0.35);
  box-shadow: 0 0 6px rgba(42,157,143,0.15);
}
.map-hotspot--soon:hover .hs-dot {
  transform: scale(1.4);
  background: rgba(42,157,143,0.35);
  box-shadow: 0 0 12px rgba(42,157,143,0.3);
}
.map-hotspot--soon::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(42,157,143,0.12);
  animation: soonBreathe 4s ease-in-out infinite;
}

/* ── Active hotspot — beacon effect ── */
.map-hotspot--active .hs-dot {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.5), #2a9d8f 55%, #1f7268);
  border: none;
  box-shadow:
    0 0 4px rgba(42,157,143,1),
    0 0 12px rgba(42,157,143,0.6),
    0 0 24px rgba(42,157,143,0.25);
}
.map-hotspot--active:hover .hs-dot {
  transform: scale(1.2);
  box-shadow:
    0 0 6px rgba(42,157,143,1),
    0 0 16px rgba(42,157,143,0.7),
    0 0 32px rgba(42,157,143,0.35);
}

/* Pulse ring (active only) */
.hs-pulse { display: none; }
.map-hotspot--active .hs-pulse {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(42,157,143,0.12);
  border: 1px solid rgba(42,157,143,0.35);
  animation: beaconPulse 3s ease-out infinite;
  z-index: 2;
}

/* Second pulse ring offset */
.map-hotspot--active::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(42,157,143,0.08);
  border: 1px solid rgba(42,157,143,0.2);
  animation: beaconPulse 3s ease-out 1.5s infinite;
  z-index: 1;
}

/* Outer ring (active only) */
.hs-ring { display: none; }
.map-hotspot--active .hs-ring {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(42,157,143,0.15);
  animation: hsRing 4s ease-in-out infinite;
  z-index: 1;
}

@keyframes beaconPulse {
  0%   { transform: scale(0.5); opacity: 0.7; }
  100% { transform: scale(2.4); opacity: 0; }
}
@keyframes hsRing {
  0%, 100% { transform: scale(0.9); opacity: 0.3; }
  50%       { transform: scale(1.1); opacity: 0.1; }
}
@keyframes soonBreathe {
  0%, 100% { transform: scale(0.8); opacity: 0.3; }
  50%      { transform: scale(1.2); opacity: 0.1; }
}

/* ── Selected state — premium golden ── */
.map-hotspot--selected .hs-dot {
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.6), #e9c46a 55%, #c9a044) !important;
  box-shadow:
    0 0 4px #e9c46a,
    0 0 14px rgba(233,196,106,0.6),
    0 0 28px rgba(233,196,106,0.2) !important;
  border: none !important;
}
.map-hotspot--selected .hs-pulse {
  background: rgba(233,196,106,0.1) !important;
  border-color: rgba(233,196,106,0.35) !important;
}
.map-hotspot--selected::after {
  background: rgba(233,196,106,0.06) !important;
  border-color: rgba(233,196,106,0.2) !important;
}

/* ── Labels ── */
.hs-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  pointer-events: none;
  text-shadow:
    0 1px 6px rgba(0,0,0,0.95),
    0 0 16px rgba(0,0,0,0.7),
    0 0 30px rgba(0,0,0,0.4);
  z-index: 4;
  transition: all 0.3s ease;
}
.hs-label--right { left: calc(50% + 12px); }
.hs-label--left  { right: calc(50% + 12px); text-align: right; }

.map-hotspot--active .hs-label {
  color: rgba(255,255,255,0.95);
  font-size: 0.58rem;
  font-weight: 400;
}
.map-hotspot--active:hover .hs-label {
  text-shadow:
    0 1px 6px rgba(0,0,0,0.95),
    0 0 16px rgba(0,0,0,0.7),
    0 0 8px rgba(42,157,143,0.3);
}
.map-hotspot--soon .hs-label {
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  font-size: 0.58rem;
}
.map-hotspot--soon:hover .hs-label {
  color: rgba(255,255,255,0.6);
}

/* ── Legend ── */
.kurs-map-legend {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  justify-content: center;
}
.kleg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}
.kleg::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.kleg--active::before {
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.4), #2a9d8f);
  box-shadow: 0 0 4px rgba(42,157,143,0.8), 0 0 10px rgba(42,157,143,0.4);
}
.kleg--soon::before {
  background: rgba(42,157,143,0.2);
  border: 1px solid rgba(42,157,143,0.35);
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .aurora, .star, .coast-stroke,
  .hs-pulse, .hs-ring, .map-hotspot--active::after,
  .map-hotspot--soon::after, .kurs-map-frame::before {
    animation: none !important;
  }
}

/* ── Course list side ── */
.kurs-list-wrap {
  padding-top: 4px;
}

.kurs-list-header {
  margin-bottom: 20px;
}
.kurs-hub-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 4px;
  transition: opacity 0.3s;
}
.kurs-hub-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

/* Region tabs */
.kurs-region-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.kurs-tab {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(42,157,143,0.35);
  background: transparent;
  color: rgba(255,255,255,0.65);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}
.kurs-tab:hover {
  background: rgba(42,157,143,0.12);
  border-color: rgba(42,157,143,0.6);
  color: var(--white);
}
.kurs-tab.active {
  background: rgba(42,157,143,0.2);
  border-color: var(--teal);
  color: var(--white);
  font-weight: 600;
}

/* Cards grid */
:root {
  --kurs-card-gap: 12px;
}
.kurs-cards-scroll {
  position: relative;
}
.kurs-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--kurs-card-gap);
  min-height: 80px;
}
.kurs-cards::-webkit-scrollbar { width: 6px; }
.kurs-cards::-webkit-scrollbar-track { background: transparent; }
.kurs-cards::-webkit-scrollbar-thumb {
  background: rgba(42,157,143,0.35);
  border-radius: 3px;
}
.kurs-cards::-webkit-scrollbar-thumb:hover {
  background: rgba(42,157,143,0.6);
}
.kurs-cards .kurs-loading {
  grid-column: 1 / -1;
}

/* Fade gradient + scroll hint (only shown when scrollable) */
.kurs-cards-scroll::after {
  content: '';
  position: absolute;
  left: 0; right: 12px; bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent 0%, var(--bg, #0d2137) 90%);
  pointer-events: none;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  transition: opacity 0.25s;
}
.kurs-cards-scroll.is-scrollable::after { opacity: 1; }
.kurs-cards-scroll.is-at-bottom::after { opacity: 0; }

.kurs-scroll-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.kurs-cards-scroll.is-scrollable .kurs-scroll-hint { opacity: 1; }
.kurs-cards-scroll.is-at-bottom .kurs-scroll-hint { opacity: 0; }

.kurs-scroll-hint-text {
  font-size: 0.68rem;
  color: rgba(42,157,143,0.95);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: kursHintPulse 2.2s ease-in-out infinite;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Animated mouse-wheel indicator */
.kurs-scroll-hint-mouse {
  width: 18px;
  height: 28px;
  border: 2px solid rgba(42,157,143,0.85);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 12px rgba(42,157,143,0.25);
}
.kurs-scroll-hint-mouse::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  width: 3px;
  height: 6px;
  background: rgba(42,157,143,1);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: kursMouseWheel 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

/* Cascading chevrons below the mouse */
.kurs-scroll-hint-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
  margin-top: 2px;
}
.kurs-scroll-hint-chevrons span {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(42,157,143,0.9);
  border-bottom: 2px solid rgba(42,157,143,0.9);
  transform: rotate(45deg);
  margin: -3px 0;
  animation: kursChevronPulse 1.8s ease-in-out infinite;
  opacity: 0;
}
.kurs-scroll-hint-chevrons span:nth-child(1) { animation-delay: 0s; }
.kurs-scroll-hint-chevrons span:nth-child(2) { animation-delay: 0.18s; }
.kurs-scroll-hint-chevrons span:nth-child(3) { animation-delay: 0.36s; }

@keyframes kursMouseWheel {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  25%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 10px); }
}
@keyframes kursChevronPulse {
  0%   { opacity: 0; transform: rotate(45deg) translate(-2px, -2px); }
  50%  { opacity: 1; transform: rotate(45deg) translate(0, 0); }
  100% { opacity: 0; transform: rotate(45deg) translate(2px, 2px); }
}
@keyframes kursHintPulse {
  0%, 100% { opacity: 0.65; }
  50%      { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .kurs-scroll-hint-mouse::before,
  .kurs-scroll-hint-chevrons span,
  .kurs-scroll-hint-text {
    animation: none;
  }
  .kurs-scroll-hint-chevrons span { opacity: 0.8; }
}

.kurs-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  animation: cardFadeIn 0.35s ease both;
  scroll-snap-align: start;
}
.kurs-card:hover {
  border-color: rgba(42,157,143,0.4);
  background: rgba(42,157,143,0.06);
  transform: translateY(-1px);
}

@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0);   }
}

.kurs-card-info {}
.kurs-card-sted {
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 2px;
}
.kurs-card-dato {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
}
.kurs-card-dato .weekday {
  text-transform: capitalize;
  color: rgba(255,255,255,0.45);
  font-size: 0.82rem;
}
.kurs-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.kurs-card-spots {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}
.kurs-card-status {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
}
.kurs-card-status.ledig {
  background: rgba(39,174,96,0.15);
  color: #2ecc71;
  border: 1px solid rgba(39,174,96,0.3);
}
.kurs-card-status.full {
  background: rgba(231,76,60,0.1);
  color: #e74c3c;
  border: 1px solid rgba(231,76,60,0.25);
}
.kurs-card-status.few {
  background: rgba(240,165,0,0.12);
  color: #f0a500;
  border: 1px solid rgba(240,165,0,0.3);
}

.kurs-card-action {
  margin-top: auto;
}
.kurs-card-action .btn-sm {
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

/* Loading state */
.kurs-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 0;
  color: rgba(255,255,255,0.4);
  font-size: 0.9rem;
}
.kurs-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(42,157,143,0.2);
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Coming-soon panel */
.kurs-soon-panel {
  text-align: center;
  padding: 40px 24px;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 16px;
  animation: cardFadeIn 0.3s ease;
}
.kurs-soon-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.kurs-soon-panel h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.kurs-soon-panel p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  max-width: 320px;
  margin: 0 auto 20px;
}

/* Lead form inside soon panel */
.lead-form {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
}
.lead-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.lead-form .form-group { margin-bottom: 12px; }
.lead-form label {
  display: block;
  font-size: 0.82rem;
  color: var(--white-70);
  margin-bottom: 4px;
}
.lead-form input {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #fff;
  font-size: 0.92rem;
  transition: border-color 0.2s;
}
.lead-form input:focus {
  outline: none;
  border-color: var(--teal);
}

/* Swipe hint — hidden on desktop */
.kurs-swipe-hint { display: none; }

/* Disclaimer — single subtle line */
.kurs-disclaimer {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Meld interesse section — collapsible */
.kurs-interesse {
  margin-top: 48px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.kurs-interesse-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s;
}
.kurs-interesse-summary::-webkit-details-marker { display: none; }
.kurs-interesse-summary:hover { background: rgba(255,255,255,0.02); }
.kurs-interesse-text { flex: 1; min-width: 0; }
.kurs-interesse-text h3 {
  font-size: 1.05rem;
  margin: 0 0 4px;
}
.kurs-interesse-text p {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}
.kurs-interesse-chevron {
  flex-shrink: 0;
  color: rgba(255,255,255,0.5);
  transition: transform 0.3s ease;
  display: inline-flex;
}
.kurs-interesse[open] .kurs-interesse-chevron {
  transform: rotate(180deg);
}
.kurs-interesse:not([open]) .kurs-interesse-body { display: none; }
.kurs-interesse[open] .kurs-interesse-body {
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Standalone lead form */
.lead-form--standalone .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.lead-form--standalone .form-group { margin-bottom: 12px; }
.lead-form--standalone label {
  display: block;
  font-size: 0.82rem;
  color: var(--white-70);
  margin-bottom: 4px;
}
.lead-form--standalone input,
.lead-form--standalone select {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.lead-form--standalone select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.lead-form--standalone input:focus,
.lead-form--standalone select:focus {
  outline: none;
  border-color: var(--teal);
}

@media (max-width: 768px) {
  .kurs-interesse-summary { padding: 16px 20px; }
  .kurs-interesse-body { padding: 16px 20px 24px; }
  .lead-form--standalone .form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .kurs-interesse-summary { padding: 14px 16px; }
  .kurs-interesse-body { padding: 14px 16px 20px; }
  .kurs-interesse-text h3 {
    font-size: 0.98rem;
  }
  .kurs-interesse-text p {
    font-size: 0.8rem;
  }
  .lead-form--standalone input,
  .lead-form--standalone select {
    padding: 12px 14px;
    font-size: 1rem;
  }
}

/* Disclaimer box */
.disclaimer-box {
  margin-top: 32px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  max-width: 760px;
}

/* (sr-only defined above) */

/* ── Responsive ── */
@media (max-width: 860px) {
  .kurs-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 16px;
  }

  /* Norway map — show compact version on mobile */
  .kurs-map-wrap {
    display: block;
  }
  .kurs-map-frame {
    max-width: 210px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .kurs-map-img-wrap {
    position: relative;
    top: 0;
  }
  .kurs-map-header {
    text-align: center;
    padding: 0 16px;
  }
  .kurs-map-header h2 { font-size: 1.4rem; }
  .kurs-map-hint { font-size: 0.8rem; }
  .kurs-map-legend { justify-content: center; }

  .kurs-list-wrap { width: 100%; }
  .kurs-mobile-dates { display: none; }

  /* Full-width section alignment */
  .kurs-container { padding: 0 16px; }

  #kurs .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Mobile: stack all cards vertically (only 4 courses, no need to swipe) */
@media (max-width: 768px) {
  .kurs-cards {
    grid-template-columns: 1fr;
    max-height: none;
    overflow-y: visible;
    gap: 10px;
  }
  .kurs-cards-scroll::after,
  .kurs-scroll-hint { display: none; }
  .kurs-swipe-hint { display: none; }
  .kurs-card {
    height: auto;
    min-height: 0;
  }
  .kurs-card-action { width: 100%; }
  .kurs-card-action .btn { width: 100%; }

  /* Center the list header */
  .kurs-list-header { text-align: center; }
  .kurs-region-tabs { justify-content: center; }
}

/* ============================================================
   SITE-WIDE ENHANCEMENTS
   ============================================================ */

/* ── Hero enhancements (legacy rules intentionally removed — see §HERO) ── */

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
  opacity: 0;
  animation: heroFadeUp 0.8s ease forwards 1.2s;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.hero-stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  display: inline;
}
.hero-stat-row {
  display: flex;
  align-items: baseline;
}
.hero-stat-pct {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: var(--white-70);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.12);
}

@media (max-width: 480px) {
  .hero-stats { gap: 16px; }
  .hero-stat-number, .hero-stat-pct { font-size: 1.4rem; }
}

/* ── Glowing button ── */
.btn-glow {
  position: relative;
  box-shadow: 0 0 20px rgba(42,157,143,0.4), 0 0 60px rgba(42,157,143,0.15);
  transition: all 0.3s ease;
}
.btn-glow:hover {
  box-shadow: 0 0 24px rgba(42,157,143,0.6), 0 0 80px rgba(42,157,143,0.25);
}
.btn-glow::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(42,157,143,0.4) 0%, transparent 50%, rgba(42,157,143,0.2) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-glow:hover::after {
  opacity: 1;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */

.testimonials-section {
  background: var(--navy);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42,157,143,0.2), transparent);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 48px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(42,157,143,0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}

.testimonial-text {
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #22d3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.testimonial-author strong {
  display: block;
  font-size: 0.88rem;
  color: var(--white);
}
.testimonial-author span {
  font-size: 0.78rem;
  color: var(--white-70);
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ============================================================
   SECTION DIVIDERS
   ============================================================ */

/* Subtle gradient line between sections */
#gruppe::before,
#kurs::before,
#gavekort::before,
#vervesystem::before,
#faq::before,
#team::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(42,157,143,0.15) 30%, rgba(42,157,143,0.2) 50%, rgba(42,157,143,0.15) 70%, transparent 95%);
  margin-bottom: 0;
}

/* ============================================================
   GIFT CARD ENHANCEMENTS
   ============================================================ */

.giftcard {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.giftcard:hover {
  transform: translateY(-4px);
  border-color: rgba(42,157,143,0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.giftcard::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(42,157,143,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.giftcard-icon {
  position: relative;
  transition: transform 0.3s ease;
}
.giftcard:hover .giftcard-icon {
  transform: scale(1.1);
}

/* ============================================================
   FAQ ENHANCEMENTS
   ============================================================ */

#faq {
  position: relative;
}
#faq::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(42,157,143,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.faq-item {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item.open {
  box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 0 0 1px rgba(42,157,143,0.15);
}

.faq-question {
  position: relative;
}

/* ============================================================
   TEAM CARD ENHANCEMENTS
   ============================================================ */

.team-card {
  position: relative;
  overflow: visible;
}
.team-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(42,157,143,0.06) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.team-card:hover::before {
  opacity: 1;
}

.team-card--featured::before {
  background: radial-gradient(circle at center, rgba(42,157,143,0.08) 0%, transparent 50%);
}

.team-icon {
  transition: transform 0.3s ease;
}
.team-card:hover .team-icon {
  transform: scale(1.1);
}

/* ============================================================
   FINAL CTA BANNER
   ============================================================ */

.final-cta {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--navy-mid) 0%, #0a1e33 100%);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42,157,143,0.2), transparent);
}

.final-cta-inner {
  position: relative;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 40px;
  background: rgba(42,157,143,0.04);
  border: 1px solid rgba(42,157,143,0.15);
  border-radius: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.final-cta-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(42,157,143,0.12) 0%, transparent 70%);
  pointer-events: none;
  animation: ctaGlow 6s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
  50%      { opacity: 1;   transform: translateX(-50%) scale(1.15); }
}

.final-cta-inner h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 12px;
  position: relative;
}
.final-cta-inner p {
  color: var(--white-70);
  font-size: 1rem;
  margin-bottom: 32px;
  position: relative;
}
.final-cta-inner .section-label {
  position: relative;
}

.final-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 480px) {
  .final-cta-inner { padding: 40px 24px; }
  .final-cta-actions { flex-direction: column; }
  .final-cta-actions .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   GLOBAL MICRO-INTERACTIONS
   ============================================================ */

/* Smooth link underline on hover */
.nav-links a {
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1.5px;
  background: var(--teal);
  transition: width 0.3s ease;
}
.nav-links a:hover::after {
  width: 100%;
}

/* Footer link hover underline */
.footer-col a {
  position: relative;
  display: inline;
}
.footer-col a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--teal);
  transition: width 0.3s ease;
}
.footer-col a:hover::after {
  width: 100%;
}

/* Gruppe banner hover lift */
.gruppe-banner {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.gruppe-banner:hover {
  transform: translateY(-2px);
  border-color: rgba(42,157,143,0.35);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

/* Verv tier card improvement — smooth border glow */
.verv-tier {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Better input focus ring */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 0 0 0 3px rgba(42,157,143,0.15);
}

/* Smooth scrollbar for booking modal */
.booking-modal-panel::-webkit-scrollbar {
  width: 4px;
}
.booking-modal-panel::-webkit-scrollbar-track {
  background: transparent;
}
.booking-modal-panel::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}
.booking-modal-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.2);
}

/* ============================================================
   MOBILE OPTIMISATION
   ============================================================ */

/* ── Touch-target fixes + hero compact (min 44 px) ── */
@media (max-width: 768px) {
  .hamburger { min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
  .kurs-tab { padding: 10px 16px; min-height: 44px; }
  .btn-sm { padding: 11px 16px; min-height: 44px; }
  .social-link { padding: 10px 16px; min-height: 44px; }
  .hero { min-height: auto; padding: 100px 0 48px; }
}

/* ── Gift card form fields → single column on mobile ── */
@media (max-width: 540px) {
  .giftcard-fields { grid-template-columns: 1fr; }
}

/* ── Aggressive mobile compacting ── */
@media (max-width: 480px) {

  /* Global spacing */
  section { padding: 36px 0; }
  .container { padding: 0 16px; }
  h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  h3 { font-size: clamp(1rem, 3vw, 1.15rem); }
  .section-label { font-size: 0.7rem; margin-bottom: 8px; }
  .section-subtitle { margin-bottom: 24px; font-size: 0.9rem; }

  /* ── Hero: sizing tuned in the main hero block's mobile breakpoint ── */

  /* ── Gruppe ── */
  #gruppe { padding: 24px 0; }
  .gruppe-banner { padding: 18px 16px; gap: 10px; }
  .gruppe-banner h2 { font-size: 1.15rem; }
  .gruppe-banner p { font-size: 0.82rem; line-height: 1.5; }

  /* ── Kurs / Map ── */
  #kurs { padding: 36px 0 24px; }
  .kurs-map-frame { max-width: 180px; height: auto; margin: 0 auto; }
  .kurs-map-header h2 { font-size: 1.4rem; }
  .kurs-tabs { gap: 6px; margin-bottom: 14px; }
  .kurs-tab { padding: 8px 12px; font-size: 0.78rem; min-height: 40px; }
  .kurs-card { padding: 14px 16px; gap: 6px; margin-bottom: 10px; }
  .kurs-card h3 { font-size: 1rem; }
  .kurs-card-meta { font-size: 0.8rem; }
  .kurs-card-action .btn { padding: 10px 14px; font-size: 0.82rem; }

  /* ── Gift cards ── */
  #gavekort { padding: 28px 0; }
  .giftcard { padding: 16px; gap: 8px; }
  .giftcard-grid { gap: 14px; }
  .giftcard-header { padding-bottom: 10px; gap: 10px; }
  .giftcard-icon { width: 32px; height: 32px; font-size: 1.1rem; }
  .giftcard h3 { font-size: 1rem; }
  .giftcard-desc { font-size: 0.78rem; }
  .giftcard .form-group label { font-size: 0.72rem; margin-bottom: 4px; }
  .giftcard .form-group input,
  .giftcard .form-group textarea { padding: 7px 10px; font-size: 0.82rem; }
  .giftcard .btn { padding: 10px 16px; font-size: 0.88rem; }

  /* ── Referral / Verv ── */
  #vervesystem { padding: 36px 0; }
  .verv-header { margin-bottom: 28px; }
  .verv-header h2 { font-size: clamp(1.4rem, 5vw, 2rem); }
  .verv-header .section-subtitle { font-size: 0.85rem; }
  .verv-progress-wrap { margin-bottom: 32px; padding: 0 8px; }
  .verv-milestones { font-size: 0.62rem; }
  .verv-tiers { gap: 10px; margin-bottom: 24px; }
  .verv-tier { padding: 16px 12px 14px; }
  .tier-icon { font-size: 1.6rem; margin-bottom: 8px; }
  .tier-count { font-size: 0.68rem; margin-bottom: 2px; }
  .tier-name { font-size: 1rem; margin-bottom: 4px; }
  .verv-tier p { font-size: 0.75rem; line-height: 1.5; }
  .verv-disclaimer p { font-size: 0.68rem; }
  .referral-steps { gap: 12px; }
  .referral-step { padding: 20px 14px; }
  .referral-icon { width: 48px; height: 48px; font-size: 1.2rem; margin-bottom: 12px; }
  .referral-step h3 { font-size: 1rem; margin-bottom: 6px; }
  .referral-step p { font-size: 0.82rem; }

  /* ── FAQ ── */
  #faq { padding: 32px 0; }
  .faq-list { gap: 3px; }
  .faq-question { padding: 14px 14px; font-size: 0.88rem; }
  .faq-answer { padding: 0 14px; font-size: 0.85rem; }
  .faq-answer.open { padding: 0 14px 14px; }
  .faq-icon { width: 24px; height: 24px; }

  /* ── Team ── */
  #team { padding: 32px 0; }
  .team-grid { gap: 12px; }
  .team-card { padding: 20px 16px; }
  .team-card--featured { padding: 22px 16px; margin-top: 0; }
  .team-icon { width: 40px; height: 40px; font-size: 1.2rem; margin-bottom: 8px; }
  .team-card h3 { font-size: 1rem; margin-bottom: 2px; }
  .team-price { font-size: 1.1rem; }
  .team-price span { font-size: 0.75rem; }
  .team-card p { font-size: 0.78rem; line-height: 1.45; margin-bottom: 12px; }
  .team-card ul { font-size: 0.78rem; margin-bottom: 14px; }
  .team-card ul li { margin-bottom: 2px; }
  .team-card .btn { padding: 10px 14px; font-size: 0.85rem; }

  /* ── Final CTA ── */
  .final-cta { padding: 32px 0; }
  .final-cta-inner { padding: 28px 18px; border-radius: 16px; }
  .final-cta-inner h2 { font-size: clamp(1.2rem, 4vw, 1.6rem); margin-bottom: 8px; }
  .final-cta-inner p { font-size: 0.88rem; margin-bottom: 20px; }
  .final-cta-actions { gap: 10px; flex-direction: column; }
  .final-cta-actions .btn { padding: 12px 20px; font-size: 0.9rem; width: 100%; justify-content: center; }

  /* ── Footer — compact ── */
  footer { padding: 24px 0 16px; }
  .footer-grid { gap: 12px; margin-bottom: 16px; }
  .footer-brand p { font-size: 0.82rem; line-height: 1.5; margin-bottom: 0; }
  .footer-brand .footer-logo { margin-bottom: 8px; }
  .footer-col h4 { font-size: 0.7rem; margin-bottom: 4px; }
  .footer-col ul { gap: 0; }
  .footer-col a,
  .footer-book-link { display: block; padding: 5px 0; font-size: 0.82rem; }
  .social-links { margin-bottom: 10px; gap: 8px; }
  .social-link { padding: 8px 12px; font-size: 0.8rem; min-height: 38px; }
  .footer-social h4 { margin-bottom: 8px; }
  .footer-bottom { padding-top: 12px; font-size: 0.75rem; }

  /* ── Booking modal compact ── */
  .booking-modal-header { padding: 16px 16px 12px; }
  .booking-modal-header h2 { font-size: 1.2rem; }
  .booking-modal-body { padding: 16px 16px 24px; }
  .form-group label { font-size: 0.78rem; }
  /* font-size: 16px hindrer iOS-Safari fra å auto-zoome ved fokus.
     Anything <16px = "page should be magnified" → klønete UX. */
  .booking-modal-panel .form-group input,
  .booking-modal-panel .form-group select { padding: 11px 12px; font-size: 16px; }

  /* ── Disclaimer boxes ── */
  .disclaimer-box { padding: 10px 14px; font-size: 0.72rem; }
}

/* ============================================================
   COOKIE BANNER — 2026 shadcn-style: hairline borders, restrained
   typografi, Lucide-ikoner per kategori, kompakt kort nede til venstre.
   GDPR-balansert (Godta == Avvis i visuell vekt). Sitter under
   booking-modal i z-index, og over sticky-bar på mobil.
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  max-width: 380px;
  z-index: 900;
  background: rgba(252, 251, 248, 0.85);
  color: #0d2237;
  border: 1px solid rgba(13, 34, 55, 0.08);
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(13, 34, 55, 0.04),
    0 8px 24px rgba(13, 34, 55, 0.08),
    0 24px 48px -16px rgba(13, 34, 55, 0.12);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  padding: 16px;
  animation: cookieFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Skjul cookie-banner når booking-modal eller andre modaler er åpne —
   skal aldri konkurrere med kjøpsflyt eller andre call-to-action. */
body.booking-open .cookie-banner,
body.modal-open   .cookie-banner { display: none !important; }

@keyframes cookieFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cookie-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Head: cookie-ikon + tittel + beskrivelse */
.cookie-banner-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cookie-banner-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(13, 34, 55, 0.05);
  color: #0d2237;
  flex-shrink: 0;
}

.cookie-banner-title {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #0d2237;
  margin: 0;
  letter-spacing: -0.011em;
  line-height: 1.3;
}

.cookie-banner-desc {
  color: rgba(13, 34, 55, 0.6);
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.003em;
}

.cookie-privacy-link {
  color: #0d2237 !important;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(13, 34, 55, 0.25);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.15s ease;
}
.cookie-privacy-link:hover { text-decoration-color: rgba(13, 34, 55, 0.7) !important; }

/* Knapper i én rad — Godta == Avvis i vekt (GDPR) */
.cookie-banner-actions {
  display: flex;
  gap: 6px;
  align-items: stretch;
}

.cookie-btn {
  flex: 1 1 0;
  padding: 0 14px;
  font-size: 12.5px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  height: 34px;
  letter-spacing: -0.002em;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.cookie-btn-accept {
  background: #0d2237;
  color: #fcfbf8;
  border-color: #0d2237;
}
.cookie-btn-accept:hover {
  background: #163350;
  border-color: #163350;
}

.cookie-btn-reject {
  background: transparent;
  color: rgba(13, 34, 55, 0.85);
  border-color: rgba(13, 34, 55, 0.12);
}
.cookie-btn-reject:hover {
  background: rgba(13, 34, 55, 0.03);
  border-color: rgba(13, 34, 55, 0.2);
  color: #0d2237;
}

/* "Tilpass valg" — diskret ghost-knapp med ikon */
.cookie-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px 8px;
  margin: 0 auto;
  color: rgba(13, 34, 55, 0.5);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -0.002em;
  cursor: pointer;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}
.cookie-btn-link:hover {
  color: #0d2237;
  background: rgba(13, 34, 55, 0.04);
}
.cookie-btn-link svg { width: 12px; height: 12px; }

/* Details panel — hairline-list */
.cookie-details {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(13, 34, 55, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Lagre-knapp i details (style som accept-knapp) */
.cookie-details .cookie-btn-save {
  background: #0d2237;
  color: #fcfbf8;
  border-color: #0d2237;
  margin-top: 8px;
  flex: 0 0 auto;
  align-self: stretch;
}
.cookie-details .cookie-btn-save:hover { background: #163350; border-color: #163350; }

/* Kategori-rad: ikon-venstre, innhold-høyre */
.cookie-category {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(13, 34, 55, 0.06);
  background: transparent;
  border-radius: 0;
}
.cookie-category:last-of-type { border-bottom: none; padding-bottom: 4px; }

.cookie-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(13, 34, 55, 0.04);
  color: rgba(13, 34, 55, 0.7);
  flex-shrink: 0;
  margin-top: 1px;
}
.cookie-category-icon svg { width: 14px; height: 14px; }

.cookie-category-content {
  flex: 1;
  min-width: 0;
}

.cookie-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.cookie-category-head strong {
  color: #0d2237;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.003em;
}

.cookie-always-on {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  color: rgba(13, 34, 55, 0.55);
  background: rgba(13, 34, 55, 0.05);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: 1px;
}

.cookie-category p,
.cookie-category-desc {
  color: rgba(13, 34, 55, 0.55);
  font-size: 11.5px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  letter-spacing: -0.002em;
}

/* Toggle switch — kompakt shadcn-stil */
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
  flex-shrink: 0;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: rgba(13, 34, 55, 0.15);
  border-radius: 999px;
  transition: background 0.2s ease;
}

.cookie-toggle-slider::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 2px;
  bottom: 2px;
  background: #fcfbf8;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(13, 34, 55, 0.15), 0 0 0 1px rgba(13, 34, 55, 0.04);
}

.cookie-toggle input:checked + .cookie-toggle-slider {
  background: #0d2237;
}

.cookie-toggle input:checked + .cookie-toggle-slider::before {
  transform: translateX(12px);
}

.cookie-toggle-locked {
  background: rgba(13, 34, 55, 0.5) !important;
  cursor: not-allowed;
}
.cookie-toggle-locked::before {
  transform: translateX(12px) !important;
  background: #fcfbf8;
}

.cookie-toggle input:focus-visible + .cookie-toggle-slider {
  outline: 2px solid rgba(13, 34, 55, 0.4);
  outline-offset: 2px;
}

/* ============================================================
   CONSENT LABELS & FORM DATA NOTICES
   ============================================================ */
.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  cursor: pointer;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

.consent-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
  cursor: pointer;
}

.consent-label a {
  color: var(--teal);
  text-decoration: underline;
}

.consent-optional {
  color: rgba(255,255,255,0.6);
}

.form-data-notice {
  color: rgba(255,255,255,0.45);
  font-size: 0.78rem;
  margin: 8px 0 16px;
  line-height: 1.5;
}

.exam-fee-notice {
  background: rgba(160, 104, 63, 0.08);
  border-left: 3px solid #a0683f;
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  margin: 14px 0 4px;
}

.exam-fee-notice-eyebrow {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c89878;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.exam-fee-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  line-height: 1.55;
}

/* Footer link buttons (look like links) */
.footer-link-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: color 0.3s;
}
.footer-link-btn:hover {
  color: var(--teal);
}

/* ============================================================
   COOKIE BANNER — MOBILE
   På mobil sitter banneret OVER sticky-bar (som er bottom:0, ~76px høy).
   bottom = 92px + safe-area gir luft mellom dem og lar sticky-bar
   eie kjøpsknappen uavbrutt. Knapper i én rad så banner forblir kompakt.
   ============================================================ */
@media (max-width: 800px) {
  .cookie-banner {
    bottom: calc(92px + env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
  }
}

/* Veldig smale skjermer (≤340px) — stable knappene så de ikke knuses. */
@media (max-width: 340px) {
  .cookie-banner-actions { flex-direction: column; align-items: stretch; }
  .cookie-btn { flex: 0 0 auto; width: 100%; }
}

/* ---------- NAV DROPDOWN (kurssteder) ---------- */
.nav-dropdown { position: relative; }

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy-mid);
  border-radius: var(--radius-sm);
  padding: 8px 0;
  min-width: 220px;
  box-shadow: var(--shadow);
  z-index: 200;
  border: 1px solid rgba(255,255,255,0.08);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown-menu:hover {
  display: block;
}

.nav-dropdown-menu li { list-style: none; }

.nav-dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: var(--white-70);
  font-size: 0.875rem;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}

.nav-dropdown-menu a:hover {
  color: var(--white);
  background: var(--white-10);
}

.nav-dropdown-menu li:first-child a {
  color: var(--teal);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 4px;
  padding-bottom: 12px;
}

.nav-dropdown > a::after {
  content: ' ▾';
  font-size: 0.65rem;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .nav-dropdown-menu { display: none !important; }
}

/* ============================================================
   BOOKING MODAL — EDITORIAL MARITIME REDESIGN 2026-05-12
   Light sail-white/cream surface, navy serif headlines, teak
   hairlines. Pills throughout. Express Checkout + Klarna +
   Vipps. Scoped under .booking-modal-panel; no sticky header.
   ============================================================ */

/* ---------- Overlay (dim+blur the page behind) ---------- */
.booking-modal-overlay {
  background: rgba(13, 33, 55, 0.45);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

/* ---------- Panel: sail-white editorial surface ---------- */
.booking-modal-panel {
  background:
    radial-gradient(140% 60% at 100% 0%, rgba(160, 104, 63, 0.06) 0%, transparent 55%),
    radial-gradient(120% 40% at 0% 100%, rgba(42, 157, 143, 0.05) 0%, transparent 50%),
    var(--sail-white);
  border-left: 1px solid rgba(13, 33, 55, 0.08);
  box-shadow: -32px 0 80px -30px rgba(13, 33, 55, 0.25);
  color: var(--navy);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Override the global `.booking-modal-panel ... { color: sail-white }` rule
   in index.html so all text inside reads as navy by default. */
.booking-modal-panel,
.booking-modal-panel h2,
.booking-modal-panel h3,
.booking-modal-panel p,
.booking-modal-panel li,
.booking-modal-panel strong,
.booking-modal-panel label,
.booking-modal-panel span,
.booking-modal-panel .booking-eyebrow,
.booking-modal-panel .payment-summary-meta { color: var(--navy); }

.booking-modal-panel ::selection {
  background: var(--teak);
  color: var(--sail-white);
}

/* ---------- Header: NOT sticky, flows with content ---------- */
.booking-modal-panel .booking-modal-header {
  position: static;            /* kill the sticky behaviour */
  background: transparent;
  border-bottom: none;
  padding: 28px 44px 12px;
}

.booking-modal-panel .booking-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teak);
  margin-bottom: 14px;
}
.booking-modal-panel .booking-eyebrow::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--teak);
  opacity: 0.5;
}

.booking-modal-panel .booking-modal-header h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--navy);
  max-width: 22ch;
}

/* Close button: cream circle, navy ink */
.booking-modal-panel .booking-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(13, 33, 55, 0.04);
  border: 1px solid rgba(13, 33, 55, 0.10);
  color: var(--navy);
  transition: background 150ms ease-out, transform 150ms ease-out;
}
.booking-modal-panel .booking-modal-close:hover {
  background: rgba(13, 33, 55, 0.10);
  color: var(--navy);
  transform: rotate(90deg);
}

/* ---------- Step indicator: minimal editorial ---------- */
.booking-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 44px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(13, 33, 55, 0.45);
}
.booking-step {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(13, 33, 55, 0.45);
  transition: color 200ms ease-out;
}
.booking-step.is-active { color: var(--navy); }
.booking-step.is-done   { color: rgba(13, 33, 55, 0.65); }

.booking-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(13, 33, 55, 0.06);
  border: 1px solid rgba(13, 33, 55, 0.12);
  font-variant-numeric: tabular-nums;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0;
}
.booking-step.is-active .booking-step-num {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--sail-white);
}
.booking-step.is-done .booking-step-num {
  background: rgba(42, 157, 143, 0.18);
  border-color: rgba(42, 157, 143, 0.5);
  color: var(--teal-dark, #1f7268);
}
.booking-step-line {
  flex: 0 1 44px;
  height: 1px;
  background: rgba(160, 104, 63, 0.35);
}

/* ---------- Body padding ---------- */
.booking-modal-panel .booking-modal-body {
  padding: 8px 44px 48px;
}

@media (max-width: 540px) {
  .booking-modal-panel .booking-modal-header,
  .booking-modal-panel .booking-modal-body,
  .booking-steps {
    padding-left: 22px;
    padding-right: 22px;
  }
  .booking-modal-panel .booking-modal-header { padding-top: 24px; }
  .booking-modal-panel .booking-modal-close { top: 18px; right: 18px; }

  /* Fødselsdato på mobil — gi Dag bredere kolonne + stram padding så hele
     placeholder-teksten ("Dag", "Måned", "År") får plass. Font må være ≥16px
     for å unngå iOS Safari auto-zoom på focus. */
  .booking-modal-panel .dob-row {
    grid-template-columns: 1fr 1.45fr 1.15fr;
    gap: 6px;
  }
  .booking-modal-panel .dob-row select {
    padding: 13px 6px;
    padding-right: 22px;
    background-position: right 6px center;
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .booking-modal-panel .dob-row {
    grid-template-columns: 1.05fr 1.5fr 1.15fr;
    gap: 4px;
  }
  /* På < 380px får hver kolonne ~80-90px. Pakk teksten så tett som mulig
     mot pilen — padding-right må romme arrow (10px) + 4px luft. */
  .booking-modal-panel .dob-row select {
    padding: 12px 4px;
    padding-right: 16px;
    background-position: right 3px center;
    background-size: 8px 5px;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 340px) {
  /* Veldig smale skjermer: stack dropdowns vertikalt */
  .booking-modal-panel .dob-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .booking-modal-panel .dob-row select {
    padding-right: 28px;
    background-position: right 10px center;
    background-size: 10px 6px;
  }
}

/* ---------- Editorial hairline divider ---------- */
.booking-modal-panel .booking-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(160, 104, 63, 0.35) 20%,
    rgba(160, 104, 63, 0.35) 80%,
    transparent 100%);
  margin: 28px 0 24px;
}

/* ---------- Form fields ---------- */
.booking-modal-panel .form-grid {
  gap: 14px;
  margin-bottom: 22px;
}

.booking-modal-panel .form-group {
  margin-bottom: 22px;
}

.booking-modal-panel .form-group label,
.booking-modal-panel .dob-label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(13, 33, 55, 0.62);
  margin-bottom: 8px;
}

.booking-modal-panel .form-group select,
.booking-modal-panel .form-group input[type="number"],
.booking-modal-panel .form-group input[type="text"],
.booking-modal-panel .form-group input[type="email"],
.booking-modal-panel .form-group input[type="tel"],
.booking-modal-panel .dob-row select {
  width: 100%;
  background: rgba(13, 33, 55, 0.035);
  border: 1px solid rgba(13, 33, 55, 0.14);
  border-radius: 14px;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 15px 18px;
  transition: border-color 160ms ease-out, background 160ms ease-out, box-shadow 160ms ease-out;
  -webkit-appearance: none;
  appearance: none;
}
.booking-modal-panel .form-group input::placeholder {
  color: rgba(13, 33, 55, 0.36);
}

.booking-modal-panel .form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%230d2137' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 42px;
}
.booking-modal-panel .form-group select option {
  background: var(--sail-white);
  color: var(--navy);
}

.booking-modal-panel .form-group select:focus,
.booking-modal-panel .form-group input:focus,
.booking-modal-panel .dob-row select:focus {
  outline: none;
  background: rgba(13, 33, 55, 0.05);
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.18);
}

.booking-modal-panel .field-hint {
  color: rgba(13, 33, 55, 0.50);
  font-size: 0.76rem;
  margin-top: 6px;
}
.booking-modal-panel .required-star { color: var(--signal-red); }

/* ---------- Antall stepper: editorial pill ---------- */
.booking-modal-panel .antall-stepper {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: stretch;
  background: rgba(13, 33, 55, 0.035);
  border: 1px solid rgba(13, 33, 55, 0.14);
  border-radius: 999px;
  overflow: hidden;
  height: 54px;
  max-width: 220px;
}
.booking-modal-panel .antall-stepper input[type="number"] {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  text-align: center;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  -moz-appearance: textfield;
}
.booking-modal-panel .antall-stepper input[type="number"]::-webkit-outer-spin-button,
.booking-modal-panel .antall-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.booking-modal-panel .antall-stepper input[type="number"]:focus {
  background: transparent !important;
  box-shadow: none !important;
}
.booking-modal-panel .antall-btn {
  background: transparent;
  border: none;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 400;
  font-family: 'Source Serif 4', Georgia, serif;
  cursor: pointer;
  line-height: 1;
  transition: background 160ms ease-out;
}
.booking-modal-panel .antall-btn:hover {
  background: rgba(13, 33, 55, 0.06);
}
.booking-modal-panel .antall-btn:active {
  background: rgba(42, 157, 143, 0.16);
}

/* ---------- Price display: cream card, serif numerals ---------- */
.booking-modal-panel .price-display {
  position: relative;
  background: var(--cream);
  border: 1px solid rgba(160, 104, 63, 0.22);
  border-radius: 18px;
  padding: 24px 26px;
  margin: 6px 0 18px;
  text-align: left;
  overflow: hidden;
}
.booking-modal-panel .price-display::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--teak);
}
.booking-modal-panel .price-main {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 600;
  font-size: 2.65rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.booking-modal-panel .price-per {
  color: rgba(13, 33, 55, 0.58);
  font-size: 0.86rem;
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.booking-modal-panel .price-savings {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(42, 157, 143, 0.14);
  border: 1px solid rgba(42, 157, 143, 0.34);
  border-radius: 999px;
  padding: 5px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--teal-dark, #1f7268);
  margin-top: 14px;
  letter-spacing: 0;
}

/* ---------- Eksamensavgift: cream-deep notice ---------- */
.booking-modal-panel .exam-fee-notice {
  position: relative;
  background: #f1e6d4;
  border: 1px solid rgba(160, 104, 63, 0.30);
  border-left: 3px solid var(--teak);
  border-radius: 0 14px 14px 0;
  padding: 16px 18px;
  margin: 0 0 4px;
}
.booking-modal-panel .exam-fee-notice-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teak);
  background: rgba(160, 104, 63, 0.14);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.booking-modal-panel .exam-fee-notice p {
  color: rgba(13, 33, 55, 0.78);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

/* ---------- Participant blocks: subtle cream cards ---------- */
.booking-modal-panel .participant-block {
  background: rgba(243, 235, 217, 0.40);
  border: 1px solid rgba(160, 104, 63, 0.22);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
}
.booking-modal-panel .participant-block--contact {
  background: rgba(42, 157, 143, 0.06);
  border-color: rgba(42, 157, 143, 0.24);
}
#booking-participants.single-participant .booking-modal-panel .participant-block--contact,
.booking-modal-panel #booking-participants.single-participant .participant-block--contact {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.booking-modal-panel .participant-title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--navy);
  letter-spacing: 0;
}
.booking-modal-panel .participant-meta {
  color: rgba(13, 33, 55, 0.55);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
}
.booking-modal-panel .participant-remove {
  background: transparent;
  border: 1px solid rgba(13, 33, 55, 0.18);
  color: rgba(13, 33, 55, 0.65);
  border-radius: 999px;
}
.booking-modal-panel .participant-remove:hover {
  background: rgba(196, 30, 45, 0.08);
  border-color: rgba(196, 30, 45, 0.4);
  color: var(--signal-red);
}

/* ---------- Terms + consent checkboxes ---------- */
.booking-modal-panel .booking-terms-label,
.booking-modal-panel .consent-label {
  color: rgba(13, 33, 55, 0.80);
  font-size: 0.87rem;
}
.booking-modal-panel .booking-terms-label a {
  color: var(--teal-dark, #1f7268);
  text-decoration-color: rgba(42, 157, 143, 0.45);
  text-underline-offset: 3px;
}
.booking-modal-panel .booking-terms-label a:hover { color: var(--navy); }
.booking-modal-panel .booking-terms-label input[type="checkbox"],
.booking-modal-panel .consent-label input[type="checkbox"] {
  accent-color: var(--navy);
  width: 18px;
  height: 18px;
}

.booking-modal-panel .form-data-notice {
  color: rgba(13, 33, 55, 0.50);
  font-size: 0.76rem;
  margin: 10px 0 18px;
}

/* ---------- Payment method group ---------- */
.booking-modal-panel .pay-group {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.booking-modal-panel .pay-group-heading {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13, 33, 55, 0.50);
  margin-bottom: 4px;
}

/* All pay buttons — shared pill base */
.booking-modal-panel .pay-btn,
.booking-modal-panel .btn-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 150ms ease-out, box-shadow 180ms ease-out, background 150ms ease-out, border-color 150ms ease-out;
}

/* Vipps: brand orange */
.booking-modal-panel .btn-vipps {
  background: #ff5b24;
  color: #fff;
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
}
.booking-modal-panel .btn-vipps:hover {
  background: #f15217;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(255, 91, 36, 0.55);
}
.booking-modal-panel .btn-vipps:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.booking-modal-panel .btn-vipps .vipps-logo { width: 56px; height: 18px; }

/* Card/Klarna/Faktura: navy outline, swipe to filled */
.booking-modal-panel #booking-pay-btn {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.booking-modal-panel #booking-pay-btn:hover {
  background: var(--navy);
  color: var(--sail-white);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(13, 33, 55, 0.45);
}
.booking-modal-panel #booking-pay-btn .pay-btn-icons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 4px;
  opacity: 0.7;
}
.booking-modal-panel #booking-pay-btn:hover .pay-btn-icons {
  opacity: 1;
}

/* Klarna small inline button — wakes the Klarna tab inside Payment Element */
.booking-modal-panel .btn-klarna-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(13, 33, 55, 0.55);
  margin: -4px 0 0;
  padding: 6px 0;
  cursor: pointer;
  letter-spacing: 0;
  text-decoration: none;
  align-self: center;
}
.booking-modal-panel .btn-klarna-hint:hover { color: var(--navy); }

/* Submit (step 2): teal pill */
.booking-modal-panel #payment-submit-btn {
  background: var(--teal);
  color: #fff;
  border: none;
}
.booking-modal-panel #payment-submit-btn:hover {
  background: var(--teal-dark, #1f7268);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(42, 157, 143, 0.55);
}

/* ---------- Express Checkout container ---------- */
.booking-modal-panel .express-checkout-wrap {
  display: none;            /* shown by JS only when buttons are rendered */
  border-radius: 999px;
  overflow: hidden;
  min-height: 56px;
}
.booking-modal-panel .express-checkout-wrap.has-buttons { display: block; }

/* ---------- "eller"-divider: hairline + cream-pill ---------- */
.booking-modal-panel .payment-or-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 8px 0;
  font-size: 0;
  color: transparent;
  text-transform: none;
  letter-spacing: 0;
}
.booking-modal-panel .payment-or-divider::before,
.booking-modal-panel .payment-or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(160, 104, 63, 0.35);
}
.booking-modal-panel .payment-or-pill {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid rgba(160, 104, 63, 0.30);
  color: var(--teak);
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

/* ---------- Booking error ---------- */
.booking-modal-panel .booking-error {
  background: rgba(196, 30, 45, 0.08);
  border: 1px solid rgba(196, 30, 45, 0.30);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.86rem;
  color: var(--signal-red);
  margin: 14px 0;
}

/* ---------- Field error states ---------- */
.booking-modal-panel input.field-error,
.booking-modal-panel select.field-error {
  border-color: var(--signal-red) !important;
  background-color: rgba(196, 30, 45, 0.04) !important;
  box-shadow: 0 0 0 1px rgba(196, 30, 45, 0.18) !important;
}
.booking-modal-panel .age-feedback.ok    { color: var(--teal-dark, #1f7268); }
.booking-modal-panel .age-feedback.error { color: var(--signal-red); }
.booking-modal-panel .age-feedback.info  {
  color: var(--navy);
  background: rgba(42, 157, 143, 0.10);
  border-left: 2px solid var(--teal);
  padding: 7px 11px;
  border-radius: 4px;
  margin-top: 8px;
}

/* ---------- Payment step (step 2) ---------- */
.booking-modal-panel .payment-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(13, 33, 55, 0.04);
  border: 1px solid rgba(13, 33, 55, 0.10);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  margin-bottom: 22px;
  cursor: pointer;
  transition: background 150ms ease-out, color 150ms ease-out;
  opacity: 1;
}
.booking-modal-panel .payment-back-btn:hover {
  background: rgba(13, 33, 55, 0.10);
  color: var(--navy);
  opacity: 1;
}

.booking-modal-panel .payment-summary {
  background: var(--cream);
  border: 1px solid rgba(160, 104, 63, 0.22);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 22px;
}
.booking-modal-panel .payment-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.95rem;
  gap: 12px;
  color: var(--navy);
}
.booking-modal-panel .payment-summary-row strong {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.booking-modal-panel .payment-summary-row.payment-discount {
  color: var(--teal-dark, #1f7268);
  font-size: 0.86rem;
  margin-top: 6px;
}
.booking-modal-panel .payment-summary-meta {
  margin-top: 8px;
  font-size: 0.82rem;
  color: rgba(13, 33, 55, 0.58);
  border-top: 1px solid rgba(160, 104, 63, 0.20);
  padding-top: 10px;
}

/* Stripe Payment Element container */
.booking-modal-panel #stripe-payment-element {
  background: rgba(13, 33, 55, 0.025);
  border: 1px solid rgba(13, 33, 55, 0.10);
  border-radius: 16px;
  padding: 6px 8px;
  margin-bottom: 18px;
  min-height: 120px;
}

/* ---------- Payment trust badges ---------- */
.booking-modal-panel .payment-trust {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(160, 104, 63, 0.25);
  text-align: center;
}
.booking-modal-panel .payment-trust-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teak);
  margin-bottom: 14px;
}
.booking-modal-panel .payment-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.booking-modal-panel .payment-icon {
  border-radius: 6px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  filter: grayscale(20%) contrast(1.05);
  opacity: 0.85;
  transition: opacity 150ms ease-out, filter 150ms ease-out;
}
.booking-modal-panel .payment-icon:hover {
  opacity: 1;
  filter: none;
}

/* ---------- Scrollbar ---------- */
.booking-modal-panel { scrollbar-width: thin; scrollbar-color: rgba(160, 104, 63, 0.30) transparent; }
.booking-modal-panel::-webkit-scrollbar { width: 8px; }
.booking-modal-panel::-webkit-scrollbar-track { background: transparent; }
.booking-modal-panel::-webkit-scrollbar-thumb {
  background: rgba(160, 104, 63, 0.30);
  border-radius: 999px;
  border: 2px solid var(--sail-white);
}
.booking-modal-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(160, 104, 63, 0.50);
}

/* ---------- Step transitions ---------- */
.booking-modal-panel #booking-form-step,
.booking-modal-panel #payment-step {
  animation: booking-step-in 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes booking-step-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Reduce blur on mobile (perf) ---------- */
@media (max-width: 540px) {
  .booking-modal-overlay {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}
