/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  /* colors */
  --text-color: #222222;
  --color-black: #444444;
  --color-green: #1ab212;
  /*--color-orange: #ea7a2e;*/
  --color-orange: #c87f1a;
  --color-orange-dark: #e56a17;
  --color-orange-light: #f2c6a9;
  --color-blue-dark: #184462;
  --color-blue-light: #f6f9fe;
  --color-grey: #555555;
  --color-red: #c00000;

  /* font sizes */
  --title-hero-font-size: 3rem;
  --title-hero-font-size-sm: 2.5rem;
  --subtitle-hero-font-size: 1.75rem;
  --subtitle-hero-font-size-sm: 1.5rem;
  --title-font-size: 2.125rem;
  --title-subtext-font-size: 1.25rem;
  --subtitle-font-size: 1.5rem;
  --subtitle-text-font-size: 1rem;
  --subtitle-text-color: #727272;
  --cta-font-size: 2rem;

  /* font families */
  --title-font-family: "Raleway", sans-serif; /* titles, buttons and links */
  --text-font-family: "Raleway", sans-serif; /* text */
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

.fs-title {
  font-family: var(--title-font-family);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: var(--title-font-size);
  line-height: 1.3;
}

.fs-title-underline {
  padding-bottom: 5px;
  border-bottom: 8px solid var(--color-orange);
  border-image: linear-gradient(to right, var(--color-orange) 3em, transparent 3em) 100% 1;
}

.fs-title span {
  color: var(--color-orange);
}

.fs-title-text {
  font-family: var(--text-font-family);
  font-size: var(--title-subtext-font-size);
  color: var(--color-grey);
  line-height: 1.55;
  margin-bottom: 0;
}

.fs-subtitle {
  font-family: var(--title-font-family);
  font-size: var(--subtitle-font-size);
  font-weight: 600;
  margin-bottom: 0;
  color: var(--text-color);
  letter-spacing: 2px;
}

.fs-subtitle span {
  color: #a3b4c0;
}

.fs-subtitle-text {
  font-family: var(--text-font-family);
  font-size: var(--title-subtext-font-size);
  color: var(--color-grey);
  line-height: 1.75;
}

.fa-ul li {
  line-height: 1.5;
  margin-top: -0.5rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
  color: var(--color-black);
}

.fa-ul li .fa-circle-check {
  color: var(--color-green);
}

@media (max-width: 992px) {
  .fa-ul li {
    line-height: 1.5;
    margin-top: -0.5rem;
    margin-left: -1rem;
  }
}

.fa-ul {
  margin-bottom: 0px;
}

.fs-title-container {
  display: flex;
  align-items: center;
}

/* product icons */

.fs-icon-creator {
  background-image: url("../img/startpage/creator.svg");
  width: 4rem;
  height: 3.5rem;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-left: -1rem;
}

.fs-icon-share {
  background-image: url("../img/startpage/share.svg");
  width: 4rem;
  height: 3.5rem;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-left: -1rem;
}

.fs-icon-explorer {
  background-image: url("../img/startpage/explorer.svg");
  width: 4rem;
  height: 3.5rem;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-left: -1rem;
}

/* fs horizontal rule */

.fs-hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 0.15rem !important;
  color: #ea7a2e;
}

/* fs buttons */

.fs-btn-more {
  padding: 0.5rem 1.5rem;
  transition: 0.25s;
  background: var(--color-orange);
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

.fs-btn-more:hover {
  background: var(--color-orange-light);
}

.fs-btn-more a {
  font-family: var(--title-font-family);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--subtitle-text-font-size);
  letter-spacing: 1px;
  margin: auto;
  text-align: center;
}

.fs-btn-more:hover a {
  color: #fff;
}

.fs-btn-product {
  padding: 0.625rem 0.75rem;
  transition: 0.25s;
  border: 0.15rem solid var(--color-orange);
  background: rgba(0, 0, 0, 0);
  text-align: center;
}

.fs-btn-product:hover {
  background: #ea7a2e;
}

.fs-btn-product a {
  font-family: var(--title-font-family);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin: auto;
}

.fs-btn-product:hover a {
  color: #fff;
}

.fs-btn-demo {
  background: var(--color-orange);
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin: auto;
  padding: 0.75rem 1.75rem;
  text-align: center;
  transition: 0.25s;
  display: inline-block;
  border-radius: 100px;
}

.fs-btn-demo:hover {
  background: var(--color-orange-dark);
  color: #fff;
}

.fs-btn-read {
  background: rgba(0, 0, 0, 0);
  border: 0.15rem solid var(--color-orange);
  color: var(--color-orange);
  font-family: "Raleway", sans-serif;
  font-size: var(--subtitle-text-font-size);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.78;
  margin: auto;
  padding: 0.625rem 1.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s;
}

.fs-btn-read:hover {
  background: #ea7a2e;
  color: #fff;
}

/* fs card */

.fs-card.overview {
  min-height: 98%;
}

.fs-card {
  position: relative;
  background: #fff;
  padding-top: 2.15rem;
  padding-bottom: 2.15rem;
  padding-left: 2.15rem;
  padding-right: 2.15rem;
  margin-top: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.fs-card h5 {
  color: var(--color-orange);
}

.fs-card:hover {
  box-shadow: 0 10px 50px -5px rgba(33, 35, 38, 0.1);
  transform: scale(1.014);
  transition: 0.2s;
}

/* fs success story */

.fs-story-logo {
  width: 65%;
  max-width: 10rem;
}

@media (max-width: 992px) {
  .fs-story-logo {
    width: 65%;
    max-width: 10rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.fs-story-title h3 {
  margin: 25px 0 10px 0;
  font-size: 1.5em;
  font-weight: 700;
}

.fs-story-title h3 span {
  color: var(--color-orange);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.fs-faq-list {
  padding: 0;
  list-style: none;
}

.fs-faq-list > ul {
  padding: 0;
  list-style: none;
}

.fs-faq-list > ul > li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #7272727a;
  padding: 1rem;
  background: #fff;
  padding-right: 2.5rem;
}

.fs-faq-list ol {
  font-family: var(--text-font-family);
  position: relative;
  font-size: var(--subtitle-text-font-size);
  line-height: 1.6;
  color: var(--color-grey);
  margin-left: 2.5rem;
}
.fs-faq-list > ul > li > .collapse > ol > li {
  font-family: var(--text-font-family);
  position: relative;
  font-size: var(--subtitle-text-font-size);
  line-height: 1.6;
  color: var(--color-grey);
  padding-top: 0.75rem;
  padding-right: 2.5rem;
}

.fs-faq-list > ul > li > .collapse > ul > li {
  font-family: var(--text-font-family);
  position: relative;
  font-size: var(--subtitle-text-font-size);
  line-height: 1.6;
  color: var(--color-grey);
  padding-top: 0.75rem;
  padding-right: 2.5rem;
  margin-left: 2.5rem;
}

.fs-faq-list .question {
  font-family: var(--text-font-family);
  display: block;
  position: relative;
  font-size: var(--subtitle-text-font-size);
  line-height: 2.25rem;
  font-weight: 400;
  cursor: pointer;
  color: #ea7a2e;
  transition: 0.3s;
  padding-left: 2.5rem;
}

.fs-faq-list i {
  font-size: var(--subtitle-text-font-size);
  position: absolute;
  left: 0;
  top: -2px;
}
.fs-faq-list p {
  margin-bottom: 0;
  font-family: var(--text-font-family);
  font-size: var(--subtitle-text-font-size);
  color: var(--color-grey);
  line-height: 1.6;
  padding-top: 0.825rem;
  padding-left: 2.5rem;
}
.fs-faq-list .icon-show {
  display: none;
}
.fs-faq-list .collapsed {
  color: var(--color-grey);
}
.fs-faq-list .collapsed:hover {
  color: #ea7a2e;
}
.fs-faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.fs-faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  /* Fix AOS bug where fade left and right break mobile responsiveness */
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  color: var(--color-black);
}

a {
  color: var(--color-orange);
  text-decoration: none;
}

a:hover {
  color: var(--color-orange-dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

main {
  display: flex;
  flex-flow: column;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-blue-dark);
  border-top-color: var(--color-blue-light);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-orange);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--color-orange-dark);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--color-orange);
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 4.375rem;
}
#header .logo {
  font-size: 1.9rem;
  margin: 0;
  padding: 0;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-family: "Raleway", sans-serif;
}
#header .logo a {
  color: var(--fs-ink);
}
#header .logo a span {
  color: var(--color-orange);
}
#header .logo img {
  max-height: 2rem;
}
#header .subtitle {
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fs-ink-muted);
  margin-top: 5px;
}

.scrolled-offset {
  margin-top: 4.375rem;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a,
.navbar a:focus {
  font-family: "Raleway";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--color-orange);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--color-orange);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--color-orange);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--color-orange);
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--color-orange);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/
.fs-container-title-reason-right {
  margin-top: 2rem;
  margin-left: -12rem;
  margin-right: -6rem;
  line-height: 1;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 1.15;
}

.fs-container-title-reason-left {
  margin-top: 2rem;
  margin-right: 1rem;
  margin-left: -4rem;
  line-height: 1;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 1.15;
}

.fs-subtitle.reason {
  font-size: var(--title-font-size);
  font-weight: 700;
  color: #fff;
  background-color: var(--color-orange);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: italic;
}

.fs-subtitle-text.reason {
  font-size: 1.35rem;
}

.fs-card.reason-right {
  margin-left: -10rem;
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
  border-right: 10px solid var(--color-blue-dark);
}

.fs-card.reason-left {
  margin-right: -10rem;
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
  border-left: 10px solid var(--color-blue-dark);
}

@media (max-width: 1024px) {
  .fs-container-title-reason-right {
    margin-top: -14rem;
    margin-left: 0rem;
    margin-right: 0rem;
    text-align: center;
  }

  .fs-card.reason-right {
    margin-left: 0rem;
  }

  .fs-container-title-reason-left {
    margin-top: -14rem;
    margin-left: 0rem;
    margin-right: 0rem;
    text-align: center;
  }

  .fs-card.reason-left {
    margin-right: 0rem;
  }
}

/*--------------------------------------------------------------
# Success Story
--------------------------------------------------------------*/

.fs-success-story-title {
  font-family: var(--title-font-family);
  font-size: var(--title-font-size);
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--color-blue-dark);
  padding-top: 1rem;
}

.fs-success-story-text-title {
  font-weight: 600;
  padding-top: 1rem;
  margin-bottom: 0rem;
  font-size: var(--subtitle-text-font-size);
  line-height: 1.4;
}

.fs-success-story-text-subtitle {
  font-weight: 600;
  padding-top: 1rem;
  margin-bottom: 0rem;
  font-size: var(--subtitle-font-size);
  color: var(--color-blue-dark);
  line-height: 1.4;
  text-align: center;
}

.fs-success-story-subtext {
  font-family: var(--text-font-family);
  padding-top: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: var(--subtitle-text-font-size);
}

.fs-success-story-subsubtext {
  font-family: var(--text-font-family);
  padding-top: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: var(--subtitle-text-font-size);
}

.fs-success-story-result {
  color: var(--color-orange);
  font-size: var(--title-font-size);
  font-weight: 700;
  font-family: var(--title-font-family);
  margin-bottom: 0rem;
}

.fs-success-story-icon {
  font-size: 4rem;
  color: #a5b6c1;
}

.fs-success-story-quote {
  text-align: center;
  font-family: var(--title-font-family);
  font-size: var(--subtitle-font-size);
  color: var(--color-grey);
  font-style: italic;
}

.fs-success-story-quote .quote-icon-left,
.fs-success-story-quote .quote-icon-right {
  color: rgba(119, 119, 119, 0.4) !important;
  font-size: 18px;
}
.fs-success-story-quote .quote-icon-left {
  display: inline-block;
  position: relative;
}
.fs-success-story-quote .quote-icon-right {
  display: inline-block;
  position: relative;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.fs-badge {
  color: #fff;
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.4rem 1rem;
  font-size: var(--subtitle-text-font-size);
  border-radius: 0.75rem;
  text-transform: uppercase;
  font-family: var(--title-font-family);
  margin-bottom: 0.5rem;
}

.fs-header-product {
  width: 100%;
  min-height: 70vh;
  position: relative;
  z-index: 0;
}

.fs-header-product .carousel-inner {
  min-height: 400px;
}

@media (max-width: 768px) {
  .fs-header-product {
    height: calc(100vh - 4.375rem);
  }

  .fs-header-product .carousel-inner {
    min-height: 500px;
  }
}

.fs-header-product.fs-finspacer {
  background: url("../img/background/hero-bg-01.jpg") center center;
  background-size: cover;
}

.fs-header-product::before {
  content: "";
  background: rgba(24, 68, 98, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.fs-header-product .fs-header-product-title {
  text-align: left;
  color: #fff;
}

.fs-header-product .fs-header-product-title h1 {
  margin: 0;
  font-size: var(--title-hero-font-size);
  font-weight: 600;
  color: #fff;
  font-family: "Raleway", sans-serif;
}


.fs-header-product .fs-header-product-title h1 span {
  color: #a5b6c1;
}

.fs-header-product .fs-header-product-title h2 {
  color: #fff;
  margin: 0.5rem 0 0rem 0;
  font-size: var(--subtitle-hero-font-size);
  font-weight: 400;
}

@media (max-width: 768px) {
  .fs-header-product .fs-header-product-title h1 {
    font-size: var(--title-hero-font-size-sm);
  }

  .fs-header-product .fs-header-product-title h2 {
    font-size: var(--subtitle-hero-font-size-sm);
  }
}

.fs-header-product h3 {
  font-size: 1.5rem;
  font-weight: 600;
}


/* 10 reasons */

.fs-feature-section-even {
  background-color: var(--color-blue-light);
  padding: 3.5rem 0;
}

.fs-feature-section-odd {
  padding: 3.5rem 0;
}

/* benefit cards */

.fs-feature-product-benefit-icon {
  font-size: 4rem;
  color: var(--color-orange);
}

.fs-feature-product-benefit {
  padding-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-feature-product-benefit-image {
  background-size: 100%;
  min-height: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: var(--color-blue-light);
}

.fs-feature-product-benefit-circle {
  border-radius: 50%;
  min-height: 8rem;
  min-width: 8rem;
  justify-content: center;
  align-items: center;
  background: var(--color-blue-light);
}

.fs-feature-product-benefit-card {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  margin: 1rem;
  min-height: 24rem;
  background: #fff;
  flex-grow: 1;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/

.fs-cta-section {
  background-image: linear-gradient(70deg, #2c6891, var(--color-blue-dark));
  padding: 6rem 0;

}

@media (min-width: 992px) {
  .fs-cta-section .container {
      padding: 0 6rem;
  }
}

.fs-cta-title-orange {
  font-family: "Raleway";
  font-size: var(--cta-font-size);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-orange);
}

.fs-cta-title-white {
  font-family: "Raleway";
  font-size: var(--cta-font-size);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-top: -0.8rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 2.75rem 0;
}

.section-bg {
  background-color: var(--color-blue-light);
}

.section-title {
  text-align: center;
  padding-bottom: 1.25rem;
  color: var(--color-blue-dark);
}

.section-title h1 {
  text-align: center;
  color: var(--color-blue-dark);
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: var(--subtitle-hero-font-size);
  font-weight: 700;
}
.section-title h3 span {
  color: #ea7a2e;
}
.section-title h1 span {
  color: #ea7a2e;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: var(--color-blue-dark);
  min-height: 40px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: var(--subtitle-text-font-size);
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h1 {
  background: #f2f7fc;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 26px;
  color: var(--color-blue-dark);
  line-height: 1.3;
}

.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: var(--color-orange);
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*---------------**/

.hero .icon-boxes {
  padding-bottom: 1.125rem;
  margin-top: -10rem;
  position: relative;
  z-index: 99;
  scroll-margin-top: 50px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  font-family: "Raleway", sans-serif;
  padding-left: 85px;
  padding-top: 65px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  z-index: 10;
  height: 100%;
  width: 100%;
  text-align: left;
  background-image: url("../img/startpage/bubble.svg");
  background-repeat: no-repeat;
  background-size: 17.5rem;
  background-position: left top;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
}

.hero .icon-box .title {
  font-weight: 600;
  margin-bottom: 18px;
  font-size: var(--subtitle-font-size);
  color: var(--color-blue-dark);
  line-height: 1.3;
}

.hero .icon-box a {
  color: #ea7a2e;
  transition: 0.3s;
  font-size: var(--subtitle-text-font-size);
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}
/*----------------------*/


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: var(--color-orange);
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-orange);
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-orange);
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: var(--color-black);
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--color-orange);
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box a {
  font-weight: 600;
  font-size: 18px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-orange);
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: var(--color-orange);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact .person-item {
  text-align: center;
  color: #fff;
}
.contact .person-item .person-img {
  width: 200px;
  border-radius: 50%;
  border: 6px solid var(--color-blue-light);
  margin: 0 auto;
}
.contact .person-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #777;
}
.contact .person-item h4 {
  font-size: 14px;
  color: #aaa;
  /* margin: 0 0 15px 0; */
}
.contact .person-item .quote-icon-left,
.contact .person-item .quote-icon-right {
  color: rgba(119, 119, 119, 0.4);
  font-size: 18px;
}
.contact .person-item .quote-icon-left {
  display: inline-block;
  position: relative;
}
.contact .person-item .quote-icon-right {
  display: inline-block;
  position: relative;
}
.contact .person-item p {
  font-style: italic;
  margin: 0 auto;
  color: #777;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 992px) {
  .contact .person-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  background-color: var(--fs-ink);
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background-color: var(--fs-ink);
  color: #fff;
}

#footer a {
  color: var(--color-orange);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: #fff;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: var(--color-orange);
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--text-font-family);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--color-orange);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--color-orange);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--color-orange);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--color-orange);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #fff;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: var(--color-black);
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.learn-more {
  color: #ea7a2e;
  font-size: var(--subtitle-text-font-size);
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# New Website Sections (Onepager-Style 2026)
--------------------------------------------------------------*/
:root {
  --fs-ink: #1A2E50;
  --fs-ink-soft: #3A4760;
  --fs-ink-muted: #7A879E;
  --fs-bg2: #f6f9fe;
  --fs-line: rgba(26, 46, 80, 0.10);
  --fs-teal: #0E8A6A;
  --fs-purple: #6B3FA0;
}

/* ===== HERO ===== */
.fs-hero {
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}
.fs-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(234, 122, 46, 0.10);
  pointer-events: none;
}
.fs-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--title-font-family);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 1.25rem;
}
.fs-hero-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
}
.fs-hero-rotator {
  position: relative;
  min-height: 270px;
}
.fs-hero-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.fs-hero-msg.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.fs-hero-msg h1 {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--title-hero-font-size);
  line-height: 1.12;
  color: var(--fs-ink);
  margin-bottom: 0.75rem;
}
.fs-hero-msg h1 em {
  font-style: italic;
  color: var(--color-orange);
}
.fs-hero-msg h2 {
  font-family: var(--title-font-family);
  font-style: italic;
  font-weight: 400;
  font-size: var(--subtitle-hero-font-size);
  color: var(--fs-ink-muted);
  margin-bottom: 1.25rem;
}
.fs-hero-msg p {
  font-family: var(--text-font-family);
  font-weight: 300;
  font-size: 1.05rem;
  color: var(--fs-ink-soft);
  line-height: 1.75;
  max-width: 30rem;
}
.fs-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}
.fs-hero-actions .fs-btn-demo {
  margin: 0;
}
.fs-btn-ghost {
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--fs-ink);
  text-decoration: none;
  transition: color 0.15s;
}
.fs-btn-ghost:hover {
  color: var(--color-orange);
}
.fs-byod-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--fs-ink-soft);
  background: var(--fs-bg2);
  border: 1px solid var(--fs-line);
  border-radius: 100px;
  padding: 8px 18px;
  margin-top: 1.75rem;
}
.fs-byod-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
  flex-shrink: 0;
}
.fs-hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 1.75rem;
}
.fs-hero-dot {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: var(--fs-line);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.fs-hero-dot.active {
  background: var(--color-orange);
}
.fs-hero-mockup {
  max-width: 100%;
  filter: drop-shadow(0 24px 60px rgba(26, 46, 80, 0.18));
}

/* ===== PROBLEM CARDS ===== */
.fs-prob-card {
  background: #fff;
  border: 1px solid var(--fs-line);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.fs-prob-top {
  padding: 28px 28px 24px;
}
.fs-prob-lbl {
  font-family: var(--title-font-family);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fs-ink-muted);
  margin-bottom: 14px;
}
.fs-prob-n {
  font-family: var(--title-font-family);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--fs-ink);
  line-height: 1;
  margin-bottom: 10px;
}
.fs-prob-l {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--fs-ink-soft);
  line-height: 1.45;
  margin-bottom: 10px;
}
.fs-prob-d {
  font-size: 0.825rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  line-height: 1.5;
}
.fs-prob-div {
  height: 1px;
  background: var(--fs-line);
  margin: 0 28px;
}
.fs-prob-bot {
  padding: 20px 28px;
}
.fs-prob-bot-lbl {
  font-family: var(--title-font-family);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 8px;
}
.fs-prob-sol {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--fs-ink-soft);
  line-height: 1.45;
}
.fs-prob-sol strong {
  font-weight: 600;
  color: var(--fs-ink);
}

/* ===== LEISTUNGEN ===== */
.fs-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.fs-feat-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}
.fs-feat-dot-target {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fs-dot-orange { background: var(--color-orange); }
.fs-dot-teal { background: var(--fs-teal); }
.fs-dot-purple { background: var(--fs-purple); }
.fs-dot-navy { background: var(--fs-ink); }
.fs-feat-name {
  font-family: var(--title-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--fs-ink);
  margin-bottom: 7px;
}
.fs-feat-desc {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  line-height: 1.7;
}

/* ===== WIE ES FUNKTIONIERT ===== */
.fs-byod-statement {
  margin: 2rem 0 2.5rem;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--fs-line);
  border-left: 3px solid var(--color-orange);
  border-radius: 14px;
}
.fs-byod-hl {
  font-family: var(--title-font-family);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  color: var(--fs-ink);
  line-height: 1.4;
  margin-bottom: 8px;
}
.fs-byod-sub {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  line-height: 1.65;
}
.fs-step {
  background: #fff;
  border: 1px solid var(--fs-line);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
}
.fs-step-active {
  border-color: var(--color-orange);
  background: #fffaf4;
}
.fs-step-n {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--fs-bg2);
  border: 1px solid var(--fs-line);
  font-family: var(--title-font-family);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--fs-ink-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.fs-step-active .fs-step-n {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
}
.fs-step-kicker {
  font-family: var(--title-font-family);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fs-ink-muted);
  margin-bottom: 6px;
}
.fs-step-active .fs-step-kicker {
  color: var(--color-orange);
}
.fs-step-title {
  font-family: var(--title-font-family);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--fs-ink);
  margin-bottom: 8px;
}
.fs-step-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  line-height: 1.6;
  margin-bottom: 18px;
}
.fs-step-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.fs-step-items li {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--fs-ink-soft);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.fs-step-items li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--fs-ink-muted);
}
.fs-step-active .fs-step-items li::before {
  color: var(--color-orange);
}

/* ===== WARUM ===== */
.fs-warum-line {
  width: 32px;
  height: 3px;
  background: var(--color-orange);
  border-radius: 2px;
  margin-bottom: 18px;
}
.fs-warum-name {
  font-family: var(--title-font-family);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fs-ink);
  margin-bottom: 12px;
}
.fs-warum-desc {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  line-height: 1.7;
}

/* ===== FÜR WEN ===== */
.fs-fw-card {
  background: #fff;
  border: 1px solid var(--fs-line);
  border-radius: 14px;
  padding: 32px;
  height: 100%;
}
.fs-fw-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.fs-fw-name {
  font-family: var(--title-font-family);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--fs-ink);
}
.fs-fw-size {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  margin-bottom: 20px;
}
.fs-fw-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fs-fw-bullets li {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--fs-ink-soft);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.fs-fw-bullets li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--fs-ink-muted);
}
.fs-fw-usecase {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--color-orange);
  padding-top: 18px;
  border-top: 1px solid var(--fs-line);
  line-height: 1.6;
}

/* ===== REFERENZ ===== */
.fs-ref-section {
  background: var(--fs-ink);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.fs-ref-section::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.fs-ref-kicker {
  font-family: var(--title-font-family);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 1.5rem;
  position: relative;
}
.fs-ref-quote {
  font-family: var(--title-font-family);
  font-size: 1.85rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  max-width: 52rem;
  position: relative;
}
.fs-ref-quote strong {
  color: var(--color-orange);
  font-weight: 600;
  font-style: normal;
}
.fs-ref-link {
  display: inline-block;
  margin-top: 1.75rem;
  font-family: var(--title-font-family);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-orange);
  text-decoration: none;
  position: relative;
  transition: color 0.15s;
}
.fs-ref-link:hover {
  color: #fff;
}
.fs-ref-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  position: relative;
}
.fs-ref-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.fs-ref-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-ref-name {
  font-family: var(--title-font-family);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}
.fs-ref-name-cta {
  font-family: var(--title-font-family);
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a2e50;
}
.fs-ref-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}
.fs-ref-role-cta {
  font-size: 0.8rem;
  color: #7A879E;
  margin-bottom: 18px;
}
.fs-ref-logo {
  display: inline-flex;
  align-items: center;
}
.fs-ref-logo img {
  height: 3rem;
  width: auto;
}

/* ===== CTA (helle Sektion, Header-Muster) ===== */
.fs-cta-person-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--fs-line);
}
.fs-cta-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--fs-line);
  flex-shrink: 0;
  order: 2;
}
.fs-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-cta-person {
  order: 1;
}
.fs-cta-name {
  font-family: var(--title-font-family);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fs-ink);
}
.fs-cta-title {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--fs-ink-muted);
  margin-top: 2px;
  margin-bottom: 12px;
}
.fs-cta-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fs-cta-links a {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--color-orange);
  text-decoration: none;
}
.fs-cta-links a:hover {
  color: var(--color-orange-dark);
}
@media (max-width: 991px) {
  .fs-cta-person-row { flex-wrap: wrap; gap: 20px; justify-content: flex-start; }
  .fs-cta-photo { order: 0; }
  .fs-cta-person { order: 1; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .fs-hero { padding: 50px 0; }
  .fs-hero-msg h1 { font-size: var(--title-hero-font-size-sm); }
  .fs-hero-msg h2 { font-size: var(--subtitle-hero-font-size-sm); }
  .fs-hero-rotator { min-height: 320px; }
  .fs-ref-quote { font-size: 1.4rem; }
  .fs-ref-stats { gap: 1.5rem; margin-top: 1.5rem; }
  .fs-cta-box { flex-direction: column; text-align: center; padding: 40px 28px; }
  .fs-cta-photo { margin: 0 auto; }
  .fs-cta-contact { flex-direction: column; gap: 16px; }
  .fs-cta-divider { display: none; }
}

/* ===== Header-Navigation (Sprungnavigation) ===== */
.fs-nav {
  gap: 2rem;
}
.fs-nav a {
  font-family: var(--title-font-family);
  font-size: 1rem;
  font-weight: 500;
  color: var(--fs-ink-soft);
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}
.fs-nav a:hover {
  color: var(--color-orange);
}
.fs-nav .fs-nav-cta {
  background: var(--color-orange);
  color: #fff;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 600;
}
.fs-nav .fs-nav-cta:hover {
  background: var(--color-orange-dark);
  color: #fff;
}

/* ===== Section-Header Muster (Kicker → Headline → Lead) ===== */
.fs-sec-kicker {
  font-family: var(--title-font-family);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 0.875rem;
}
.fs-sec-headline {
  font-family: var(--title-font-family);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--fs-ink);
  margin-bottom: 1.125rem;
}
.fs-sec-headline em {
  font-style: italic;
  color: var(--color-orange);
}
.fs-sec-lead {
  font-family: var(--text-font-family);
  font-size: 1.0625rem;
  font-weight: 300;
  color: var(--fs-ink-soft);
  line-height: 1.7;
  max-width: 42.5rem;
}
@media (max-width: 991px) {
  .fs-sec-headline { font-size: 1.75rem; }
}

.fs-cta-card-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}
.fs-cta-card-links a {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--color-orange);
  text-decoration: none;
}
.fs-cta-card-links a:hover {
  color: var(--color-orange-dark);
}