@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

html, body {
    font-family: var(--font-sans) !important;
}

body { overflow-x: hidden; }

.navbar-nav {
    justify-content: center;
}
.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.navbar .nav-link { color: #ffffff !important; }
.navbar .nav-link:hover { color: #ffffff !important; opacity: .85; }
.navbar .dropdown-menu {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-link { font-size: 14px; font-weight: 300; }
    .navbar .cta-reachout { margin-left: 16px; margin-right: 12px; }
    .navbar .nav-center { gap: 26px !important; }
}
.navbar .dropdown-menu {
    border-radius: 8px;
}
.dropdown-mega {
    min-width: 680px;
    left: 50% !important;
    right: auto !important;
    display: block;
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.navbar .dropdown:hover .dropdown-mega,
.navbar .dropdown.show .dropdown-mega {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

/* Investor dropdown item layout */
.dropdown-item.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-iconbox {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.07);
    color: #117865;
}
.menu-iconbox i { color: #117865; font-size: 18px; }
.menu-text { display: inline-flex; flex-direction: column; line-height: 1.2; }
.menu-item-title { font-weight: 600; }
.menu-item-desc { font-size: 12px; color: #6b7280; }

/* CTA button */
.cta-reachout {
    background-color: #FBBE15;
    color: #ffffff !important;
    border-radius: 9999px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
}
.cta-reachout:hover { filter: brightness(0.95); color:#ffffff !important; }

/* Small orange pill for Projects */
.pill-orange {
    background-color: #FBBE15;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
}
.pill-count { vertical-align: middle; }

/* Language flags */
.lang-flags .flag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25) inset;
    filter: grayscale(1) brightness(1.1) contrast(0.9) saturate(0.6);
    transition: filter .15s ease;
}
.lang-flags .flag-icon.is-active,
.lang-flags a:hover .flag-icon {
    filter: none;
}

/* Removed spacer for fixed header to avoid layout shift */

.firstpage-hero h1 {
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #ffffff;
    max-width: 520px;
    margin-top: 60px;
}
.firstpage-hero p {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-top: 60px;
    max-width: 415px;
}

.firstpage-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.firstpage-hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.firstpage-hero .background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 18%);
    z-index: 4;
    backdrop-filter: blur(3px);
}
.firstpage-hero .background img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.firstpage-hero .container {
    position: relative;
    z-index: 5;
    max-width: 95vw
}
.firstpage-hero .hero-content { position: relative; z-index: 6; }
.firstpage-hero .cta-reachout { margin-top: 40px; }
.firstpage-hero .background img.hero-layer0 {
    z-index: 4;
}
.firstpage-hero .background img.hero-layer1 {
    z-index: 3;
}
.firstpage-hero .background img.hero-layer2 {
    z-index: 1;
}






/* ---------- Fog ---------- */
.fogwrapper {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
    filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  }
  #foglayer_01, #foglayer_02, #foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
  }
  #foglayer_01 .image01, #foglayer_01 .image02,
  #foglayer_02 .image01, #foglayer_02 .image02,
  #foglayer_03 .image01, #foglayer_03 .image02 {
    float: left;
    height: 100%;
    width: 50%;
  }
  #foglayer_01 {
    -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
    -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
    animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
  }
  #foglayer_02, #foglayer_03 {
    -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
    -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
  }
  
  /* ---------- Moving Fog ---------- */
  /*
    'size: cover' || 'size: 100%'; results remain the same
    'attachment: scroll' can be added or removed; results remain the same
    'attachment: fixed' causing unexpected results in Chrome
    'repeat-x' || 'no-repeat'; results remain the same
  */
  #foglayer_01 .image01, #foglayer_01 .image02 {
    background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent;
  }
  #foglayer_02 .image01, #foglayer_02 .image02,
  #foglayer_03 .image01, #foglayer_03 .image02{
    background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent;
  }
  
  /* ---------- Keyframe Layer 1 ---------- */
  @-webkit-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @-moz-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @-o-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  /* ---------- Keyframe Layer 2 ---------- */
  @-webkit-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @-moz-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @-o-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  /* ---------- Keyframe Layer 3 ---------- */
  @-webkit-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @-moz-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @-o-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @keyframes foglayer_03_opacity {
    0% { opacity: .8; }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  /* ---------- Keyframe moveMe ---------- */
  @-webkit-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @-moz-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @-o-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  
  @media only screen
    and (min-width: 280px)
    and (max-width: 767px) {
      #foglayer_01 .image01, #foglayer_01 .image02,
      #foglayer_02 .image01, #foglayer_02 .image02,
      #foglayer_03 .image01, #foglayer_03 .image02 {
        width: 100%;
      }
    }

/* ---------- Clouds (Firstpage Hero) ---------- */
.clouds-layer {
  position: absolute;
  inset: 0;
  z-index: 1; /* above base but behind hero-layer1 */
  pointer-events: none;
  overflow: hidden;
}
.clouds-track {
  position: absolute;
  inset: 0;
  width: 400%; /* four segments, each equals hero width */
  height: 100%; /* match hero height */
  display: flex;
  align-items: stretch;
  animation: clouds-scroll 140s linear infinite;
  will-change: transform;
}
.clouds-segment {
  flex: 0 0 25%; /* each segment = hero width */
  height: 100%;
  background-image: url('../img/clouds2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; /* exactly match hero dimensions */
}
.clouds-segment.mirrored {
  background-image: url('../img/clouds2.png');
  transform: scaleX(-1);
  transform-origin: center;
}
@keyframes clouds-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); } /* seamless: pattern 1-2-1-2 */
}
@media (max-width: 991.98px) {
  .clouds-track { animation-duration: 110s; }
}

/* Trusted by section */
.trusted-by {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.trusted-by-title {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 18px;
}
.trusted-by-logos { align-items: center; }
.trusted-by-logos img {
    width: 100%;
    max-width: 120px;
    height: auto;
    filter: grayscale(1) brightness(0.75) contrast(0.9) saturate(0.6);
    opacity: 0.9;
}
@media (min-width: 992px) {
    .trusted-by { padding-top: 48px; padding-bottom: 48px; }
    .trusted-by-logos img { max-width: 140px; }
    
}
@media (max-width: 767.98px) {
  .trusted-by-logos img {
    margin-bottom: 16px;
  }
}

/* Introduction section */
.introduction { padding-top: 64px; padding-bottom: 64px; }
.introduction .row { align-items: stretch; --bs-gutter-x: 8rem; --bs-gutter-y: 1.5rem; }
.introduction .col-lg-5 { display: flex; }
.introduction .padding { padding-top: 70px; padding-bottom: 70px; }
.introduction-image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    background-image: url('../img/hero-layer2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.introduction h2 {
    margin: 0 0 16px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #000000;
    max-width: 430px;
}
.introduction .introduction-content {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #747474;
  margin-bottom: 50px;
  max-width: 360px;
}
.introduction .col-lg-7 > p:first-of-type { margin: 0 0 24px; color: #4b5563; }
.introduction-items { margin-top: 28px; }
.introduction-item { display: flex; align-items: flex-start; gap: 20px; }
.introduction-item + .introduction-item { margin-top: 40px; }
.introduction-item .icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.07);
    color: #117865;
    flex: 0 0 40px;
}
.introduction-item .icon i { color: #117865; font-size: 18px; }
.introduction-item .content h3 {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}
.introduction-item .content p {
    margin: 8px 0 0;
    font-family: var(--font-sans);
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #747474;
}

.map-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 28%, rgba(244, 244, 244, 0) 100%), url('../img/map-desktop.svg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  aspect-ratio: 1724/757;
  border-radius: 15px;
}

.map-pin {
  position: absolute;
  left: 75.2322%;
  top: 32.7609%;
  transform: translate(-50%, -50%);
  width: clamp(14px, 1.6vw, 28px);
  height: clamp(14px, 1.6vw, 28px);
  background-color: #117865;
  border-radius: 50%;
  box-shadow: none;
  animation: none;
  z-index: 2;
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(17, 120, 101, 0.5);
  animation: map-pulse-ring 2s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}

@keyframes map-pulse-ring {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  70% { transform: translate(-50%, -50%) scale(5); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(5); opacity: 0; }
}

.map-media { position: absolute; inset: 0; }
.map-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.map-image { display: none; }

@media (max-width: 1250px) {
  .map-container {
    background-image: none;
    aspect-ratio: auto;
  }
  .map-image {
    display: block;
    width: 200%;
    height: auto;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    user-select: none;
    -webkit-user-drag: none;
  }
  .map-media { position: relative; }
  .map-media::after {
    background: linear-gradient(to top, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 40%, rgba(244,244,244,0) 70%);
  }
  .map-pin {
    left: 75.2%;
    top: 32.7609%;
    z-index: 2;
  }
  .map-content { position: relative; z-index: 3; padding-top: 32px; padding-bottom: 16px; }
  .map-container { padding-bottom: 16px; }
  .map-content { padding-left: 16px; padding-right: 16px; }
  .map-badge {
    position: relative;
    top: auto;
    left: auto;
    margin: 16px 16px 8px;
    height: 34px;
    padding: 0 24px;
    font-size: 14px;

    
  }
  .map-badge {
    position: relative !important;
    margin: 0px !important;
    margin-left: -20px !important;
    margin-bottom: 42px !important;
  }
}

/* Map content typography and placement */
.map-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: #0b0b0b;
}
.map-description {
  margin: 0;
  color: #4b5563;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.map-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 50px;
  background: #117865;
  color: #ffffff;
  border-radius: 9999px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  z-index: 4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

@media (min-width: 992px) {
  .map-container { display: flex; align-items: flex-end; }
  .map-content { width: 100%; padding: 56px 56px; }
  .map-title { font-size: 36px; line-height: 1.25; }
  .map-description { font-size: 18px; line-height: 30px; max-width: 560px; }
  .map-badge { top: 56px; left: 56px; }
}

/* Quote section */
.quote {
  background-image: url('../img/panel-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-top: 96px;
  display: flex;
  align-items: center;
}
/* Carousel cards */
.carousel-cards { padding-top: 64px; padding-bottom: 64px; max-width: 100vw; overflow-x: hidden; }
/* Sweden map */
.sweden-map { margin-top: 64px; }
.sweden-map .mapbox {
  position: relative;
  width: 100%;
  height: 500px;
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
}
.sweden-map .mapbox img { width: 100%; height: 100%; object-fit: contain; display: block; }
.sweden-map .pin {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FBBE15;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.sweden-map .pin::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 100%; height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(251, 190, 21, 0.45);
  animation: se-pulse 2s ease-out infinite;
}
@keyframes se-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
  70% { transform: translate(-50%, -50%) scale(4.5); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(4.5); opacity: 0; }
}
.carousel-header { margin-bottom: 16px; }
.carousel-title { margin: 0; font-weight: 800; font-size: 28px; }
.cards-swiper { position: relative; }
.cards-swiper { overflow: visible; }
.cards-swiper .swiper-wrapper { overflow: visible; }
.cards-swiper .swiper-wrapper { align-items: stretch; }
.cards-swiper .swiper-slide { height: auto; }
.card-placeholder {
  width: 100%;
  aspect-ratio: 500/600;
  background: #e5e7eb;
  border-radius: 12px;
}
.card-map {
  width: 100%;
  height: 260px;
  border-radius: 0px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.card-item {
  width: 100%;
  background: #F8F8F8;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-item .card-content {
  padding: 12px 12px 12px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
}
.card-item .card-title { margin: 0 0 6px; font-weight: 700; font-size: 16px; color: #0b0b0b; }
.card-item .card-subtitle { margin: 0; font-weight: 300; font-size: 14px; color: #6b7280; }

.sweden-map .mapbox { pointer-events: none; }

/* Map fade overlay into card background */
.card-map::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100px; /* start 100px inside the map */
  height: 100px; /* fade spans 100px */
  background: linear-gradient(to bottom, rgba(248,248,248,0) 0%, #F8F8F8 100%);
  pointer-events: none;
  z-index: 5;
}
.card-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 200px; /* solid overlay starts right after fade */
  bottom: 0;
  background: #F8F8F8;
  pointer-events: none;
  z-index: 5;
}
.card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  line-height: 1;
  padding: 6px 12px;
  color: #111827 !important;
}
.carousel-nav { position: relative; display: flex; gap: 8px; }
.carousel-nav .swiper-button-prev,
.carousel-nav .swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(17, 120, 101, 0.1);
  color: #117865;
}
.carousel-nav .swiper-button-prev:after,
.carousel-nav .swiper-button-next:after { font-size: 16px; font-weight: 700; }

.cards-swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
}
.cards-swiper .swiper-pagination .swiper-pagination-bullet { background: #9ca3af; opacity: 1; }
.cards-swiper .swiper-pagination .swiper-pagination-bullet-active { background: #111827; }

@media (min-width: 992px) {
  .carousel-title { font-size: 36px; }
}

.quote .container { display: flex; align-items: center; justify-content: center; height: 100%; }
.quote .quote-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.25;
  max-width: 900px;
  text-align: center;
  margin: 0;
}

@media (max-width: 991.98px) {
  .quote .quote-title { font-size: 32px; }
}
/* Fix mobile viewport overflow on hero */
@media (max-width: 767.98px) {
  .firstpage-hero { height: 100vh; }
}
@supports (height: 100svh) {
  @media (max-width: 767.98px) {
    .firstpage-hero { height: 100svh; }
  }
}

/* Firstpage hero - mobile typography tweaks */
@media (max-width: 767.98px) {
  .firstpage-hero h1 {
    font-size: 2rem;
    margin-top: 24px;
    line-height: 1.2;
    max-width: 90vw;
  }
  .firstpage-hero p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    max-width: 90vw;
  }
}

/* ----- Homepage CTA ----- */
.page-container.cta {
  background: url(../img/bg-dots.svg) right bottom / auto 100% no-repeat, linear-gradient(180deg, #FBBE15 0%, #FBBE15 100%);
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 16px;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.page-container.cta h2 {
  width: 100%;
  max-width: 603px;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}
.page-container.cta p {
  width: 100%;
  max-width: 580px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 24px;
}
.page-container.cta .button-container {
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
}
.page-container.cta .button-container .button-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px;
  line-height: 56px;
  height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  display: inline-block;
  text-decoration: none;
}
.page-container.cta .button-container .button-item.outline {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 54px;
}
.page-container.cta .cta-contact {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
  max-width: 500px;
}
.page-container.cta .cta-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url('../img/profile.png');
  background-size: cover;
  background-position: center;
  flex: 0 0 56px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.45), 0 2px 6px rgba(0,0,0,0.12);
}
.page-container.cta .cta-info .name { color:#ffffff; font-weight:700; margin:0; }
.page-container.cta .cta-info .role { color:#f3f4f6; font-size: 13px; margin: 2px 0 6px; }
.page-container.cta .cta-info a { color:#ffffff; text-decoration:none; }
.page-container.cta .cta-info a:hover { text-decoration:underline; }