/* ==========================================================
AZ GLOBAL SYSTEM 2025 (MASTER – AZ SKADEDYRSSERVICE)
File: az-master.css
Version: v2.4.7 – November 2025 (Optimized Edition)
Author: AZ Skadedyrsservice Digital System
Description: Global CSS – farver, typografi, sektioner, knapper, hero, kontakt, process, prevention, FAQ
Typografi: Open Sans (400), Merriweather (600)
========================================================== */


/* ----------------------------------------------------------
⚙️ GLOBAL BASELINE & RENDERING
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}


/* ----------------------------------------------------------
🎨 FARVER & VARIABLER
---------------------------------------------------------- */
:root {
  --az-primary: #1D3F72;       /* Blå – hovedfarve */
  --az-secondary: #C97A10; /* Ny forbedret orange for kontrast */
  --az-bg-light: #F9FAFC;      /* Lys baggrund */
  --az-text-dark: #1D1D1D;     /* Mørk tekst */
  --az-white: #FFFFFF;

  /* Spacing-variabler (global skala) */
  --az-space-lg: 80px;
  --az-space-md: 30px;
  --az-space-sm: 15px;
}


/* ----------------------------------------------------------
🖋 TYPOGRAFI
---------------------------------------------------------- */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: var(--az-text-dark);
  background-color: var(--az-white);
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Merriweather', Georgia, serif;
  color: var(--az-primary);
  font-weight: 600;
  line-height: 1.3em;
}

a:hover { color: var(--az-secondary); }


/* ----------------------------------------------------------
📐 SEKTIONER OG GLOBALT LAYOUT
---------------------------------------------------------- */
section {
  margin: var(--az-space-lg) auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section { margin: var(--az-space-md) auto; }
  h1 { font-size: 1.6rem; }
}

.az-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.az-bg-light { background: var(--az-bg-light); }
.az-bg-white { background: var(--az-white); }

.az-title { text-align: center; color: var(--az-primary); margin-bottom: var(--az-space-md); }
.az-intro  {
  text-align: center;
  font-size: 1.1rem;
  color: var(--az-text-dark);
  margin: 0 auto var(--az-space-md);
  max-width: 720px;
  line-height: 1.7;
}


/* ----------------------------------------------------------
🔘 KNAPPER & CTA-BUTTONS
---------------------------------------------------------- */
.et_pb_button,
button,
.az-btn,
.az-cta-button {
  background-color: var(--az-primary);
  color: var(--az-white);
  border-radius: 8px;
  padding: 12px 28px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  will-change: transform, background-color;
}
.et_pb_button:hover,
button:hover,
.az-btn:hover,
.az-cta-button:hover {
  background-color: var(--az-secondary);
  color: var(--az-primary);
}

/* ----------------------------------------------------------
🟧 ORANGE KNAP – KONTRASTOPTIMERET (v2.4.9 Accessibility)
---------------------------------------------------------- */
.az-btn-orange {
  display: inline-block;
  background-color: var(--az-secondary); /* #C97A10 */
  color: #FFFFFF; /* Hvid tekst for tydelig kontrast */
  padding: 14px 34px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}
.az-btn-orange:hover {
  background-color: #F3A32B; /* Lys original AZ-orange ved hover */
  color: var(--az-primary);
}

/* Blå knap */
.az-btn-blue {
  display: inline-block;
  background-color: var(--az-primary);
  color: var(--az-white);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.az-btn-blue:hover {
  background-color: var(--az-secondary);
  color: var(--az-primary);
}


/* ----------------------------------------------------------
🏠 HERO-SEKTION (standard)
---------------------------------------------------------- */
.az-hero {
  position: relative;
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--az-white);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0;
}
.az-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 63, 114, 0.55);
  z-index: 1;
}
.az-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}
.az-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: var(--az-white);
}
.az-hero p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 25px;
  color: #f9f9f9;
}
.az-hero .az-btn {
  background-color: var(--az-secondary);
  color: var(--az-primary);
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.az-hero .az-btn:hover {
  background-color: var(--az-white);
  color: var(--az-primary);
}
@media (max-width: 980px) {
  .az-hero { min-height: 60vh; }
  .az-hero h1 { font-size: 2rem; }
}


/* ==========================================================
📞 AZ CONTACT FORM (v3.0 – kompakt og balanceret)
========================================================== */

.az-contact-section {
  background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
  color: var(--az-text-dark, #1D1D1D);
  text-align: center;
  padding: 80px 20px;
  border-top: 4px solid var(--az-primary, #1D3F72);
}

.az-contact-container {
  max-width: 720px;
  margin: 0 auto;
}

.az-contact-form {
  background: var(--az-white, #fff);
  border: 2px solid var(--az-primary, #1D3F72);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  padding: 40px 35px;
  text-align: left;
}

/* ---------------------------------------------
Felter
--------------------------------------------- */
.az-contact-form-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(180deg, #fdfdfd 0%, #f7f9fb 100%);
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(29,63,114,0.1);
}

.az-contact-form-inner label {
  display: block;
  color: var(--az-primary, #1D3F72);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.az-input,
.az-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.8px solid rgba(29,63,114,0.2);
  border-radius: 8px;
  background: #fff;
  font-size: 15.5px;
  transition: all 0.25s ease;
  min-height: 44px;
}

.az-input:hover,
.az-textarea:hover {
  border-color: rgba(29,63,114,0.35);
}

.az-input:focus,
.az-textarea:focus {
  border-color: var(--az-secondary, #F3A32B);
  box-shadow: 0 0 0 3px rgba(243,163,43,0.25);
  outline: none;
}

.az-textarea {
  min-height: 140px;
  resize: vertical;
}

/* ---------------------------------------------
Adresse / Postnr / By
--------------------------------------------- */
.az-address-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.az-postby {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: flex-start;
}

/* ---------------------------------------------
Knap & note
--------------------------------------------- */
.az-btn-blue,
.wpcf7-submit.az-btn-blue {
  background: var(--az-primary, #1D3F72);
  color: #fff;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  max-width: 260px;
  margin: 15px auto 0;
  display: block;
  text-align: center;
  box-shadow: 0 3px 10px rgba(29,63,114,0.25);
}

.az-btn-blue:hover,
.wpcf7-submit.az-btn-blue:hover {
  background: var(--az-secondary, #F3A32B);
  color: var(--az-primary, #1D3F72);
  transform: translateY(-2px);
}

.az-contact-form-inner + p.note {
  text-align: center;
  color: #444;
  font-size: 0.9rem;
  margin-top: 15px;
  background: rgba(243,163,43,0.06);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
}

.az-contact-form-inner + p.note i {
  color: var(--az-primary, #1D3F72);
  margin-right: 6px;
}

/* ---------------------------------------------
Responsivt
--------------------------------------------- */
@media (max-width: 600px) {
  .az-contact-section { padding: 60px 15px; }
  .az-contact-form { padding: 28px 20px; }
  .az-contact-form-inner { padding: 20px 16px; }
  .az-postby { grid-template-columns: 1fr; }
  .az-btn-blue { width: 100%; max-width: none; }
}


/* ==========================================================
   🌍 AZ GLOBAL SYSTEM 2025
   Sektion: By-link grid (az-city-links)
   Version: v2.4 – November 2025
   Formål: Layout til regionale by-oversigter (Fyn, Sjælland, Jylland)
   Design: 3-kolonne responsivt grid med hover-effekt
   Farver: Blå (#1D3F72) / Orange (#F3A32B)
   ========================================================== */
.az-offer-topbar {
  background: #F3A32B;     /* sekundær farve */
  color: #1D1D1D;          /* mørk tekst */
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

h3.az-offer-topbar { color: #1D1D1D !important; }

.az-city-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 12px; /* spacing mellem knapper */
  justify-content: center;
  margin: 20px auto;
  max-width: 600px;
}

.az-city-link {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  color: #1D3F72;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.az-city-link:hover {
  background: #F3A32B;
  color: #ffffff;
  border-color: #F3A32B;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* ----------------------------------------------------------
   Responsiv justering – større afstand og fladere grid på mobil
   ---------------------------------------------------------- */
@media (max-width: 768px) {
  .az-city-links {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 10px;
    margin: 15px auto;
  }
  .az-city-link {
    font-size: 15px;
    padding: 9px 0;
  }
}



/* ==========================================================
AZ GLOBAL SYSTEM 2025 – Sektion: Skadedyr (Grid)
Version: v2.4.7
========================================================== */

.az-skadedyr-section {
  padding: 60px 20px;
  background: var(--az-bg-light);
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.az-skadedyr-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--az-primary);
  margin-bottom: 10px;
  font-family: "Merriweather", serif;
  line-height: 1.3;
}

.az-skadedyr-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: var(--az-text-dark);
  font-size: 16px;
  line-height: 1.7;
}

/* 🔹 Grid layout */
.az-skadedyr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 🔹 Boks design */
.az-skadedyr-boks {
  background: var(--az-white);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.az-skadedyr-boks:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.az-skadedyr-boks img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.az-skadedyr-boks h3 {
  color: var(--az-primary);
  font-size: 20px;
  margin: 16px 0 8px;
  font-family: "Merriweather", serif;
  line-height: 1.4;
}

.az-skadedyr-boks p {
  font-size: 15px;
  color: var(--az-text-dark);
  padding: 0 16px 16px;
  line-height: 1.6;
}

/* 🔹 Knapper */
.az-skadedyr-boks .az-btn {
  display: inline-block;
  margin-bottom: 20px;
  background: var(--az-secondary);
  color: var(--az-white);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
  font-weight: 600;
}

.az-skadedyr-boks .az-btn:hover {
  background: #d98c20; /* mørkere orange tone */
}

/* 🔹 CTA under grid */
.az-skadedyr-cta {
  margin-top: 50px;
}

.az-btn-large {
  background: var(--az-primary);
  color: var(--az-white);
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background 0.2s ease;
}

.az-btn-large:hover {
  background: #16345f;
}

/* 🔹 Responsiv justering */
@media (max-width: 768px) {
  .az-skadedyr-boks img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .az-skadedyr-section h2 {
    font-size: 26px;
  }
}

/* ==========================================================
🐜 AZ SKADEDYR GRID – KORREKT LINJEFØRING (v2.4+)
Ens højde, korrekt knapplacering og fleksibel tekst
========================================================== */

/* Sikrer at alle bokse i grid matcher i højde */
.az-skadedyr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: stretch; /* ← bonus: alle bokse udlignes i højden */
}

/* Gør at knapperne står ens, uanset tekstmængde */
.az-skadedyr-boks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--az-white, #fff);
  border: 1px solid #e2e6ec;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.az-skadedyr-boks:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Tekst udfylder fleksibelt mellemrum */
.az-skadedyr-boks p {
  flex-grow: 1;
  margin-bottom: 20px;
  color: var(--az-text-dark, #1D1D1D);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Knappen sidder altid helt i bunden */
.az-skadedyr-boks .az-btn {
  margin-top: auto;
  background-color: var(--az-primary, #1D3F72);
  color: var(--az-white, #fff);
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease;
}

.az-skadedyr-boks .az-btn:hover {
  background-color: var(--az-secondary, #F3A32B);
  color: var(--az-primary, #1D3F72);
}

/* ==========================================================
💰 AZ TILBUDSSEKTION – STANDARD (FYN, SJÆLLAND, JYLLAND)
Version: v2.4.7 – November 2025
========================================================== */

.az-offer-box {
  background: var(--az-white);
  border: 2px solid var(--az-primary);
  border-radius: 14px;
  padding: 40px 30px;
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.az-offer-topbar {
  background: var(--az-primary);
  color: var(--az-white);
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.az-offer-box h2 {
  font-size: 24px;
  color: var(--az-primary);
  margin-bottom: 10px;
  font-family: "Merriweather", serif;
}

.az-offer-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--az-secondary);
  margin-bottom: 25px;
}

.az-offer-box ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 500px;
}

.az-offer-box ul li {
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
  color: var(--az-text-dark);
}

.az-offer-box ul li::before {
  content: "✔";
  color: var(--az-secondary);
  position: absolute;
  left: 0;
  top: 0;
}

.az-offer-note {
  font-size: 15px;
  color: var(--az-primary);
  margin-top: 15px;
}

.az-btn-box {
  margin: 25px 0 15px;
}

.az-btn-box .az-btn {
  display: inline-block;
  margin: 5px 8px;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.az-btn.az-primary {
  background: var(--az-primary);
  color: var(--az-white);
}

.az-btn.az-primary:hover {
  background: #16345f;
}

.az-btn.az-secondary {
  background: var(--az-secondary);
  color: var(--az-white);
}

.az-btn.az-secondary:hover {
  background: #d98c20;
}

.az-offer-geo {
  font-size: 15px;
  color: var(--az-text-dark);
  margin-top: 10px;
}

/* 🔹 Responsiv */
@media (max-width: 600px) {
  .az-offer-box {
    padding: 30px 20px;
  }
  .az-offer-price {
    font-size: 30px;
  }
}

/* ==========================================================
⚙️  AZ PROCESS / SUPPLEMENT SEKTION
Version: v2.4.7 – November 2025
========================================================== */

.az-section.az-process {
  background: var(--az-bg-light);
  padding: 70px 20px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.az-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 🔹 Titel og intro */
.az-process-title {
  font-size: 32px;
  font-family: "Merriweather", serif;
  color: var(--az-primary);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.az-process-intro {
  max-width: 750px;
  margin: 0 auto 50px;
  color: var(--az-text-dark);
  font-size: 16px;
  line-height: 1.7;
}

/* 🔹 Steps grid */
.az-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  text-align: left;
}

/* 🔹 Enkel step-boks */
.az-step {
  background: var(--az-white);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.az-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* 🔹 Step-overskrifter og tekst */
.az-step h3 {
  color: var(--az-primary);
  font-family: "Merriweather", serif;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.az-step p {
  color: var(--az-text-dark);
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 15px;
}

/* 🔹 CTA-knapper i steps */
.az-cta-wrap {
  margin-top: 15px;
  text-align: center;
}

.az-cta-wrap .az-btn {
  display: inline-block;
  background: var(--az-secondary);
  color: var(--az-white);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}

.az-cta-wrap .az-btn:hover {
  background: #d98c20;
}

/* 🔹 Responsiv justering */
@media (max-width: 768px) {
  .az-process-title {
    font-size: 26px;
  }
  .az-step {
    padding: 25px 20px;
  }
}

/* ==========================================================
✨ AZ PROCESS – FADE-IN ANIMATION
Version: v2.5.1 – November 2025
========================================================== */

/* Animation definition */
@keyframes azFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Grundopsætning */
.az-step {
  opacity: 0;
  animation: azFadeInUp 0.8s ease forwards;
}

/* Forsinkelse pr. step – giver sekventiel indgang */
.az-step:nth-child(1) { animation-delay: 0.2s; }
.az-step:nth-child(2) { animation-delay: 0.4s; }
.az-step:nth-child(3) { animation-delay: 0.6s; }

/* ==========================================================
➡️  AZ SUBMENU – HOVER OG CURRENT IKONER
Version: v2.5.1 – November 2025
========================================================== */

/* Baseline – fra v2.5 */
.az-submenu-list a {
  position: relative;
  padding-right: 28px; /* plads til pilen */
  transition: background 0.2s ease, transform 0.2s ease;
}

/* Pil på hover */
.az-submenu-list a::after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease, right 0.2s ease;
}

/* Synlig ved hover */
.az-submenu-list a:hover::after {
  opacity: 1;
  right: 8px;
}

/* Aktiv side – viser fast check-ikon */
.az-submenu-list a.current::after {
  content: "✔";
  opacity: 1;
  right: 10px;
  color: var(--az-white);
}

/* ==========================================================
➡️ partner link section

========================================================== */
.az-partner-section {
  background: var(--az-bg-light);
  padding: 60px 20px;
  text-align: center;
  border-top: 2px solid var(--az-primary);
  border-bottom: 2px solid var(--az-primary);
}

.az-partner-section h2 {
  color: var(--az-primary);
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.az-partner-section p {
  color: var(--az-text-dark);
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.az-partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.az-partner-grid img {
  max-height: 70px;
  width: auto;
  filter: grayscale(0.2);
  transition: filter 0.3s ease;
}

.az-partner-grid img:hover {
  filter: grayscale(0);
}

/* ==========================================================
AZ GLOBAL SYSTEM 2025 – INTRO & CONTAINER (v2.4.7)
Tilpasset Divi standardbredde + LCP-optimeret spacing
========================================================== */

/* 🧱 Global container: bruges i alle sektioner (hero, intro, CTA, osv.) */
.az-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 📄 Sektion: standardopsætning efter hero */
.az-section.az-intro {
  background-color: #F9FAFC;
  border-top: 2px solid #1D3F72;
  padding: 80px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
  color: #1D1D1D;
}

/* 🧭 Typografi i sektionen */
.az-intro h2,
.az-intro h3 {
  font-family: "Merriweather", serif;
  color: #1D3F72;
  margin-bottom: 25px;
  line-height: 1.3;
}

.az-intro h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.az-intro h3 {
  font-size: 26px;
  margin-top: 50px;
}

/* ✅ Listeområde med tjekmærker */
.az-intro .az-checklist {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #1D1D1D;
  margin: 20px auto;
}

/* 🔘 Knapper (primær & sekundær) */
.az-intro .az-btn-primary,
.az-intro .az-btn-secondary {
  display: inline-block;
  margin: 5px;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.az-intro .az-btn-primary {
  background-color: #F3A32B;
  color: #fff;
}

.az-intro .az-btn-secondary {
  background-color: #1D3F72;
  color: #fff;
}

.az-intro .az-btn-primary:hover {
  background-color: #e69422;
}

.az-intro .az-btn-secondary:hover {
  background-color: #16345d;
}

/* 🖥️ Responsiv tilpasning */
@media (max-width: 980px) {
  .az-intro h2 {
    font-size: 26px;
  }
  .az-intro h3 {
    font-size: 22px;
  }
  .az-intro {
    padding: 60px 20px;
  }
}
