.elementor-3609 .elementor-element.elementor-element-4902552{--display:flex;}.elementor-3609 .elementor-element.elementor-element-dbf377e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-957b431 */.leadership-hero-premium {
  background: #3f4a2a;
  color: #fff;
  padding: 120px 7vw;
  overflow: hidden;
}

.leadership-hero-premium__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 100px;
  align-items: center;
}

.hero-kicker {
  color: #d98f5f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 28px;
}

.leadership-hero-premium h1 {
  font-family: Georgia, serif;
  font-size: clamp(44px, 4.6vw, 66px);
  line-height: 1.1;
  font-weight: 400;
  max-width: 760px;
  margin: 0 0 30px;
}

.hero-lead {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

.hero-lead + .hero-lead {
  margin-top: 16px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 46px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  background: #d98f5f;
  color: #2f3521;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  border: 1px solid #d98f5f;
  transition: all 0.25s ease;
}

.hero-btn-primary:hover {
  background: transparent;
  color: #d98f5f;
  transform: translateY(-2px);
}

.hero-btn-link {
  color: #d98f5f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  border-bottom: 1px solid #d98f5f;
  padding-bottom: 6px;
}

.hero-btn-link:hover {
  color: #fff;
  border-color: #fff;
}

.leadership-hero-premium__image {
  position: relative;
}

.leadership-hero-premium__image::before {
  content: "";
  position: absolute;
  inset: -18px -40px -18px -18px;
  border: 1px solid rgba(217,143,95,0.18);
  border-top-left-radius: 55%;
  border-bottom-left-radius: 55%;
  z-index: 0;
}

.leadership-hero-premium__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 65% center;
  border-top-left-radius: 55%;
  border-bottom-left-radius: 55%;
  display: block;
}

@media (max-width: 900px) {
  .leadership-hero-premium {
    padding: 70px 24px;
  }

  .leadership-hero-premium__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .leadership-hero-premium h1 {
    font-size: 42px;
  }

  .leadership-hero-premium__image::before {
    display: none;
  }

  .leadership-hero-premium__image img {
    height: 420px;
    border-radius: 0 0 45% 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6bdef9c */.leadership-programs {
  background: #f3efe6;
  color: #2f3521;
  padding: 120px 7vw;
}

.leadership-programs__intro {
  max-width: 900px;
  margin-bottom: 76px;
}

.program-kicker {
  color: #d98f5f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

.leadership-programs h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.08;
  font-weight: 400;
  max-width: 760px;
  margin: 0 0 28px;
}

.leadership-programs__intro p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(47,53,33,0.82);
  margin: 0;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  gap: 32px;
  max-width: 1080px;
}

.program-card {
  border: 1px solid rgba(47,53,33,0.22);
  padding: 42px 36px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: all 0.25s ease;
}

.program-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217,143,95,0.65);
}

.program-card.featured {
  background: #3f4a2a;
  color: #ffffff;
  border-color: #3f4a2a;
}

.program-number {
  color: #d98f5f;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 42px;
}

.program-card h3 {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 22px;
}

.program-card p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(47,53,33,0.82);
  margin: 0 0 26px;
}

.program-card.featured p {
  color: rgba(255,255,255,0.86);
}

.program-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.program-card li {
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 0;
  border-top: 1px solid rgba(47,53,33,0.16);
}

.program-card.featured li {
  border-top-color: rgba(255,255,255,0.18);
}

.program-card a {
  margin-top: auto;
  color: #d98f5f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #d98f5f;
  width: fit-content;
  padding-bottom: 7px;
}

.program-card a:hover {
  color: #2f3521;
  border-color: #2f3521;
}

.program-card.featured a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 980px) {
  .leadership-programs {
    padding: 80px 24px;
  }

  .program-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .program-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abfc232 */.leadership-method {
  background: #ffffff;
  color: #2f3521;
  padding: 120px 7vw;
}

/* INTRO */
.leadership-method__intro {
  max-width: 800px;
  margin-bottom: 80px;
}

.method-kicker {
  color: #d98f5f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

.leadership-method h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 26px;
}

.leadership-method__intro p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(47,53,33,0.8);
}

/* GRID */
.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* STEP */
.method-step {
  border-top: 1px solid rgba(47,53,33,0.2);
  padding-top: 28px;
}

.step-number {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #d98f5f;
  margin-bottom: 18px;
}

.method-step h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 14px;
}

.method-step p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(47,53,33,0.8);
}

/* MOBILE */
@media (max-width: 900px) {
  .leadership-method {
    padding: 80px 24px;
  }

  .method-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b64becb */.tomas-profile-section {
  background: #3f4a2a;
  color: #ffffff;
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 780px;
}

.tomas-profile__image {
  position: relative;
  overflow: hidden;
}

.tomas-profile__image img {
  width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.tomas-profile__content {
  padding: 110px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tomas-kicker {
  color: #d98f5f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

.tomas-profile__content h2 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.08;
  font-weight: 400;
  max-width: 760px;
  margin: 0 0 32px;
}

.tomas-lead {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin: 0 0 18px;
}

.tomas-strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 54px;
}

.tomas-strength {
  border-top: 1px solid rgba(255,255,255,0.22);
  padding-top: 24px;
}

.tomas-strength span {
  display: block;
  color: #d98f5f;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.tomas-strength h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 14px;
}

.tomas-strength p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

@media (max-width: 980px) {
  .tomas-profile-section {
    grid-template-columns: 1fr;
  }

  .tomas-profile__image img {
    min-height: 420px;
    height: 420px;
  }

  .tomas-profile__content {
    padding: 80px 24px;
  }

  .tomas-strengths {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6232687 *//* ================================
   CTA SEKTION
================================ */

.leadership-cta {
  background: #2f3521;
  color: #ffffff;
  padding: 120px 7vw;
  text-align: center;
}

.leadership-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}

/* Kicker */
.cta-kicker {
  color: #d98f5f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Rubrik */
.leadership-cta h2 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 24px;
}

/* Text */
.leadership-cta p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  margin: 0 0 40px;
}

/* ================================
   KNAPPAR
================================ */

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* PRIMÄR KNAPP */
.cta-primary {
  background: #d98f5f !important;
  color: #2f3521 !important;
  padding: 16px 32px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  border: none !important;
  transition: all 0.25s ease;
}

.cta-primary:hover {
  background: #c97e50 !important;
  color: #2f3521 !important;
}

/* SEKUNDÄR KNAPP – FULLT FIXAD */
.cta-secondary {
  color: #d98f5f !important;
  border: 1px solid #d98f5f !important;
  background: transparent !important;

  padding: 16px 32px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 600;

  display: inline-block;
  opacity: 1 !important;

  transition: all 0.25s ease;
}

.cta-secondary:hover {
  background: #d98f5f !important;
  color: #2f3521 !important;
  border-color: #d98f5f !important;
}

/* ================================
   TRUST TEXT (valfri men stark)
================================ */

.cta-trust {
  margin-top: 28px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

/* ================================
   MOBIL
================================ */

@media (max-width: 900px) {
  .leadership-cta {
    padding: 80px 24px;
  }

  .leadership-cta h2 {
    font-size: 34px;
  }

  .cta-actions {
    flex-direction: column;
    gap: 16px;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-315a557 */.industry-proof {
  background: #f3efe6;
  padding: 100px 7vw;
  display: flex;
  justify-content: center;
}

.industry-proof__inner {
  max-width: 680px;
  width: 100%;
}

/* Rubrik */
.industry-proof h3 {
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 26px;
  position: relative;
}

/* Diskret linje ovanför */
.industry-proof h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #d98f5f;
  margin-bottom: 18px;
}

/* Första raden – lyft */
.industry-lead {
  font-size: 20px;
  line-height: 1.6;
  color: #2f3521;
  margin-bottom: 18px;
}

/* Brödtext */
.industry-proof p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(47,53,33,0.8);
  margin: 0 0 16px;
}

/* Avslut */
.industry-closing {
  margin-top: 28px;
  font-weight: 500;
  color: #2f3521;
}

/* Mobil */
@media (max-width: 900px) {
  .industry-proof {
    padding: 70px 24px;
  }

  .industry-proof h3 {
    font-size: 28px;
  }
}/* End custom CSS */