.elementor-4940 .elementor-element.elementor-element-0aef11a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-fec170f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-b603aae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-bbf8d38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-27e6e53 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-4940 .elementor-element.elementor-element-97741f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-79e2364{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-c5f46df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4940 .elementor-element.elementor-element-3b94b3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0bb70df */.hb-logo img {
  height: 150px;
  width: auto;
  display: block;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e6e53 *//* Sektion */
.hb-energi {
  background: #F5F1EA;
  padding: 80px 0;
}

/* Introtext */
.hb-intro {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #5A4A3B;
  font-size: 20px;
}

/* Grid */
.hb-energi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Kort */
.hb-energi-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-top: 6px solid transparent;
}

/* Energifärger */
.hb-energi-aktivitet { border-color: #C75B4A; }
.hb-energi-energi { border-color: #D9A441; }
.hb-energi-trygghet { border-color: #6F9B5B; }
.hb-energi-vetgirighet { border-color: #4F7FA8; }

/* Mobil */
@media (max-width: 900px) {
  .hb-energi-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hb-energi-grid {
    grid-template-columns: 1fr;
    
  }
}
.hb-energi {
  padding-bottom: 120px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5429c0 *//* Sektion */
.hb-valj-verktyg {
  background-color: #F8F3EC;
  padding: 90px 0;
}

/* Introtext */
.hb-valj-verktyg .hb-intro {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #5A4A3B;
  font-size: 20px;
}

/* Grid */
.hb-val-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Kort */
.hb-val-card {
  background-color: #fffdf8;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.25s ease;
}

.hb-val-card:hover {
  transform: translateY(-4px);
}

/* Energi-punkter */
.hb-energy-dots {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.hb-energy-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Färger */
.dot.aktivitet { background-color: #C75B4A; }
.dot.energi { background-color: #D9A441; }
.dot.trygghet { background-color: #6F9B5B; }
.dot.vetgirighet { background-color: #4F7FA8; }

/* Mobil */
@media (max-width: 900px) {
  .hb-val-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hb-val-grid {
    grid-template-columns: 1fr;
  }
}
.hb-valj-verktyg {
  box-shadow: 0 -20px 40px rgba(0,0,0,0.04);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95dc385 *//* Sektion – mer luft och tydlig botten */
.hb-verktygsbalte {
  background-color: #F0E6D8;
  padding: 100px 0 150px 0;
}

/* Introtext */
.hb-verktygsbalte .hb-intro {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #5A4A3B;
  font-size: 20px;
}

/* Grid */
.hb-kurs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* Kurskort */
.hb-kurs-card {
  background-color: #fffdf8;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.25s ease;
  cursor: pointer;
}

.hb-kurs-card:hover {
  transform: translateY(-4px);
}

/* Energi-punkter */
.hb-energy-dots {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.hb-energy-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Färger */
.dot.aktivitet { background-color: #C75B4A; }
.dot.energi { background-color: #D9A441; }
.dot.trygghet { background-color: #6F9B5B; }
.dot.vetgirighet { background-color: #4F7FA8; }

/* Mobil */
@media (max-width: 900px) {
  .hb-kurs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hb-kurs-grid {
    grid-template-columns: 1fr;
  }
}
.hb-verktygsbalte {
  box-shadow: 0 -20px 40px rgba(0,0,0,0.04);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b95138f */.hb-footer-logo img {
  height: 80px; /* justera efter smak */
  width: auto;
  display: block;
  opacity: 0.9; /* mjukare, jordigare */
}/* End custom CSS */
/* Start custom CSS *//* ===== BAS ===== */

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f1ea; /* ljus jordton */
  color: #3b3027;           /* mörk jord/brun */
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  margin-top: 0;
  color: #2b221b;
}

.hb-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.hb-section {
  padding: 60px 0;
}

.hb-center {
  text-align: center;
}

/* ===== HEADER ===== */

.hb-header {
  background-color: #e0d4c4; /* varm beige */
  border-bottom: 1px solid #d0c2af;
}

.hb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.hb-logo span {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hb-nav a {
  margin-left: 20px;
  font-size: 0.95rem;
}

.hb-nav a:hover {
  text-decoration: underline;
}

/* ===== HERO ===== */

.hb-hero {
  background-color: #f0e6d8; /* mjuk, varm ton */
  padding: 80px 0;
}

.hb-hero-inner {
  text-align: center;
  max-width: 800px;
}

.hb-hero h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.hb-hero-statement {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hb-hero-sub {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #5a4a3b;
}

.hb-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background-color: #8b6b4a; /* jordbrun */
  color: #fdfaf5;
  font-weight: 500;
}

.hb-btn:hover {
  background-color: #73563a;
}

/* ===== EXEMPELSEKTION ===== */

.hb-example {
  background-color: #f8f3ec;
}

.hb-example h2 {
  text-align: center;
  margin-bottom: 30px;
}

.hb-example-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hb-example-box {
  background-color: #fffdf8;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.hb-quote {
  font-style: italic;
  margin: 10px 0;
}

.hb-example-point {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

/* ===== ENERGIER ===== */

.hb-energi {
  background-color: #f5f1ea;
}

.hb-energi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.hb-energi-card {
  background-color: #fffdf8;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
  font-size: 0.95rem;
}

/* Du kan justera färgerna här om du vill tona kanter efter energierna */
.hb-energi-aktivitet { border-top: 4px solid #c75b4a; }
.hb-energi-energi    { border-top: 4px solid #d9a441; }
.hb-energi-trygghet  { border-top: 4px solid #6f9b5b; }
.hb-energi-vetgirighet { border-top: 4px solid #4f7fa8; }

/* ===== KURSER ===== */

.hb-kurser {
  background-color: #f0e6d8;
}

.hb-kurs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.hb-kurs-card {
  background-color: #fffdf8;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
  font-size: 0.95rem;
}

/* ===== FÖR VEM ===== */

.hb-for-vem {
  background-color: #f8f3ec;
}

.hb-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hb-chip {
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #e0d4c4;
  font-size: 0.9rem;
}

.hb-chip:hover {
  background-color: #d0c2af;
}

/* ===== CTA ===== */

.hb-cta {
  background-color: #f5f1ea;
  text-align: center;
}

/* ===== FOOTER ===== */

.hb-footer {
  background-color: #3b3027;
  color: #f5f1ea;
  padding: 20px 0;
  font-size: 0.9rem;
}

.hb-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ===== RESPONSIVT ===== */

@media (max-width: 900px) {
  .hb-example-grid,
  .hb-energi-grid,
  .hb-kurs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hb-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hb-example-grid,
  .hb-energi-grid,
  .hb-kurs-grid {
    grid-template-columns: 1fr;
  }

  .hb-hero {
    padding: 60px 0;
  }
  .hb-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.hb-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #C75B4A; /* röd energi */
  border-radius: 2px;
}
.hb-energi {
  padding-bottom: 120px;
}
.hb-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.hb-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #C75B4A; /* röd energi */
  border-radius: 2px;
}

}/* End custom CSS */