/* =============================================
   IRIS YOGA – Firma Yoga prototype v1
   Professionel · Rolig · B2B · Trivselsaktivitet

   Indholdsfortegnelse:
   1.  Variabler
   2.  Nulstilling
   3.  Typografi
   4.  Container
   5.  Knapper
   6.  Header
   7.  Hero
   8.  Værdikort (value cards)
   9.  Mere end bare fysisk træning
   10. Video
   11. Et format der passer til jer
   12. Firma Yoga-formater (format cards)
   13. Hvad indeholder en firmayoga-time? (session steps)
   14. Praktisk information
   15. FAQ
   16. Final CTA
   17. Footer
   18. Responsiv
   ============================================= */


/* --- 1. VARIABLER --- */
:root {
  --indigo:   #5E4ED0;
  --violet:   #8F43AF;
  --lavender: #CEACE1;
  --sky:      #53B3EC;
  --gold:     #D3CC6F;
  --cream:    #DBD0C0;
  --dark:     #111019;
  --light:    #FBFAFF;
  --white:    #FFFFFF;

  --sand:          #F5EDD8;
  --sunlight:      #FFF8E8;
  --lavender-pale: #F0EAF8;
  --lavender-mid:  #E0CEEF;
  --lavender-soft: #F7F2FD;

  --serif: Georgia, 'Times New Roman', serif;
  --sans:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --sp-sm:      1rem;
  --sp-md:      1.75rem;
  --sp-lg:      2.5rem;
  --sp-xl:      4rem;
  --sp-section: clamp(3.5rem, 8vw, 6rem);

  --max-w:  1080px;
  --r-sm:   8px;
  --r-md:   16px;
  --r-lg:   24px;
  --r-xl:   40px;
  --r-full: 9999px;
}


/* --- 2. NULSTILLING --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.75;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

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


/* --- 3. TYPOGRAFI --- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: normal;
  line-height: 1.2;
}

h1 { font-size: clamp(2rem, 5.5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.55rem); line-height: 1.3; }
h4 { font-size: 1.05rem; line-height: 1.35; }

p { max-width: 60ch; }

.section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: var(--sp-sm);
}


/* --- 4. CONTAINER --- */
.container {
  width: min(92%, var(--max-w));
  margin-inline: auto;
}

section { padding-block: var(--sp-section); }


/* --- 5. KNAPPER --- */
.btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  border-radius: var(--r-full);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  letter-spacing: 0.02em;
  transition: all 0.22s ease;
  cursor: pointer;
}

.btn-primary {
  background-color: var(--indigo);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(94, 78, 208, 0.28);
}
.btn-primary:hover {
  background-color: var(--violet);
  box-shadow: 0 8px 28px rgba(143, 67, 175, 0.35);
  transform: translateY(-2px);
}

.btn-outline {
  background: none;
  border-color: rgba(94, 78, 208, 0.5);
  color: var(--indigo);
  padding: 0.85rem 1.9rem;
}
.btn-outline:hover {
  background-color: var(--lavender-pale);
  border-color: var(--indigo);
  transform: translateY(-1px);
}

.btn-light {
  background-color: var(--white);
  color: var(--indigo);
  border-color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.btn-light:hover {
  background-color: var(--lavender-pale);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.btn-format {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.85rem 1.5rem;
  margin-top: auto;
}


/* --- 6. HEADER --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(243, 236, 252, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(206, 172, 225, 0.4);
  box-shadow: 0 2px 24px rgba(143, 67, 175, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.9rem;
  gap: 2rem;
  flex-wrap: wrap;
}

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

.logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.logo-fallback {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--dark);
  letter-spacing: 0.04em;
  font-weight: normal;
}

.nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.nav a {
  color: rgba(17, 16, 25, 0.82);
  text-decoration: none;
  font-size: 0.975rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
.nav a:hover { color: var(--indigo); }

.nav-current {
  color: var(--indigo) !important;
  font-weight: 700;
}

.nav-tilmelding {
  background-color: var(--indigo) !important;
  color: var(--white) !important;
  padding: 0.45rem 1.3rem;
  border-radius: var(--r-full);
  font-size: 0.9rem !important;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(94, 78, 208, 0.28);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.nav-tilmelding:hover {
  background-color: var(--violet) !important;
  box-shadow: 0 4px 18px rgba(143, 67, 175, 0.35);
  transform: translateY(-1px);
}


/* --- 7. HERO --- */
/* Gradient: let indigo-lavendel → sky
   Lidt mere kølig og struktureret end privat-yoga
   – signalerer professionalisme uden at miste varmen */
.hero {
  position: relative;
  background: linear-gradient(
    148deg,
    #f5f1ff  0%,
    #ebe0f8  28%,
    #ddd0ee  52%,
    #cddff7  78%,
    #e8f1fb  100%
  );
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: var(--sp-xl) calc(var(--sp-xl) + 5rem);
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(55px);
}

.hero-blob-1 {
  top: -20%;
  right: -8%;
  width: 52vw;
  height: 52vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(circle, rgba(94, 78, 208, 0.22) 0%, transparent 65%);
}

.hero-blob-2 {
  bottom: -15%;
  left: -6%;
  width: 38vw;
  height: 38vw;
  max-width: 440px;
  max-height: 440px;
  background: radial-gradient(circle, rgba(83, 179, 236, 0.28) 0%, transparent 65%);
}

.hero-blob-3 {
  top: 25%;
  left: 16%;
  width: 22vw;
  height: 22vw;
  max-width: 240px;
  max-height: 240px;
  background: radial-gradient(circle, rgba(206, 172, 225, 0.38) 0%, transparent 65%);
  filter: blur(45px);
}

.hero-symbol {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 42vw;
  max-width: 460px;
  z-index: 0;
  pointer-events: none;
}

.hero-symbol-img {
  width: 100%;
  height: auto;
  opacity: 0.09;
  filter: saturate(0.5);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hero-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 1.25rem;
  max-width: none;
}

.hero-text h1 {
  color: var(--dark);
  margin-bottom: 1.5rem;
}

.hero-sub {
  color: rgba(17, 16, 25, 0.62);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.9;
  max-width: 44ch;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Firmarettet hero-billede: rektangulær med runde hjørner
   Lidt mere "professionel" end den organiske form på privat-yoga */
.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(94, 78, 208, 0.22),
    0 10px 35px rgba(83, 179, 236, 0.14);
  margin-inline: auto;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(94, 78, 208, 0.1) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  pointer-events: none;
  overflow: hidden;
}

.hero-wave::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -5%;
  width: 110%;
  height: 72px;
  background: var(--light);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}


/* --- 8. VÆRDIKORT (VALUE CARDS) --- */
.value-section {
  background-color: var(--light);
  padding-block: var(--sp-lg) var(--sp-xl);
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.value-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem 2rem;
  border: 1px solid rgba(206, 172, 225, 0.22);
  box-shadow: 0 3px 18px rgba(17, 16, 25, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(94, 78, 208, 0.1);
}

.value-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.value-icon-1 { background: linear-gradient(135deg, var(--indigo), var(--violet)); }
.value-icon-2 { background: linear-gradient(135deg, var(--lavender), var(--indigo)); }
.value-icon-3 { background: linear-gradient(135deg, var(--sky), rgba(83, 179, 236, 0.6)); }
.value-icon-4 { background: linear-gradient(135deg, var(--gold), rgba(211, 204, 111, 0.6)); }

.value-card h3 {
  font-size: 1.05rem;
  color: var(--dark);
}

.value-card p {
  font-size: 0.88rem;
  color: rgba(17, 16, 25, 0.58);
  line-height: 1.75;
  max-width: none;
}


/* --- 9. MERE END BARE FYSISK TRÆNING --- */
.more-section {
  background-color: var(--white);
  padding-block: var(--sp-section);
}

.more-inner {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.more-image-wrap {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow:
    0 20px 60px rgba(206, 172, 225, 0.3),
    0 8px 28px rgba(17, 16, 25, 0.07);
}

.more-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.more-text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: var(--sp-md);
}

.more-lead {
  font-size: 1.05rem;
  color: rgba(17, 16, 25, 0.72);
  line-height: 1.9;
  margin-bottom: var(--sp-lg);
  max-width: 46ch;
}

.benefit-block {
  border-left: 4px solid var(--lavender);
  padding-left: 1.5rem;
}

.benefit-intro {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 0.875rem;
  max-width: none;
}

.benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: var(--sp-md);
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  font-size: 0.93rem;
  color: rgba(17, 16, 25, 0.68);
  line-height: 1.75;
}

.benefit-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--indigo), var(--violet));
  margin-top: 0.5em;
}

.benefit-item span:last-child {
  max-width: none;
}

.benefit-note {
  font-style: italic;
  font-family: var(--serif);
  font-size: 0.95rem;
  color: rgba(17, 16, 25, 0.5);
  line-height: 1.8;
  max-width: 46ch;
}


/* --- 10. VIDEO --- */
.video-section {
  background: linear-gradient(
    155deg,
    var(--lavender-soft)          0%,
    rgba(206, 172, 225, 0.1)      45%,
    var(--light)                  100%
  );
  padding-block: var(--sp-section);
}

.video-intro {
  margin-bottom: var(--sp-xl);
  max-width: 640px;
}

.video-intro h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.video-desc {
  color: rgba(17, 16, 25, 0.62);
  line-height: 1.85;
  font-size: 0.97rem;
}

/* Responsivt 16:9 iframe-indhold */
.video-embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow:
    0 20px 55px rgba(17, 16, 25, 0.12),
    0 8px 28px rgba(94, 78, 208, 0.1);
  max-width: 800px;
  margin-inline: 0;
}

.video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: var(--dark);
}

.video-caption {
  margin-top: var(--sp-md);
  font-size: 0.9rem;
  font-style: italic;
  font-family: var(--serif);
  color: rgba(17, 16, 25, 0.5);
  max-width: 50ch;
}

.video-fallback {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: rgba(17, 16, 25, 0.42);
  max-width: none;
}

.video-fallback a {
  color: var(--indigo);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.video-fallback a:hover { color: var(--violet); }


/* --- 11. ET FORMAT DER PASSER TIL JER --- */
.flex-section {
  background-color: var(--white);
  padding-block: var(--sp-section);
}

.flex-inner {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.flex-text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  margin-bottom: var(--sp-md);
}

.flex-lead {
  font-size: 1.05rem;
  color: rgba(17, 16, 25, 0.72);
  line-height: 1.9;
  margin-bottom: var(--sp-lg);
  max-width: 46ch;
}

.flex-image-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow:
    0 20px 55px rgba(206, 172, 225, 0.28),
    0 8px 28px rgba(17, 16, 25, 0.08);
}

.flex-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* --- 12. FIRMA YOGA-FORMATER (FORMAT CARDS) --- */
.formats-section {
  background: linear-gradient(
    160deg,
    var(--lavender-pale)          0%,
    rgba(206, 172, 225, 0.12)     45%,
    var(--light)                  100%
  );
  padding-block: var(--sp-section);
}

.formats-intro {
  margin-bottom: var(--sp-xl);
}

.formats-intro h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.formats-note {
  font-size: 0.88rem;
  font-style: italic;
  color: rgba(17, 16, 25, 0.5);
  line-height: 1.7;
  max-width: 52ch;
}

.format-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.format-card {
  background: var(--white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(17, 16, 25, 0.07);
  border: 1px solid rgba(206, 172, 225, 0.22);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.format-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(94, 78, 208, 0.13);
}

.format-ribbon {
  height: 5px;
  width: 100%;
  flex-shrink: 0;
}

.format-ribbon-1 { background: linear-gradient(90deg, var(--indigo), var(--violet)); }
.format-ribbon-2 { background: linear-gradient(90deg, var(--lavender), var(--indigo)); }
.format-ribbon-3 { background: linear-gradient(90deg, var(--sky), rgba(83, 179, 236, 0.6)); }
.format-ribbon-4 { background: linear-gradient(90deg, var(--gold), rgba(211, 204, 111, 0.6)); }

.format-body {
  padding: 2rem 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex-grow: 1;
}

.format-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.format-icon-1 { background: linear-gradient(135deg, var(--indigo), var(--violet)); }
.format-icon-2 { background: linear-gradient(135deg, var(--lavender), var(--indigo)); }
.format-icon-3 { background: linear-gradient(135deg, var(--sky), rgba(83, 179, 236, 0.6)); }
.format-icon-4 { background: linear-gradient(135deg, var(--gold), rgba(211, 204, 111, 0.6)); }

.format-body h3 {
  font-size: 1.25rem;
  color: var(--dark);
}

.format-body p {
  color: rgba(17, 16, 25, 0.62);
  font-size: 0.93rem;
  line-height: 1.8;
  flex-grow: 1;
  margin-bottom: 0.5rem;
}


/* --- 13. HVAD INDEHOLDER EN FIRMAYOGA-TIME? (SESSION STEPS) --- */
.session-section {
  background-color: var(--white);
  padding-block: var(--sp-section);
  border-top: 1px solid rgba(206, 172, 225, 0.18);
}

.session-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 5.5rem);
  align-items: center;
}

.session-text h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: var(--sp-md);
}

.session-lead {
  color: rgba(17, 16, 25, 0.65);
  line-height: 1.85;
  margin-bottom: var(--sp-lg);
  max-width: 46ch;
}

.session-steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.session-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.step-num {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--indigo), var(--violet));
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(94, 78, 208, 0.25);
  margin-top: 0.1rem;
}

.step-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.3rem;
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.35;
}

.step-text {
  font-size: 0.88rem;
  color: rgba(17, 16, 25, 0.58);
  line-height: 1.65;
}

.session-image-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow:
    0 20px 55px rgba(17, 16, 25, 0.1),
    0 8px 28px rgba(83, 179, 236, 0.1);
}

.session-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* --- 14. PRAKTISK INFORMATION --- */
.practical-section {
  background: linear-gradient(
    155deg,
    var(--lavender-soft)          0%,
    rgba(219, 208, 192, 0.18)     45%,
    var(--sand)                   75%,
    var(--light)                  100%
  );
  padding-block: var(--sp-section);
}

.practical-intro {
  margin-bottom: var(--sp-xl);
}

.practical-intro h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.practical-note {
  color: rgba(17, 16, 25, 0.55);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.75;
  max-width: 52ch;
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.practical-item {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: 0 3px 18px rgba(17, 16, 25, 0.06);
  border: 1px solid rgba(206, 172, 225, 0.18);
}

.practical-item dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 0.5rem;
}

.practical-item dd {
  font-size: 0.88rem;
  color: rgba(17, 16, 25, 0.65);
  line-height: 1.65;
  margin-left: 0;
}


/* --- 15. FAQ --- */
.faq-section {
  background-color: var(--light);
  padding-block: var(--sp-section);
}

.faq-intro {
  margin-bottom: var(--sp-xl);
}

.faq-intro h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }

.faq-list {
  max-width: 720px;
}

.faq-item {
  border-bottom: 1px solid rgba(206, 172, 225, 0.35);
}

.faq-item:first-child {
  border-top: 1px solid rgba(206, 172, 225, 0.35);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.025rem;
  font-weight: normal;
  color: var(--dark);
  list-style: none;
  gap: 1rem;
  transition: color 0.2s ease;
}

.faq-question::-webkit-details-marker { display: none; }
summary::-webkit-details-marker { display: none; }

.faq-question::after {
  content: '+';
  color: var(--indigo);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

details[open] > .faq-question::after {
  content: '\2013';
}

details[open] > .faq-question {
  color: var(--indigo);
}

.faq-answer {
  padding-bottom: 1.25rem;
}

.faq-answer p {
  color: rgba(17, 16, 25, 0.65);
  line-height: 1.85;
  font-size: 0.95rem;
}


/* --- 16. FINAL CTA --- */
.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: var(--sp-section);
  text-align: center;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    155deg,
    rgba(94, 78, 208, 0.85)   0%,
    rgba(143, 67, 175, 0.75)  38%,
    rgba(94, 78, 208, 0.7)    72%,
    rgba(17, 16, 25, 0.55)    100%
  );
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-inline: auto;
}

.final-cta-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: var(--sp-sm);
  max-width: none;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: var(--sp-md);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 3px 10px rgba(0, 0, 0, 0.15);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.85;
  margin-inline: auto;
  margin-bottom: var(--sp-lg);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.final-cta-contact {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: none;
}

.final-cta-email {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.final-cta-email:hover {
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, 0.8);
}


/* --- 17. FOOTER --- */
.site-footer {
  background-color: var(--cream);
  padding-block: var(--sp-xl);
  border-top: 1px solid rgba(17, 16, 25, 0.08);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: var(--sp-lg);
  border-bottom: 1px solid rgba(17, 16, 25, 0.1);
  margin-bottom: var(--sp-md);
}

.footer-logo-img {
  height: 34px;
  width: auto;
  display: block;
  margin-bottom: 0.65rem;
  opacity: 0.88;
}

.footer-logo-fallback {
  display: none;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.82rem;
  color: rgba(17, 16, 25, 0.45);
  font-style: italic;
  margin-bottom: 0.75rem;
  max-width: none;
}

.footer-contact { font-style: normal; }

.footer-contact p {
  font-size: 0.82rem;
  color: rgba(17, 16, 25, 0.48);
  line-height: 1.65;
  max-width: none;
}

.footer-email {
  color: rgba(17, 16, 25, 0.52);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-email:hover { color: var(--indigo); }

.footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(17, 16, 25, 0.52);
  text-decoration: none;
  padding: 0.28rem 0.75rem;
  border-radius: var(--r-full);
  border: 1px solid rgba(17, 16, 25, 0.12);
  background-color: rgba(206, 172, 225, 0.1);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.social-link:hover {
  color: var(--indigo);
  border-color: rgba(94, 78, 208, 0.3);
  background-color: var(--lavender-pale);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-nav a {
  color: rgba(17, 16, 25, 0.55);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s ease;
}
.footer-nav a:hover { color: var(--indigo); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(17, 16, 25, 0.35);
  max-width: none;
}

.footer-note { font-style: italic; }


/* --- 18. RESPONSIV --- */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {

  /* Værdikort: 4 → 2 kolonner */
  .value-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet smal (≤900px) */
@media (max-width: 900px) {

  /* Format-cards: 2 → 1 */
  .format-cards {
    grid-template-columns: 1fr;
  }

  /* Flex-section: 2 → 1 */
  .flex-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Mobil (≤768px) */
@media (max-width: 768px) {

  /* Header */
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding-block: 0.875rem;
  }

  .logo-img { height: 42px; }
  .nav ul { gap: 0.875rem; }
  .nav a { font-size: 0.875rem; }

  /* Hero */
  .hero {
    min-height: auto;
    padding-block: var(--sp-xl) calc(var(--sp-xl) * 1.3);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-image-wrap {
    max-width: 320px;
    border-radius: var(--r-xl);
    aspect-ratio: 4/3;
  }

  /* Værdikort: 2 → 1 */
  .value-cards {
    grid-template-columns: 1fr;
  }

  /* More section: 2 → 1 */
  .more-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .more-image-wrap {
    max-width: 300px;
    border-radius: 50%;
    aspect-ratio: 1;
    margin-inline: auto;
  }

  /* Video */
  .video-embed-wrap {
    max-width: 100%;
  }

  /* Session section: 2 → 1 */
  .session-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Practical: 3 → 1 */
  .practical-grid {
    grid-template-columns: 1fr;
  }

  /* Benefit block: fjern venstre kant, brug top kant i stedet */
  .benefit-block {
    padding-left: 0;
    border-left: none;
    border-top: 4px solid var(--lavender);
    padding-top: 1.25rem;
  }

  /* Footer */
  .footer-top { flex-direction: column; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Smal mobil (≤480px) */
@media (max-width: 480px) {

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }

  .btn:not(.btn-format) {
    width: 100%;
    text-align: center;
  }

  .session-img { aspect-ratio: 3/2; }
  .flex-img { aspect-ratio: 3/2; }
}
