.elementor-8352 .elementor-element.elementor-element-830254f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-df15166 *//* =========================
   ARTICLE PAGE – GEDOC
   ========================= */

.article-page{
  font-family:'Inter',sans-serif;
  background:#fff;
  color:#1e2d32;
}

.article-hero{
  position:relative;
  width:100vw;
  margin-left:calc(-50vw + 50%);
  height:620px;
  overflow:hidden;
}

.article-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.article-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(255,255,255,0.15) 15%,
    rgba(255,255,255,0.85) 70%,
    #fff 100%
  );
}

.article-hero-content{
  position:absolute;
  bottom:60px;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  max-width:900px;
}

.article-badge{
  display:inline-block;
  background:#18a07a;
  color:#fff;
  font-size:12px;
  font-weight:600;
  padding:6px 12px;
  border-radius:999px;
  margin-bottom:18px;
}

.article-hero h1{
  font-family:'Gotham', sans-serif !important;
  font-size:50px;
  line-height:1.05;
  font-weight:200 !important;
  letter-spacing:-0.4px;
  margin:0 0 10px;
}

.article-subtitle{
  font-family:'Gotham', sans-serif !important;
  font-weight:300 !important;
  font-size:24px;
  color:#42515a;
  margin:12px 0 18px;
}

.article-meta{
  font-size:14px;
  color:#5f6b6a;
  display:flex;
  gap:14px;
}

/* CONTENT */
.article-content{
  max-width:860px;
  margin:0 auto;
  padding:40px 20px 100px;
  position:relative;
  left:10px;
  font-family:'Gotham', sans-serif;
  font-weight:300;
}

.article-content p{
  font-size:24px;
  line-height:1.75;
  color:#2f3a45;
  margin-bottom:26px;
}

.article-content h2{
  font-family:'Gotham', sans-serif !important;
  font-weight:500 !important;
  font-size:25px;
  margin-top:60px;
  margin-bottom:18px;
  color:#1f2d3a;
}

.intro{
  font-size:32px;
  line-height:1.5;
  color:#1d2d36;
}

/* =========================
   QUOTE (med hover-effekt)
   ========================= */

.quote{
  background:linear-gradient(
    135deg,
    rgba(24,160,122,0.04) 0%,
    rgba(24,160,122,0.02) 40%,
    rgba(247,248,249,1) 100%
  );

  border-left:4px solid transparent;
  border-image:linear-gradient(
    to bottom,
    rgba(24,160,122,0.30),
    rgba(24,160,122,0.85),
    rgba(24,160,122,0.30)
  ) 1;

  box-shadow:
    0 4px 14px rgba(24,160,122,0.06);

  padding:18px 20px;
  margin:24px 0;
  font-style:italic;
  font-weight:300;
  font-size:14px;
  border-radius:4px;

  transition:all 0.25s ease;
}

.quote:hover{
  transform:translateY(-2px);

  box-shadow:
    0 6px 18px rgba(24,160,122,0.10);

  background:linear-gradient(
    135deg,
    rgba(24,160,122,0.06) 0%,
    rgba(24,160,122,0.03) 40%,
    rgba(247,248,249,1) 100%
  );
}

/* VIDEO */
.video-wrapper{
  margin-top:25px;
  border-radius:14px;
  overflow:hidden;
}

.video-wrapper iframe{
  width:100%;
  height:450px;
}

/* TAGS */
.article-tags{
  margin:30px 0;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.article-tags span{
  background:#eef3f2;
  padding:6px 14px;
  border-radius:999px;
  font-size:13px;
}

/* CTA */
.article-cta{
  margin-top:40px;
  background:linear-gradient(
    135deg,
    #eef5f3 0%,
    #f7fbfa 45%,
    #edf4f2 100%
  );
  border-radius:16px;
  padding:40px;
  text-align:center;
}

.article-cta h3{
  font-size:25px;
  margin-bottom:10px;
}

.article-cta p{
  font-size:18px;
  margin-bottom:22px;
}

.cta-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.btn-primary{
  background:#18a07a;
  color:#fff;
  padding:12px 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:500;
  transition: all 0.25s ease;
}

.btn-primary:hover{
  background:#21b88c;
  color:#fff;
  transform: translateY(-2px);
}

.btn-secondary{
  border:1px solid #ccc;
  padding:12px 24px;
  border-radius:999px;
  text-decoration:none;
  color:#1f2d3a;
}

/* MOBILE */
@media (max-width:900px){
  .article-hero{ height:420px; }
  .article-hero h1{ font-size:38px; }
  .article-subtitle{ font-size:18px; }
  .intro{ font-size:24px; }
  .article-content h2{ font-size:30px; }
  .article-content p{ font-size:18px; }
}

/* DIVIDER */

.section-divider{
  position:relative;
  width:100%;
  height:20px;
  margin:42px 0 32px;
}

.section-divider::before,
.section-divider::after{
  content:"";
  position:absolute;
  top:50%;
  width:calc(50% - 18px);
  height:1px;
  background:#18a07a;
  opacity:0.35;
}

.section-divider::before{ left:0; }
.section-divider::after{ right:0; }

.section-divider span{
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  background:#18a07a;
  transform:translate(-50%,-50%) rotate(45deg);
}

/* SCROLL REVEAL */

.reveal{
  opacity:0;
  transform:translateY(40px);
  transition:opacity .8s ease, transform .8s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

/* EDITOR FIX */
.elementor-editor-active .reveal{
  opacity:1 !important;
  transform:none !important;
}

/* META ICONS */

.article-meta{
  font-size:14px;
  color:#5f6b6a;
  display:flex;
  gap:22px;
  align-items:center;
}

.article-meta span{
  position:relative;
  padding-left:22px;
}

.meta-date::before{
  content:"📅";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:#18a07a;
  font-size:14px;
}

.meta-read::before{
  content:"🕒";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-52%);
  color:#18a07a;
  font-size:14px;
}

.intro::first-letter{
  float:left;
  font-family:'Gotham', sans-serif;
  font-size:48px;
  line-height:0.78;
  font-weight:200;
  color:#18a07a;
  margin-right:6px;
  margin-top:4px;
}/* End custom CSS */