/*
Theme Name: Enfold Child - Kroppen og Psyken
Description: Child theme til Enfold med designsystem for Kroppen og Psyken.
Author: ChatGPT
Template: enfold
Version: 1.1.0
Text Domain: enfold-child-kroppenogpsyken
*/

/* =========================================================
   KROPPEN & PSYKEN – SAMLET GLOBAL CSS
   Forside, undersider, skabeloner og genbrugelige sektioner
   ========================================================= */

/* =========================================================
   1. DESIGN TOKENS / FARVER
   ========================================================= */

:root {
  --kp-green-dark: #314a2f;
  --kp-green: #456241;
  --kp-green-top: #4C573E;
  --kp-green-mid: #53684b;
  --kp-green-soft: #e8eee4;

  --kp-beige: #f7f3eb;
  --kp-beige-soft: #fbf8f2;
  --kp-cream: #fbf8f2;
  --kp-sand: #eee6d9;

  --kp-text: #30352f;
  --kp-text-light: #646b63;
  --kp-muted: #666c63;

  --kp-border: #ddd6ca;
  --kp-white: #ffffff;

  --kp-radius: 18px;
  --kp-radius-large: 22px;
  --kp-shadow: 0 10px 28px rgba(42, 54, 39, 0.08);
  --kp-shadow-strong: 0 16px 34px rgba(42, 54, 39, 0.12);

  --kp-wrap-wide: 1260px;
  --kp-wrap: 1180px;
}

/* =========================================================
   2. GLOBAL ENFOLD BASIS
   ========================================================= */

#top {
  color: var(--kp-text);
}

#top h1,
#top h2,
#top h3,
#top h4 {
  color: var(--kp-green-dark);
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: none;
}

#top h1 {
  font-size: 54px;
  line-height: 1.08;
}

#top h2 {
  font-size: 38px;
  line-height: 1.18;
}

#top h3 {
  font-size: 24px;
  line-height: 1.25;
}

#top p,
#top li {
  color: var(--kp-text-light);
  font-size: 17px;
  line-height: 1.7;
}

#top .container {
  max-width: var(--kp-wrap);
}

#top .avia-section {
  border: none;
}

#top img {
  max-width: 100%;
}

/* =========================================================
   3. KNAPPER – ENFOLD + CUSTOM
   ========================================================= */

#top .avia-button,
#top .button,
#top input[type="submit"] {
  border-radius: 12px !important;
  padding: 15px 28px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: all 0.25s ease;
}

#top .avia-button,
#top .avia-button.avia-color-theme-color,
#top input[type="submit"] {
  background: var(--kp-green-dark) !important;
  border-color: var(--kp-green-dark) !important;
  color: var(--kp-white) !important;
}

#top .avia-button:hover,
#top input[type="submit"]:hover {
  background: var(--kp-green) !important;
  border-color: var(--kp-green) !important;
  transform: translateY(-2px);
}

#top .kp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.22s ease;
}

#top .kp-btn-primary {
  background: var(--kp-green-dark);
  color: #ffffff !important;
  border: 1px solid var(--kp-green-dark);
}

#top .kp-btn-primary:hover {
  background: var(--kp-green);
  border-color: var(--kp-green);
  color: #ffffff !important;
  transform: translateY(-1px);
}

#top .kp-btn-light,
#top .kp-button-light .avia-button {
  background: #ffffff !important;
  color: var(--kp-green-dark) !important;
  border: 1px solid #cbc4b8 !important;
}

#top .kp-btn-light:hover,
#top .kp-button-light .avia-button:hover {
  background: var(--kp-beige) !important;
  color: var(--kp-green-dark) !important;
}

/* =========================================================
   4. HEADER / TOPBJÆLKE
   ========================================================= */

#top #header {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

#top .main_menu ul:first-child > li > a {
  font-weight: 600;
  color: var(--kp-text);
}

#top .main_menu ul:first-child > li.current-menu-item > a,
#top .main_menu ul:first-child > li > a:hover {
  color: var(--kp-green-dark);
}

#top .header_color .av-menu-button-colored > a .avia-menu-text {
  background: var(--kp-green-dark);
  border-color: var(--kp-green-dark);
  color: var(--kp-white);
  border-radius: 10px;
}

/* Topbjælke / telefon */
#top .phone-info {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

#top .kp-top-phone {
  color: #ffffff;
  text-decoration: none;
}

#top .kp-top-phone:hover {
  color: #ffffff;
  opacity: 0.85;
}

#top .kp-phone-icon {
  margin-right: 6px;
  font-size: 13px;
}

/* =========================================================
   5. FOOTER
   ========================================================= */

#top #footer {
  background: #f2eee6;
  border-top: 1px solid var(--kp-border);
}

#top #footer h3,
#top #footer h4 {
  color: var(--kp-green-dark);
}

#top #socket {
  background: var(--kp-green-dark);
  color: rgba(255, 255, 255, 0.88);
}

/* =========================================================
   6. FORSIDE / MOCKUP HOME
   Bruges sammen med wrapperen .kp-mockup-home
   ========================================================= */

#top .kp-mockup-home,
#top .kp-mockup-home * {
  box-sizing: border-box;
}

#top .kp-mockup-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  color: var(--kp-text);
}

#top .kp-mockup-home .kp-wrap {
  width: min(var(--kp-wrap-wide), calc(100vw - 56px));
  margin: 0 auto;
}

#top .kp-mockup-home h1,
#top .kp-mockup-home h2,
#top .kp-mockup-home h3 {
  color: var(--kp-green-dark);
  text-transform: none;
  letter-spacing: -0.02em;
  margin-top: 0;
}

#top .kp-mockup-home p {
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
}

#top .kp-mockup-home img {
  display: block;
  max-width: 100%;
}

#top .kp-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* ---------- Forside Hero ---------- */

#top .kp-mockup-hero {
  background: linear-gradient(135deg, #faf7f2 0%, #f4efe6 100%);
  border-bottom: 1px solid var(--kp-border);
}

#top .kp-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: 530px;
  align-items: stretch;
}

#top .kp-hero-copy {
  padding: 82px 56px 68px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#top .kp-hero-copy h1 {
  font-size: 54px;
  line-height: 1.08;
  margin-bottom: 22px;
  max-width: 620px;
}

#top .kp-hero-lead {
  font-size: 21px !important;
  line-height: 1.45 !important;
  max-width: 570px;
  color: #4d554c !important;
  margin-bottom: 26px;
}

#top .kp-trust-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  color: #53604f;
}

#top .kp-trust-row span::before {
  content: "◦";
  margin-right: 8px;
  color: #708168;
}

#top .kp-hero-image {
  min-height: 530px;
  overflow: hidden;
  border-bottom-left-radius: 110px;
}

#top .kp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Forside: 3 fordele ---------- */

#top .kp-benefits {
  background: #ffffff;
  border-bottom: 1px solid var(--kp-border);
}

#top .kp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 34px 0;
}

#top .kp-benefit-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
}

#top .kp-round-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--kp-green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: var(--kp-green-mid);
}

#top .kp-benefit-item h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

#top .kp-benefit-item p {
  margin: 0;
  font-size: 14px;
}

/* ---------- Forside: Ydelseskort ---------- */

#top .kp-services-section {
  background: #ffffff;
  padding: 58px 0 62px;
}

#top .kp-section-title {
  text-align: center;
  margin-bottom: 28px;
}

#top .kp-section-title h2 {
  font-size: 34px;
  margin-bottom: 0;
}

#top .kp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

#top .kp-service-card {
  display: block;
  background: #ffffff;
  border: 1px solid var(--kp-border);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--kp-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#top .kp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--kp-shadow-strong);
}

#top .kp-service-image {
  height: 190px;
  overflow: hidden;
}

#top .kp-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .kp-service-content {
  padding: 20px 18px 22px;
}

#top .kp-service-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#top .kp-service-content p {
  margin-bottom: 14px;
  font-size: 14px;
  min-height: 64px;
}

#top .kp-service-content span {
  color: #58714e;
  font-weight: 700;
  font-size: 14px;
}

/* ---------- Forside: Om Trine ---------- */

#top .kp-about-section {
  background: linear-gradient(135deg, #fbf7f1 0%, #f7f1e8 100%);
  border-top: 1px solid var(--kp-border);
  border-bottom: 1px solid var(--kp-border);
  padding: 48px 0;
}

#top .kp-about-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 48px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

#top .kp-about-photo img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: var(--kp-shadow);
}

#top .kp-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 13px !important;
  color: #62705a !important;
  margin-bottom: 10px;
}

#top .kp-about-copy h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

#top .kp-about-copy p {
  max-width: 760px;
}

/* ---------- Forside: Anmeldelser ---------- */

#top .kp-review-section {
  background: #ffffff;
  padding: 48px 0 42px;
}

#top .kp-review-heading p {
  margin-top: 6px;
  margin-bottom: 0;
}

#top .kp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

#top .kp-review-card {
  border: 1px solid var(--kp-border);
  border-radius: 16px;
  background: #ffffff;
  padding: 24px 22px;
  text-align: center;
  box-shadow: var(--kp-shadow);
}

#top .kp-stars {
  color: #638253;
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 10px;
}

#top .kp-review-card p {
  min-height: 68px;
  font-style: italic;
  font-size: 14px;
}

#top .kp-review-card strong {
  color: #687160;
  font-size: 14px;
}

#top .kp-review-link {
  text-align: center;
  margin-top: 18px;
}

#top .kp-review-link a {
  color: #5e754f;
  font-weight: 700;
}

/* ---------- Forside: Proces ---------- */

#top .kp-process-section {
  padding: 0 0 36px;
}

#top .kp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--kp-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--kp-shadow);
}

#top .kp-process-item {
  padding: 24px 26px;
  border-right: 1px solid var(--kp-border);
  min-height: 126px;
}

#top .kp-process-item:last-child {
  border-right: none;
}

#top .kp-process-icon {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  margin-right: 16px;
  background: var(--kp-green-soft);
  color: var(--kp-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#top .kp-process-icon-phone {
  color: var(--kp-green-top);
}

#top .kp-process-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

#top .kp-process-item p {
  margin: 0;
  font-size: 14px;
}

/* ---------- Forside: Kontaktbånd ---------- */

#top .kp-contact-band {
  padding: 0 0 34px;
}

#top .kp-contact-band-grid {
  display: grid;
  grid-template-columns: 160px 1.1fr 0.9fr 240px;
  background: linear-gradient(135deg, #f5efe4 0%, #f1eadc 100%);
  border: 1px solid var(--kp-border);
  border-radius: 18px;
  overflow: hidden;
  min-height: 180px;
}

#top .kp-contact-plant img,
#top .kp-contact-room img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .kp-contact-main {
  padding: 28px;
}

#top .kp-contact-main h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

#top .kp-contact-main p {
  margin-bottom: 18px;
}

#top .kp-contact-info {
  padding: 26px 24px;
  border-left: 1px solid rgba(83, 104, 75, 0.18);
}

#top .kp-contact-info p {
  margin: 0 0 12px;
  font-size: 14px;
}

#top .kp-contact-info a {
  color: var(--kp-green-dark);
  text-decoration: none;
}

/* =========================================================
   7. UNDERSIDER / SKABELONER
   Brug wrapperen .kp-subpage på undersider
   ========================================================= */

#top .kp-subpage,
#top .kp-subpage * {
  box-sizing: border-box;
}

#top .kp-subpage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  color: var(--kp-text);
}

#top .kp-subpage .kp-wrap {
  width: min(var(--kp-wrap), calc(100vw - 56px));
  margin: 0 auto;
}

#top .kp-subpage h1,
#top .kp-subpage h2,
#top .kp-subpage h3 {
  color: var(--kp-green-dark);
  letter-spacing: -0.02em;
  text-transform: none;
  margin-top: 0;
}

#top .kp-subpage p,
#top .kp-subpage li {
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.65;
}

#top .kp-subpage a {
  color: var(--kp-green-dark);
}

/* ---------- Fælles sektioner ---------- */

#top .kp-section {
  padding: 70px 0;
}

#top .kp-section-soft {
  background: var(--kp-cream);
}

#top .kp-section-beige {
  background: var(--kp-beige);
}

#top .kp-section-heading,
#top .kp-subpage .kp-section-title {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}

#top .kp-section-heading p,
#top .kp-subpage .kp-section-title p {
  font-size: 17px;
}

/* ---------- Underside Hero ---------- */

#top .kp-sub-hero {
  background: linear-gradient(135deg, #faf7f2 0%, #f4efe6 100%);
  border-bottom: 1px solid var(--kp-border);
}

#top .kp-sub-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 430px;
  align-items: stretch;
}

#top .kp-sub-hero-copy {
  padding: 70px 54px 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#top .kp-sub-hero-copy h1 {
  font-size: 48px;
  line-height: 1.08;
  margin-bottom: 20px;
}

#top .kp-sub-hero-copy .kp-lead {
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #4d554c !important;
  max-width: 620px;
}

#top .kp-sub-hero-image {
  overflow: hidden;
  border-bottom-left-radius: 90px;
}

#top .kp-sub-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .kp-sub-trust-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(83, 104, 75, 0.18);
  font-size: 14px;
  font-weight: 700;
  color: #53604f;
}

#top .kp-sub-trust-row span::before {
  content: "•";
  margin-right: 8px;
  color: #8a9a82;
}

/* ---------- Tryghedsbånd ---------- */

#top .kp-trust-band {
  background: #ffffff;
  border-bottom: 1px solid var(--kp-border);
}

#top .kp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 34px 0;
}

#top .kp-trust-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
}

#top .kp-trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--kp-green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--kp-green-mid);
}

#top .kp-trust-item h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

#top .kp-trust-item p {
  margin: 0;
  font-size: 14px;
}

/* ---------- Cards / grids ---------- */

#top .kp-card,
#top .kp-info-card,
#top .kp-symptoms .iconbox_content,
#top .kp-methods .iconbox_content {
  background: var(--kp-white);
  border: 1px solid var(--kp-border);
  border-radius: var(--kp-radius-large);
  padding: 28px;
  box-shadow: var(--kp-shadow);
  transition: all 0.25s ease;
}

#top .kp-card:hover,
#top .kp-info-card:hover,
#top .kp-symptoms .iconbox_content:hover,
#top .kp-methods .iconbox_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--kp-shadow-strong);
}

#top .kp-card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#top .kp-card-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#top .kp-card-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

/* ---------- Symptomsektion ---------- */

#top .kp-symptom-section,
#top .kp-symptoms {
  background: #ffffff;
  padding: 64px 0;
}

#top .kp-symptom-card {
  background: #ffffff;
  border: 1px solid var(--kp-border);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: var(--kp-shadow);
}

#top .kp-symptom-icon,
#top .kp-symptoms .iconbox_icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: var(--kp-green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kp-green-dark);
  font-size: 25px;
  border: none;
}

#top .kp-symptom-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

#top .kp-symptom-card p {
  font-size: 14px;
  margin-bottom: 0;
}

/* ---------- Metodekort ---------- */

#top .kp-method-section,
#top .kp-methods {
  background: var(--kp-beige);
  padding: 70px 0;
}

#top .kp-method-card {
  background: #ffffff;
  border: 1px solid var(--kp-border);
  border-radius: 16px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: var(--kp-shadow);
}

#top .kp-method-icon,
#top .kp-methods .iconbox_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: var(--kp-green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kp-green-dark);
  font-size: 26px;
  border: none;
}

#top .kp-method-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

#top .kp-method-card p {
  font-size: 14px;
  margin-bottom: 0;
}

/* ---------- Faglig forklaring / infoboks ---------- */

#top .kp-info-section,
#top .kp-alarm {
  background: #ffffff;
  padding: 72px 0;
}

#top .kp-info-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: start;
}

#top .kp-info-copy h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

#top .kp-highlight-box,
#top .kp-info-box {
  background: linear-gradient(135deg, #f7f3eb 0%, #eef1e8 100%);
  border: 1px solid var(--kp-border);
  border-radius: var(--kp-radius-large);
  padding: 30px 28px;
  box-shadow: var(--kp-shadow);
}

#top .kp-highlight-box ul,
#top .kp-info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top .kp-highlight-box li,
#top .kp-info-box li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

#top .kp-highlight-box li::before,
#top .kp-info-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--kp-green-dark);
  font-weight: 700;
}

/* ---------- Mini Om Trine ---------- */

#top .kp-mini-about,
#top .kp-about {
  background: linear-gradient(135deg, #fbf7f1 0%, #f7f1e8 100%);
  border-top: 1px solid var(--kp-border);
  border-bottom: 1px solid var(--kp-border);
  padding: 54px 0;
}

#top .kp-mini-about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 42px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

#top .kp-mini-about-photo img,
#top .kp-about .avia-image-container img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: var(--kp-shadow);
}

#top .kp-mini-about-copy h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

/* ---------- Pris og kontakt ---------- */

#top .kp-price-contact,
#top .kp-prices {
  background: var(--kp-cream);
  padding: 70px 0;
}

#top .kp-price-contact-box,
#top .kp-price-box {
  background: #ffffff;
  border: 1px solid var(--kp-border);
  border-radius: 20px;
  box-shadow: var(--kp-shadow);
  overflow: hidden;
}

#top .kp-price-contact-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

#top .kp-price-column,
#top .kp-contact-column {
  padding: 34px 32px;
}

#top .kp-contact-column {
  border-left: 1px solid var(--kp-border);
  background: var(--kp-beige-soft);
}

#top .kp-price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--kp-border);
}

#top .kp-price-row:last-child {
  border-bottom: none;
}

#top .kp-price-row strong {
  color: var(--kp-green-dark);
}

/* ---------- FAQ ---------- */

#top .kp-faq-section,
#top .kp-faq {
  background: #ffffff;
  padding: 70px 0;
}

#top .kp-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

#top .kp-faq-item {
  border: 1px solid var(--kp-border);
  border-radius: 14px;
  margin-bottom: 12px;
  background: #ffffff;
  overflow: hidden;
}

#top .kp-faq-question {
  padding: 18px 22px;
  font-weight: 700;
  color: var(--kp-green-dark);
  background: var(--kp-beige-soft);
}

#top .kp-faq-answer {
  padding: 20px 22px;
}

#top .kp-faq-answer p {
  margin: 0;
}

/* Enfold Toggles */
#top .kp-faq-section .toggler,
#top .kp-faq .toggler {
  background: var(--kp-beige-soft);
  border: 1px solid var(--kp-border);
  border-radius: 14px;
  margin-bottom: 10px;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 700;
  color: var(--kp-green-dark);
}

#top .kp-faq-section .toggle_content,
#top .kp-faq .toggle_content {
  border: 1px solid var(--kp-border);
  border-top: none;
  border-radius: 0 0 14px 14px;
  padding: 20px 22px;
  margin-top: -10px;
  margin-bottom: 14px;
}

/* ---------- Afsluttende CTA ---------- */

#top .kp-final-cta,
#top .kp-get-started {
  background: linear-gradient(135deg, var(--kp-green-dark) 0%, var(--kp-green-top) 100%);
  color: #ffffff;
  padding: 64px 0;
}

#top .kp-final-cta h2,
#top .kp-final-cta h3,
#top .kp-final-cta p,
#top .kp-get-started h2,
#top .kp-get-started h3,
#top .kp-get-started p {
  color: #ffffff;
}

#top .kp-final-cta h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

#top .kp-final-cta p {
  font-size: 17px;
  max-width: 720px;
}

#top .kp-final-cta .kp-btn-light,
#top .kp-final-cta .avia-button,
#top .kp-get-started .avia-button {
  background: #ffffff !important;
  color: var(--kp-green-dark) !important;
  border-color: #ffffff !important;
}

/* ---------- Artikelsider / videnssider ---------- */

#top .kp-article-section {
  background: #ffffff;
  padding: 70px 0;
}

#top .kp-article-content {
  max-width: 860px;
  margin: 0 auto;
}

#top .kp-article-content h2 {
  font-size: 32px;
  margin-top: 42px;
  margin-bottom: 14px;
}

#top .kp-article-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#top .kp-article-content p {
  font-size: 17px;
  line-height: 1.75;
}

#top .kp-related-section {
  background: var(--kp-beige);
  padding: 58px 0;
}

/* =========================================================
   8. FORMULARER
   ========================================================= */

#top .kp-form input[type="text"],
#top .kp-form input[type="email"],
#top .kp-form input[type="tel"],
#top .kp-form textarea,
#top .avia_ajax_form input,
#top .avia_ajax_form textarea {
  background: var(--kp-white);
  border: 1px solid var(--kp-border);
  border-radius: 12px;
  font-size: 16px;
  padding: 16px;
  color: var(--kp-text);
}

#top .kp-form textarea,
#top .avia_ajax_form textarea {
  min-height: 160px;
}

/* =========================================================
   9. RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 1090px) {
  #top .kp-hero-grid,
  #top .kp-about-grid,
  #top .kp-contact-band-grid,
  #top .kp-sub-hero-grid,
  #top .kp-info-grid,
  #top .kp-mini-about-grid,
  #top .kp-price-contact-box {
    grid-template-columns: 1fr;
  }

  #top .kp-hero-copy,
  #top .kp-sub-hero-copy {
    padding: 58px 0 40px;
  }

  #top .kp-hero-image,
  #top .kp-sub-hero-image {
    min-height: 420px;
    border-bottom-left-radius: 0;
  }

  #top .kp-benefit-grid,
  #top .kp-service-grid,
  #top .kp-review-grid,
  #top .kp-process-grid,
  #top .kp-trust-grid,
  #top .kp-card-grid-3,
  #top .kp-card-grid-4,
  #top .kp-card-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  #top .kp-contact-plant,
  #top .kp-contact-room {
    display: none;
  }

  #top .kp-contact-column {
    border-left: none;
    border-top: 1px solid var(--kp-border);
  }
}

@media only screen and (max-width: 989px) {
  #top h1 {
    font-size: 42px;
  }

  #top h2 {
    font-size: 32px;
  }

  #top .kp-section,
  #top .kp-symptom-section,
  #top .kp-method-section,
  #top .kp-info-section,
  #top .kp-price-contact,
  #top .kp-faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #top h1 {
    font-size: 34px;
  }

  #top h2 {
    font-size: 28px;
  }

  #top h3 {
    font-size: 22px;
  }

  #top p,
  #top li {
    font-size: 16px;
  }

  #top .kp-mockup-home .kp-wrap,
  #top .kp-subpage .kp-wrap {
    width: calc(100vw - 30px);
  }

  #top .kp-hero-copy h1 {
    font-size: 38px;
  }

  #top .kp-sub-hero-copy h1 {
    font-size: 36px;
  }

  #top .kp-hero-lead,
  #top .kp-sub-hero-copy .kp-lead {
    font-size: 18px !important;
  }

  #top .kp-benefit-grid,
  #top .kp-service-grid,
  #top .kp-review-grid,
  #top .kp-process-grid,
  #top .kp-trust-grid,
  #top .kp-card-grid-3,
  #top .kp-card-grid-4,
  #top .kp-card-grid-5 {
    grid-template-columns: 1fr;
  }

  #top .kp-benefit-item,
  #top .kp-trust-item {
    grid-template-columns: 58px 1fr;
  }

  #top .kp-process-item {
    border-right: none;
    border-bottom: 1px solid var(--kp-border);
  }

  #top .kp-process-item:last-child {
    border-bottom: none;
  }

  #top .kp-section-title h2,
  #top .kp-about-copy h2,
  #top .kp-contact-main h2,
  #top .kp-info-copy h2,
  #top .kp-final-cta h2,
  #top .kp-mini-about-copy h2 {
    font-size: 27px;
  }

  #top .kp-card,
  #top .kp-info-card,
  #top .kp-symptom-card,
  #top .kp-method-card,
  #top .kp-price-box,
  #top .kp-info-box,
  #top .kp-highlight-box {
    padding: 22px;
    border-radius: 18px;
  }

  #top .kp-price-row {
    display: block;
  }

  #top .kp-price-row strong {
    display: block;
    margin-top: 6px;
  }

  #top .kp-trust-row,
  #top .kp-sub-trust-row {
    display: block;
  }

  #top .kp-trust-row span,
  #top .kp-sub-trust-row span {
    display: block;
    margin-bottom: 8px;
  }
}