@import "./_sidebar.css";
@import "./mount-header.css";
@import "./buttons.css";
@import "./mountview-swiper.css";
@import "./animations.css";
/*
Theme Name: Mount TFI
Template: hello-elementor
Version: 2.5 - Final & Fully Restored
Author: hyperocks
*/

/* ===================================================================
   TABLE OF CONTENTS
   ===================================================================
   1.  Global & Body Settings
   2.  Lenis Smooth Scroll
   3.  Unified Scrollbar Styles
   4.  Header
   5.  Sidebar & Overlay
       5.1. Main Containers
       5.2. Header & Close Button
       5.3. Dropdown Menu (POPRAWIONE)
       5.4. Document List
   6.  Page Components
       6.1. Hero Section (Layout)
       6.2. Poprawka dla kontenerów o pełnej szerokości
       6.3. Hero Section Elements (Logo & Headings)
       6.4. Hero Section Data Bar & Separator
       6.5. General Headlines & Typography
       6.6. Fund Cards
       6.7. Team Members & Swiper
       6.8. Other Components (Buttons, Images etc.)
       6.9. GSAP Animation Prep Styles
   7.  Utilities & Debug
   8.  Responsive Media Queries
=================================================================== */

/* Font Loading Fallbacks */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Work Sans ExtraLight"), local("WorkSans-ExtraLight");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Work Sans Light"), local("WorkSans-Light");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Work Sans Regular"), local("WorkSans-Regular");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold");
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Space Grotesk Light"), local("SpaceGrotesk-Light");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Space Grotesk Regular"), local("SpaceGrotesk-Regular");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Space Grotesk Medium"), local("SpaceGrotesk-Medium");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Space Grotesk SemiBold"), local("SpaceGrotesk-SemiBold");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Space Grotesk Bold"), local("SpaceGrotesk-Bold");
}

:root {
  --color-dark: #121212;
  --color-darkbodycopy: #0f1e29;
  --color-text: #0f1e29;
  --color-green-bright: #61b28e;
  --color-green-super-bright: #32bf82;
  --color-green-dark: #4d8d71;
  --color-bg-light-1: #ebeae7;
  --color-bg-light-2: #e1dfdb;
  --color-bg-dark-1: #1b343d;
  --color-bg-dark-2: #0f2929;
  --color-black: #000000;
  --color-white: #ffffff;

  /* Global Padding Variables - Editable */
  /* Left and Right Padding All /Sections/Containers*/
  --fluid-side-padding-min: 1.25rem; /* 20px */
  --fluid-side-padding-max: 14rem; /* 80px */

  /* Top and Bottom Padding All Containers*/
  --section-xxl-padding-min: 9.375rem; /* 150px */
  --section-xxl-padding-max: 10rem; /* 160px */

  --section-xl-padding-min: 6.875rem; /* 110px */
  --section-xl-padding-max: 7.5rem; /* 120px */

  --section-l-padding-min: 5.625rem; /* 90px */
  --section-l-padding-max: 6.25rem; /* 100px */

  --section-m-padding-min: 5rem; /* 80px */
  --section-m-padding-max: 5rem; /* 80px */

  --section-s-padding-min: 3.75rem; /* 60px */
  --section-s-padding-max: 3.75rem; /* 60px */

  --section-xs-padding-min: 2.5rem; /* 40px */
  --section-xs-padding-max: 2.5rem; /* 40px */

  --section-xxs-padding-min: 1.5rem; /* 24px */
  --section-xxs-padding-max: 1.5rem; /* 24px */

  --section-header-padding-min: 1.25rem; /* 20px */
  --section-header-padding-max: 1.25rem; /* 20px */

  /* Hero Sections Height Variable */
  --section-hero-height: 100vh; /* 100% the screen height */

  /* Offset Padding for Overlay Headers */
  --section-offset-header: 80px; /* Adjust to the overlay header's negative margin */

  /* Width For Narrow Sections*/
  --section-narrow: 62.5rem; /* 1000px */
  --section-narrow-xs: 45rem; /* 720px */
}
/* variables (edit here)*/

/* CSS Template (do not edit below) */

/* Section/Container Padding - Fluid Variants */
.section-xxl {
  padding-top: clamp(
    var(--section-xxl-padding-min),
    1.087vw + 9.13rem,
    var(--section-xxl-padding-max)
  );
  padding-bottom: clamp(
    var(--section-xxl-padding-min),
    1.087vw + 9.13rem,
    var(--section-xxl-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    7.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.317rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-xl {
  padding-top: clamp(
    var(--section-xl-padding-min),
    1.087vw + 6.63rem,
    var(--section-xl-padding-max)
  );
  padding-bottom: clamp(
    var(--section-xl-padding-min),
    1.087vw + 6.63rem,
    var(--section-xl-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-l {
  padding-top: clamp(
    var(--section-l-padding-min),
    1.087vw + 5.38rem,
    var(--section-l-padding-max)
  );
  padding-bottom: clamp(
    var(--section-l-padding-min),
    1.087vw + 5.38rem,
    var(--section-l-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-m {
  padding-top: clamp(
    var(--section-m-padding-min),
    0vw + 5rem,
    var(--section-m-padding-max)
  );
  padding-bottom: clamp(
    var(--section-m-padding-min),
    0vw + 5rem,
    var(--section-m-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-s {
  padding-top: clamp(
    var(--section-s-padding-min),
    0vw + 3.75rem,
    var(--section-s-padding-max)
  );
  padding-bottom: clamp(
    var(--section-s-padding-min),
    0vw + 3.75rem,
    var(--section-s-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-xs {
  padding-top: clamp(
    var(--section-xs-padding-min),
    0vw + 2.5rem,
    var(--section-xs-padding-max)
  );
  padding-bottom: clamp(
    var(--section-xs-padding-min),
    0vw + 2.5rem,
    var(--section-xs-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-xxs {
  padding-top: clamp(
    var(--section-xxs-padding-min),
    0vw + 1.5rem,
    var(--section-xxs-padding-max)
  );
  padding-bottom: clamp(
    var(--section-xxs-padding-min),
    0vw + 1.5rem,
    var(--section-xxs-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

.section-header {
  padding-top: clamp(
    var(--section-header-padding-min),
    0vw + 1.25rem,
    var(--section-header-padding-max)
  );
  padding-bottom: clamp(
    var(--section-header-padding-min),
    0vw + 1.25rem,
    var(--section-header-padding-max)
  );
  padding-left: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
  padding-right: clamp(
    var(--fluid-side-padding-min),
    6.522vw + -0.217rem,
    var(--fluid-side-padding-max)
  ) !important;
}

/* Hero Container/Sections Height */
.section-hero {
  min-height: var(--section-hero-height) !important;
}

.section-hero .e-con-inner {
  justify-content: center !important;
}

/* Full Width Sections - No Side Padding */

.section-full div {
  max-width: 100% !important;
}

/* Narrow Sections */
.section-narrow .e-con-inner {
  max-width: var(--section-narrow) !important;
}

.section-narrow-xs .e-con-inner {
  max-width: var(--section-narrow-xs) !important;
}

/* Offset Padding for Overlay Headers */
.section-offset {
  padding-top: calc(
    var(--section-offset-header) + var(--section-xxl-padding-min)
  );
}

/* ===================================================================
   1. Global & Body Settings
=================================================================== */
body {
  font-size: 100%;
}

/* ===================================================================
   CUSTOM CURSOR STYLES
=================================================================== */
.custom-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 1px solid var(--color-green-dark);
  transition: transform 0.15s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 999999;
  opacity: 0;
  will-change: transform, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-dot {
  width: 2px;
  height: 2px;
  background-color: var(--color-green-dark);
  border-radius: 50%;
  transition: background-color 0.15s ease;
}

/* Hover state styling - simplified */
.custom-cursor.cursor-hover,
.custom-cursor.cursor-hover-small {
  transform: scale(1.2);
  background: rgba(0, 0, 0, 0.328);
  border-color: var(--color-green-bright);
}

.custom-cursor.cursor-hover .cursor-dot,
.custom-cursor.cursor-hover-small .cursor-dot {
  background-color: #ffffff00;
  width: 4px;
  height: 4px;
}

/* Disable on touch devices */
@media (hover: none) and (pointer: coarse) {
  .custom-cursor {
    display: none !important;
  }
}

/* ===================================================================
   2. Lenis Smooth Scroll
=================================================================== */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
  overflow: hidden !important;
  height: 100% !important;
}
body.sidebar-open {
  /*overflow: hidden !important;*/
  /* touch-action: none; - usuwamy to, bo blokuje scrollowanie w sidebarze */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===================================================================
   3. Unified Scrollbar Styles
=================================================================== */
html.lenis::-webkit-scrollbar,
.docs-lista::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(18, 18, 18, 0.05);
}
html.lenis::-webkit-scrollbar-track,
.docs-lista::-webkit-scrollbar-track {
  background: transparent;
}
html.lenis::-webkit-scrollbar-thumb,
.docs-lista::-webkit-scrollbar-thumb {
  background-color: var(--color-green-dark);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
html.lenis::-webkit-scrollbar-thumb:hover,
.docs-lista::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-green-bright);
}

/* Dodatkowe style dla scrollbar na całej stronie */
html::-webkit-scrollbar {
  width: 16px;
  background-color: var(--color-dark);
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background-color: var(--color-green-dark);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-green-bright);
}

/* === GLOBAL BLACK SCROLLBAR === */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.docs-lista::-webkit-scrollbar {
  width: 16px;
  background: var(--color-green-);
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.docs-lista::-webkit-scrollbar-track {
  background: var(--color-bg-light-1) !important;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.docs-lista::-webkit-scrollbar-thumb {
  background: var(--color-green-dark) !important;
  border-radius: 6px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.docs-lista::-webkit-scrollbar-thumb:hover {
  background: var(--color-green-dark) !important;
}

/* ===================================================================
   X. Other Funds Styles 
=================================================================== */
.more-fund-manager-title {
  margin-bottom: 0 !important;
}
.more-fund-manager-title > p {
  margin-bottom: 0 !important;
}
.more-fund-manager-name > h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1vw + 0.1rem, 1.1rem);
  color: var(--color-darkbodycopy);
  padding-top: 5px;
}

/* ===================================================================
   4. Header
=================================================================== */
.menu-header {
  position: sticky !important;
  top: 0;
  z-index: 999 !important;
  background-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(18, 18, 18, 0.05);
  will-change: transform;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* ===================================================================
   6. Page Components
=================================================================== */

/* 6.1. Hero Section (Layout) */
.hero-section {
  padding-block: clamp(4rem, 10vw, 10rem);
  padding-inline: clamp(1rem, 6vw, 5rem);
  position: relative;
  z-index: 1;
}

/* 6.2. Poprawka dla kontenerów o pełnej szerokości */
.elementor-element-fa7fd4a {
  overflow-x: hidden !important;
}

/* 6.3. Hero Section Elements (Logo & Headings) */
.hero-logo {
  max-width: 180px;
  margin: 0 auto 2rem;
}

.hero-heading > .elementor-widget-container > p {
  color: var(--color-white);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

/* 6.5. General Headlines & Typography */
h2.headline-animate {
  font-size: clamp(1.5rem, 1.3773rem + 0.5455vw, 2.4rem) !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
  font-family: "Work Sans", sans-serif !important;
}
h2.headline-animate em {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  color: #4d8d71;
  font-weight: 400;
}
.fluid-text p {
  font-size: clamp(1.1rem, 1.25vw, 1.3rem);
  max-width: 65ch;
  margin-bottom: 1.25em;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
}

/* 6.6. Fund Cards */
/*
.our-funds-container {
  align-content: center;
  align-items: center;
  background-color: #000000;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 90px 64px 64px;
  position: relative;
  width: 100%;
  z-index: 2;
}*/
.our-funds-padding {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 48px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 128px 0 128px;
  position: relative;
  width: 90vw;
}
.fund-card-container {
  display: grid;
  flex: none;
  gap: 1rem;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, min-content);
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
.fund-card {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: visible;
  position: relative;
  background: var(--color-bg-light-2);
  padding: 48px;
  border-radius: 21px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  flex: 1 1 22%;
  display: flex;
  gap: 1rem;
  height: 350px;
  width: 100%;
}

.more-fund-logo {
  max-width: 100px;
}
.fund-desc {
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  color: var(--color-darkbodycopy);
  line-height: 1.4;
  width: 35ch;
}
.fund-manager-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.fund-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;

  color: var(--color-black);
}
.fund-label em {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  color: var(--color-green-dark);
}

.fund-label.fund-label-white {
  color: var(--color-white);
}
.fund-label.fund-label-white em {
  color: var(--color-green-bright);
}
/* Widescreen: 2400px and up */
@media (min-width: 2400px) {
  body::after {
    content: "Widescreen";
  }
}

/* Desktop: 1366px to 2399px */
@media (min-width: 1366px) and (max-width: 2399px) {
  body::after {
    content: "Desktop";
  }
  .fund-card {
    height: 300px;
    padding: 18px;
  }
}

/* Laptop: 1024px to 1365px */
@media (min-width: 1024px) and (max-width: 1365px) {
  body::after {
    content: "Laptop";
  }
  .fund-card {
    height: 250px;
    padding: 18px;
  }
  .fund-desc {
    font-size: 1rem;
    width: 55ch;
  }
}

/* Tablet: 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  body::after {
    content: "Tablet";
  }
  .fund-card {
    height: 250px;
    padding: 18px;
  }
  .fund-desc {
    font-size: 0.9rem;
    width: 55ch;
  }
}

/* Mobile: 0px to 767px */
@media (max-width: 767px) {
  body::after {
    content: "Mobile";
  }
  .fund-card {
    height: 250px;
    padding: 18px;
  }
  .fund-desc {
    font-size: 1rem;
    width: 70ch;
  }
}
/* 6.7. Team Members & Swiper */
.team-member:hover .team-member-name {
  color: var(--color-green-dark) !important;
  transition: color 0.5s ease;
}
.swiper-slide.dimmed {
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

/* === Images=== */
.hero-person__img img {
  border-radius: 16px;
  overflow: hidden;
}

/* 6.9. GSAP Animation Prep Styles */
.animated-feature-section .label-animate,
.animated-feature-section .fluid-text,
.animated-feature-section .icon-block,
.animated-why-section .label-animate,
.animated-why-section .elementor-widget-image,
.animated-why-section .fluid-text-white-private-debt,
.animated-why-section .elementor-widget-icon-box,
.animated-how-section .label-animate,
.animated-how-section .headline-animate,
.animated-how-section .icon-block {
  opacity: 0;
  visibility: hidden;
}

.headline-animate h2 {
  opacity: 1;
}
.headline-animate .line {
  overflow: hidden;
  padding-bottom: 0.1em;
}

.hero-person .hero-img {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.reveal-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-light-2);
  z-index: 1;
  transform-origin: bottom;
}
.hero-person .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  opacity: 0;
}
.hero-person-content > * {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.animated-docs-section .docs-header-content,
.animated-docs-section .docs-grid {
  opacity: 0;
  visibility: hidden;
}

/* ===================================================================
   7. Utilities & Debug
=================================================================== */
.section-fluid {
  padding-block: clamp(2rem, 8vw, 8rem);
  padding-inline: clamp(1rem, 5vw, 4rem);
  max-width: 80rem;
  margin-inline: auto;
}
.sidebar-trigger-category {
  cursor: pointer;
}
#viewport-debug {
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--color-black);
  color: #0f0;
  font-size: 12px;
  font-family: monospace;
  padding: 4px 8px;
  z-index: 999999;
  pointer-events: none;
}

/* ===================================================================
   8. Responsive Media Queries
=================================================================== */

/* --- Sidebar --- */
@media (min-width: 768px) {
  #sidebar-panel-dokumenty {
    max-width: 80vw;
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  #sidebar-panel-dokumenty {
    max-width: 50vw;
    width: 50vw;
  }
}
@media (min-width: 1366px) {
  #sidebar-panel-dokumenty {
    max-width: 30vw;
    width: 30vw;
  }
}
@media (min-width: 2400px) {
  #sidebar-panel-dokumenty {
    max-width: 20vw;
    width: 20vw;
  }
}

/* --- Inne komponenty --- */
@media (max-width: 1024px) {
  .fund-card {
    flex: 1 1 48%;
  }
  h2.headline-animate {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .icon-grid-equal-height .icon-block {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .fund-card {
    flex: 1 1 80%;
  }
  .hero-heading > .elementor-widget-container > p {
    font-size: 1.1rem;
  }
  h2.headline-animate {
    font-size: 1.45rem;
    line-height: 1.3;
  }
  .hero-heading > .elementor-widget-container > p {
    max-width: 50ch;
  }

  .has-separator::after {
    display: none;
  }
  .elementor-element-7b28cf3 .elementor-widget-container {
    text-align: center;
  }
}

/* --- Równe wysokości dla Icon Boxów --- */
.icon-grid-equal-height {
  align-items: stretch;
}
.icon-grid-equal-height .icon-block {
  height: 100%;
}
.icon-grid-equal-height .icon-block .elementor-widget-container,
.icon-grid-equal-height .icon-block .elementor-icon-box-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.icon-grid-equal-height .icon-block .elementor-icon-box-content {
  flex-grow: 1;
}

/* === FLUID TEXT UTILITY (light & dark) === */
.fluid-text-light {
  font-size: clamp(1.1rem, 1.25vw, 1.3rem);
  max-width: 65ch;
  margin-bottom: 1.25em;
  line-height: 1.4;
  color: var(--color-bg-light-1);
  font-weight: 300;
}
.fluid-text-dark {
  font-size: clamp(1.1rem, 1.25vw, 1.3rem);
  max-width: 65ch;
  margin-bottom: 1.25em;
  line-height: 1.4;
  color: var(--color-text, #0f1e29);
  font-weight: 300;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .fluid-text-light,
  .fluid-text-dark {
    font-size: 1.05rem;
  }
}

.fluid-text-light p,
.fluid-text-dark p {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

/* === FLUID TEXT WIDTH MODIFIERS === */
.fluid-text-light.no-max-width,
.fluid-text-dark.no-max-width {
  max-width: none !important;
}

.fluid-text-light.max-width-wide,
.fluid-text-dark.max-width-wide {
  max-width: 85ch !important;
}

.fluid-text-light.max-width-narrow,
.fluid-text-dark.max-width-narrow {
  max-width: 35ch !important;
}

.fluid-text-light.max-width-medium,
.fluid-text-dark.max-width-medium {
  max-width: 55ch !important;
}

/* === PAGE TITLE UTILITY (light & dark) === */
.page-title-light,
.page-title-dark {
  max-width: 65ch !important;
  /*font-size: clamp(2.5rem, 1.5rem + 3vw, 5rem);*/
  /*font-size: 2.2vw;*/
  font-size: clamp(2.4rem, 2.8vw, 3.2rem) !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 200 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5em !important;
  padding-bottom: 0.1em !important;
  letter-spacing: -0.01em !important;
  background: none !important;
  box-shadow: none !important;
  white-space: normal;
  word-break: normal;
}
h3.section-headline-light,
h3.section-headline-dark {
  font-weight: 300 !important;
  font-size: clamp(1.2rem, 1.4vw, 2.2rem);
  line-height: 1.3;
  max-width: 50ch;
}
.page-title-dark.scrub-text {
  font-size: clamp(2.4rem, 3.4vw, 4.2rem) !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
}

.page-title-light {
  color: var(--color-white, #fff) !important;
}

.page-title-dark {
  color: var(--color-text, #0f1e29) !important;
}

.page-title-light em,
.page-title-dark em {
  font-style: italic !important;
  color: var(--color-green-bright, #61b28e) !important;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 400 !important;
  display: inline;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 767px) {
  .page-title-light,
  .page-title-dark {
    font-size: 1.85rem !important;
    padding-bottom: 0.05em !important;
  }
}

/* === SECTION HEADLINE UTILITY (light & dark) === */
.section-headline-light {
  /*font-size: clamp(2.8rem, 3.3773rem + 0.8455vw, 2.8rem);*/
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  /*font-size: clamp(2rem, 2.4vw, 3.2rem);*/
  line-height: 1.2;
  font-weight: 200;
  font-family: "Work Sans", sans-serif;
  color: var(--color-white, #fff);
  max-width: 65ch;
  white-space: normal;
  word-break: normal;
}
.section-headline-light em {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  color: var(--color-green-dark, #4d8d71);
  font-weight: 300;
  display: inline;
  white-space: normal;
  word-break: normal;
}

.elementor-widget-html h2.section-headline-dark,
.elementor-widget-heading h2.section-headline-dark,
h2.section-headline-dark {
  /*font-size: clamp(2rem, 2.4773rem + 0.5455vw, 3.2rem);*/
  /*font-size: clamp(1.8rem, 2.4773rem + 0.5455vw, 3.2rem);*/
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  line-height: 1.3;
  font-weight: 200;
  font-family: "Work Sans", sans-serif;
  color: var(--color-text, #0f1e29);
  max-width: 45ch;
  box-sizing: border-box;
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
  white-space: normal;
  word-break: normal;
}

.section-headline-dark em {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  color: var(--color-green-dark, #4d8d71);
  font-weight: 400;
  letter-spacing: 0.01em;
  display: inline;
  white-space: normal;
  word-break: normal;
}

/* === HEADLINE WIDTH MODIFIERS === */

.section-headline-light.align-center,
.section-headline-dark.align-center {
  text-align: center;
}

.section-headline-light.no-max-width,
.section-headline-dark.no-max-width {
  max-width: none !important;
}

.section-headline-light.max-width-wide,
.section-headline-dark.max-width-wide {
  max-width: 65ch !important;
}

.section-headline-light.smax-width-narrow,
.section-headline-dark.smax-width-narrow {
  max-width: 30ch !important;
}

.section-headline-light.max-width-narrow,
.section-headline-dark.max-width-narrow {
  max-width: 35ch !important;
}

.section-headline-light.max-width-narrow-2,
.section-headline-dark.max-width-narrow-2 {
  max-width: 38ch !important;
}

.section-headline-light.max-width-narrow-3,
.section-headline-dark.max-width-narrow-3 {
  max-width: 45ch !important;
}
.section-headline-light.max-width-narrow-4,
.section-headline-dark.max-width-narrow-4 {
  max-width: 50ch !important;
}

.section-headline-light.max-width-medium,
.section-headline-dark.max-width-medium {
  max-width: 55ch !important;
}

/* === PAGE TITLE WIDTH MODIFIERS === */
.page-title-light.align-center,
.page-title-dark.align-center {
  text-align: center;
}

.page-title-light.no-max-width,
.page-title-dark.no-max-width {
  max-width: none !important;
}
.align-center,
.page-title-dark.align-center {
  text-align: center;
}

.page-title-light.max-width-wide,
.page-title-dark.max-width-wide {
  max-width: 85ch !important;
}

.page-title-light.max-width-narrow,
.page-title-dark.max-width-narrow {
  max-width: 35ch !important;
}

.page-title-light.super-max-width-narrow,
.page-title-dark.super-max-width-narrow {
  max-width: 25ch !important;
}

.page-title-light.max-width-medium,
.page-title-dark.max-width-medium {
  max-width: 55ch !important;
}

/* === LOGO ANIMATION STYLES === */
.logo-mount-white {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  color: var(--color-white);
}

.logo-mount-white:hover {
  transform: rotateY(8deg) scale(1.02);
  color: var(--color-white);
  opacity: 0.6;
}

.logo-mount-white svg {
  display: block;
  height: auto;
  max-width: 100%;
}
#logo-animated svg path:first-of-type {
  transition: stroke 0.3s ease;
}
/* Ensure the M path has proper contrast for stroke animation */

.logo-mount-white svg path {
  transition: stroke 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #logo-animated svg {
    width: 150px; /* Change this to your desired width */
  }
}
@media screen and (max-width: 1366px) {
  #logo-animated svg {
    width: 140px; /* Change this to your desired width */
  }
}

/* === MOUNT VIEW SLIDER SPECIFIC STYLES === */
/* Przeniesione do /assets/css/mountview-swiper.css */
.about-section {
  position: relative;
  padding: 80px 0;
  overflow: visible !important;
}

.about-inner {
}

.about-left {
}

.about-right {
  flex: 2; /* przykładowa wysokość dla testu scrollu */
}
/* === Chart Section === */
.ps-4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.ps-4 p {
  font-size: 18px;
}
.ps-4 h2 {
  font-size: 24px;
}
.work-sans {
  font-size: 16px !important;
}
.th {
  font-size: 16px !important;
}
.col-4 {
  display: flex !important;
  justify-content: flex-end !important;
}
@media (min-width: 1024px) {
  .tytul {
    font-family: "Work Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .ps-4 {
    font-size: 14px;
  }
  .ps-4 p {
    font-size: 14px;
  }
  .ps-4 h2 {
  }
  .th {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .col-4 {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .tytul {
    font-family: "Work Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .th {
    font-size: 13px !important;
  }
  .col-8 {
    width: 100% !important;
  }
  .tytuldata {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .py-3 {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
  }
  .ps-4 {
    font-size: 14px !important;
    padding-left: 0 !important;
  }
  .col-4 {
    width: 100% !important;
  }
  .work-sans {
  }
}

/* === EM-FAKE CLASS FOR SPLITTYPE COMPATIBILITY === */
.em-fake {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
  color: var(--color-green-dark, #4d8d71);
  font-weight: 400;
  display: inline;
  white-space: normal;
  word-break: normal;
}

/* Wariant dla jasnych nagłówków */
.page-title-light .em-fake,
.section-headline-light .em-fake {
  color: var(--color-green-bright, #61b28e) !important;
}

/* Wariant dla fund-label */
.fund-label .em-fake {
  color: var(--color-green-dark, #4d8d71);
}

.fund-label.fund-label-white .em-fake {
  color: var(--color-green-bright, #61b28e);
}

/* Wariant dla headline-animate */
h2.headline-animate .em-fake {
  color: #4d8d71;
}
