/* HJEM-side layout */

.home-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero .intro {
  font-size: 1.2rem;
  margin-bottom: 16px;
  line-height: 1.5;
}

.hero .description {
  font-size: 1.1rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}

.cta-button:hover {
  background: #333;
}
/* PROFIL 1 styling */

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.benefit-list li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button.secondary {
  background: #555;
}

.cta-button.secondary:hover {
  background: #777;
}
/* PROFIL 2 styling */

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.benefit-list li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button.secondary {
  background: #555;
}

.cta-button.secondary:hover {
  background: #777;
}
/* PROFIL 3 styling */

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.benefit-list li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button.secondary {
  background: #555;
}

.cta-button.secondary:hover {
  background: #777;
}
/* PROFIL 4 styling */

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.benefit-list li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.button-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-button.secondary {
  background: #555;
}

.cta-button.secondary:hover {
  background: #777;
}
/* BLOGG hero */

.blog-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../img/blogg-hero.jpg"); /* legg inn ditt eget bilde */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 40px;
}

.hero-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  max-width: 600px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-overlay h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.hero-tagline {
  font-size: 1.3rem;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hero-sub {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-intro {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 20px;
}
/* DONASJON styling */

.donation-options {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.donation-button {
  background: #111;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.donation-button:hover {
  background: #333;
}
.cta-button,
.donation-button {
  display: inline-block;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}

.cta-button.secondary,
.donation-button.secondary {
  background: #ffffff;
  color: #111827;
  border: 1px solid #111827;
}

.cta-button:hover,
.donation-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  background: #0f172a;
}

.button-row,
.donation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-image: url("img/hero-klima-1.jpg"); /* bytt til faktisk filnavn */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  max-width: 720px;
}

.hero h1 {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #f3f4f6;
}

.page-container {
  max-width: 960px;
  margin: 2.5rem auto;
  padding: 0 1.5rem 3rem;
}

.module-section {
  margin-bottom: 2rem;
}

.module-section h2 {
  margin-bottom: 0.5rem;
}

.benefit-list {
  list-style: disc;
  padding-left: 1.5rem;
}
