body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f4f6f9;
  color: #030202; /* almost black */
  line-height: 1.6;
}

.page-header-erhverv {
  background-color: #033632; /* dark teal */
  color: white;
  text-align: center;
  padding: 3rem 1rem;
}

header h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
  color: #f69a4f; /* orange */
}

.page-intro {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
}

/* section {
  max-width: 1100px;
  margin: 3rem auto;
} */

section a {
   color: #f69a4f; /* orange */
    text-decoration: underline;
    transition: color 0.3s;
}

section a:hover {
   color: #663810;
}


h2 {
  color: #033632; /* dark green */
  margin-bottom: 1rem;
}

/* Fordele Section */

.benefits {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
}

/* .benefits ul {
  list-style: none;
  padding: 0;
}

.benefits li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
} */

/* .benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f69a4f; 
  font-weight: bold;
}
 */

 
.cta-box-erhverv {
  background-color: #6ac6bd; /* mint/teal */
  color: #030202; /* almost black */
  text-align: center; 
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cta-box-erhverv h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #04615f; /* brown */
}

.cta-box-erhverv {
    color: #f4f6f9;
    font-size: 1.2rem;
    font-weight: 600;
}

.cta-box-erhverv a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-box-erhverv a:hover {
  background-color: #e07d2d; /* darker orange hover */
}