.elementor-7760 .elementor-element.elementor-element-8f4e764{--display:flex;}.elementor-7760 .elementor-element.elementor-element-ca81049{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ef20a57 *//* =========================
   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 */
/* Start custom CSS for html, class: .elementor-element-39ee5a9 *//* ===== CTA SECTION ===== */

.cta-section {
  padding: 60px 20px 70px;
  text-align: center;

  /* FULL WIDTH BAKGRUND */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* MYCKET SVAG UTSRPIDD GRÖN GRADIENT */
  background:
    radial-gradient(circle at 20% 30%, rgba(31,163,122,0.025) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(31,163,122,0.02) 0%, transparent 55%),
    radial-gradient(circle at 60% 80%, rgba(31,163,122,0.018) 0%, transparent 60%),
    #ffffff;
}

.cta-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

/* HEADLINE — mindre */
.cta-wrapper h2 {
  margin: 0 0 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  color: #2f3c44;
}

/* TEXT */
.cta-wrapper p {
  margin: 0 auto 24px;
  max-width: 560px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #5b6870;
}

/* BUTTON AREA */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* BASE BUTTON — mindre text */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 999px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* GREEN BUTTON */
.cta-primary {
  color: #fff !important;
  background: linear-gradient(90deg,#11b88a 0%,#19a772 100%);
  box-shadow: 0 6px 16px rgba(17,184,138,0.28);
}

.cta-primary:link,
.cta-primary:visited,
.cta-primary:hover,
.cta-primary:active {
  color: #fff !important;
  text-decoration: none;
}

/* HOVER — bara effekt */
.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(17,184,138,0.38);
}

/* OUTLINE BUTTON */
.cta-secondary {
  color: #2f3c44 !important;
  background: #fff;
  border: 1px solid #dfe5e8;
  text-decoration: none;
}

.cta-secondary:link,
.cta-secondary:visited,
.cta-secondary:hover,
.cta-secondary:active {
  color: #2f3c44 !important;
  text-decoration: none;
}

/* HOVER */
.cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.08);
  background: #fff;
}

/* MOBILE */
@media (max-width: 768px) {

  .cta-wrapper h2 {
    font-size: 32px;
  }

  .cta-wrapper p {
    font-size: 16px;
  }

  .cta-btn {
    width: 100%;
    max-width: 220px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */