:root {
  --soll-accent: #1868dd;
  --soll-dark: #0d2352;
  --soll-light: #f8fafe;
  --soll-shadow: 0 20px 50px rgba(16, 69, 219, 0.18);
  --header-offset: 130px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #1868dd;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  z-index: 999;
}

.skip-link:focus {
  left: 10px;
}

.hero-home .hero-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.hero-home .hero-header.hero-header-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) !important;
  background-color: #090640;
}

@media (min-width: 992px) {
  .contet-to-center > .container {
    margin-top: var(--header-offset);
  }
}

.header.header-transparent,
.nav-sticky.sticky-header,
.nav-sticky.sticky-header.nav-light,
.nav-sticky.sticky-header.sticky {
  background-color: #090640;
}

.header.header-transparent .xs-header,
.nav-sticky.sticky-header .xs-header,
.nav-sticky.sticky-header.sticky .xs-header {
  background-color: #090640;
}

.header.header-transparent .xs-top-bar,
.nav-sticky.sticky-header .xs-top-bar,
.nav-sticky.sticky-header.sticky .xs-top-bar {
  background-color: #0b0f6a;
}

.hero-home .hero-header.hero-header-visible .xs-header,
.hero-home .hero-header.hero-header-visible .xs-top-bar {
  background-color: #090640;
}

.hero-home .hero-header.hero-header-visible .xs-top-bar {
  background-color: #0b0f6a;
}

.nav-sticky.sticky-header .xs-top-bar {
  transform: translateY(0);
  margin-top: 0;
}

.hero-split {
  background: transparent;
  position: relative;
  overflow: hidden;
  --hero-split-base: 50%;
  --hero-split-fade: 71%;
  --hero-split-edge: 96%;
  --hero-split-fade-width: 140px;
  --hero-overlay-alpha: 0.08;
}

.hero-split::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: linear-gradient(-45deg,
      rgba(16, 69, 219, var(--hero-overlay-alpha)) 0%,
      rgba(21, 9, 94, var(--hero-overlay-alpha)) 60%,
      rgba(21, 9, 94, var(--hero-overlay-alpha)) 99%);
  z-index: 2;
}

.hero-split::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
}

.hero-split .container,
.hero-split .row,
.hero-split .xs-banner-content {
  position: relative;
  z-index: 4;
}

.hero-split .container,
.hero-split .row {
  min-height: inherit;
}

.hero-split .row {
  align-items: stretch;
}

.hero-split .icon-bg {
  display: none;
}

.hero-logo {
  max-width: 200px;
  margin-bottom: 18px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-logo.is-hidden {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

.xs-banner .banner-title {
  line-height: 1.2;
}

.xs-banner .banner-title__line {
  display: block;
}

.hero-home .banner-title__line:not(:last-child) {
  margin-bottom: 6px;
}

.breadcrumb-wrap {
  padding: 10px 0 12px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #9aa3b2;
}

.breadcrumb-item a {
  color: #0d2352;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.area-served-section {
  background-color: #0d2352;
  color: #ffffff;
}

.area-served-section .heading-title,
.area-served-section .heading-sub-title {
  color: #ffffff;
}

.area-served-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}

.area-served-list li {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.btn.btn-outline-secondary,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:active:focus {
  color: #ffffff;
}

.nav-menu .btn.btn-outline-secondary {
  color: #ffffff;
}

.btn.btn-outline-content,
.btn.btn-outline-content:focus,
.btn.btn-outline-content:active,
.btn.btn-outline-content:active:focus,
.nav-menu .btn.btn-outline-content {
  color: #ffffff;
  background-color: #090640;
  border-color: #0d2352;
}

.btn.btn-outline-content::before {
  background-color: #ffffff;
}

.btn.btn-outline-content:hover,
.btn.btn-outline-content:focus,
.btn.btn-outline-content:active,
.btn.btn-outline-content:active:focus {
  color: #0d2352;
  border-color: #0d2352;
}

.btn.btn-outline-content:hover::before,
.btn.btn-outline-content:focus::before,
.btn.btn-outline-content:active::before,
.btn.btn-outline-content:active:focus::before {
  background-color: #ffffff;
}

.hero-home .hero-header.hero-header-visible .xs-logo img,
.hero-home .hero-header.hero-header-visible .nav-brand img {
  max-height: 44px;
  width: auto;
}

.top-menu .top-menu__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-weight: 700;
}

.top-menu .top-menu__whatsapp:hover,
.top-menu .top-menu__whatsapp:focus {
  background: #1ebe57;
  color: #ffffff;
}

.top-menu .top-menu__whatsapp i {
  top: 0;
}

.call-to-action-section.call-to-action-v2 .call-to-action-content p {
  color: #ffffff;
}

@media (max-width: 991px) {

  .hero-home .hero-header.hero-header-visible .xs-logo img,
  .hero-home .hero-header.hero-header-visible .nav-brand img {
    max-height: 34px;
  }
}

@media (max-width: 767px) {
  body:not(.hero-home) .xs-logo img,
  body:not(.hero-home) .nav-brand img {
    max-height: 34px;
    width: auto;
  }
}

.xs-logo img,
.nav-brand img,
.footer-logo img,
.hero-logo img {
  filter: brightness(0) invert(1);
}

.edit-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px dashed rgba(16, 69, 219, 0.4);
  background: rgba(16, 69, 219, 0.08);
  color: #1868dd;
  margin-top: 12px;
  display: inline-block;
}

.hero-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #0d2352;
  box-shadow: var(--soll-shadow);
  aspect-ratio: 3 / 2;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soll-hero-card {
  margin-top: 24px;
  background: #a4a7a8;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(16, 69, 219, 0.14);
  text-align: left;
}

.soll-hero-card .hero-card-title {
  text-align: center;
  color: #031c61;

}

.soll-hero-card li,
.soll-hero-card p {
  text-align: left;
  color: #ffffff;


}

.hero-panel__note {
  font-weight: 600;
  color: #031c61 !important;
  text-align: center;
}

.hero-badges {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.hero-badges li {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.08);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background: #ffffff;
  -webkit-clip-path: none;
  clip-path: none;
}

.hero-media__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: 0;
  overflow: hidden;
  background: #0d2352;
  box-shadow: none;
}

.hero-media__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-media__frame::after {
  display: none;
}

.hero-media__image {
  width: 100%;
  height: 100%;
  object-position: 10% 10%;
  /* mehr Waben sichtbar */
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .hero-split {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-height: none;
    --hero-overlay-alpha: 0.85;
  }

  .xs-banner.service-banner-2.hero-split {
    min-height: auto;
    padding: 80px 0 40px;
  }

  .hero-split .row {
    min-height: auto;
  }

  .hero-split::before {
    width: 100%;
    clip-path: none;
  }

  .hero-split::after {
    display: none;
  }

  .hero-logo {
    max-width: 150px;
  }

  .hero-media {
    display: block;
    position: absolute;
    inset: 0;
  }

  .hero-media::before {
    display: none;
  }

  .hero-media__frame {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 100%;
  }
}

.hero-news-panel {
  background: #e8f0ff;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  gap: 28px;
  min-height: 420px;
  box-shadow: 0 24px 50px rgba(16, 69, 219, 0.18);
  width: 100%;
  max-width: 560px;
  transform: translateX(32px);
}

.hero-news-panel-wrap {
  display: flex;
  justify-content: flex-end;
}

.hero-news-panel__intro {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-news-panel__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d2352;
  margin-bottom: 16px;
  line-height: 1.1;
}

.hero-news-panel__text {
  color: #1e3a8a;
  margin-bottom: 0;
}

.hero-news-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-news-panel__item {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 24px rgba(16, 69, 219, 0.12);
}

.hero-news-panel__body {
  flex: 1;
}

.hero-news-panel__meta {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1868dd;
  margin-bottom: 6px;
}

.hero-news-panel__item p {
  margin: 0;
  color: #0d2352;
  font-weight: 600;
}

.hero-news-panel__arrow {
  color: #1868dd;
  font-size: 1rem;
}

.hero-news-panel__arrow i {
  display: inline-block;
  transform: rotate(-45deg);
}

.hero-news-panel .hero-news-panel__item:nth-child(2) .hero-news-panel__arrow {
  color: #0b5ed7;
}

.case-slider.owl-carousel,
.case-hero-slider.owl-carousel,
.xs-testimonial-slider.owl-carousel {
  display: block;
  visibility: hidden;
}

.case-slider.owl-carousel.owl-loaded,
.case-hero-slider.owl-carousel.owl-loaded,
.xs-testimonial-slider.owl-carousel.owl-loaded {
  visibility: visible;
}

@media (max-width: 991px) {
  .hero-news-panel {
    flex-direction: column;
    min-height: auto;
    transform: none;
    max-width: none;
  }

  .hero-news-panel__intro {
    flex: 1 1 auto;
  }

  .hero-news-panel-wrap {
    justify-content: center;
  }
}

.xs-banner.service-banner-2 .banner-sub-title {
  display: inline-block;
  margin-bottom: 14px;
}

.xs-banner.service-banner-2 h1.banner-title {
  margin-bottom: 22px;
  line-height: 0.70 !important;
}

.xs-banner.service-banner-2.case-banner h1.banner-title {
  line-height: 1.05 !important;
}

.xs-banner.service-banner-2 .xs-banner-content p {
  margin-bottom: 28px;
}

.xs-banner.service-banner-2 .xs-btn-wraper {
  margin-bottom: 22px;
}

.xs-banner.service-banner-2 .hero-badges {
  margin-top: 0;
}

.xs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xs-list.list-inline>li {
  display: inline-block;
  margin-right: 12px;
}

.xs-list.list-inline>li:last-child {
  margin-right: 0;
}

.xs-service-block .service-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(16, 69, 219, 0.1);
  margin-bottom: 18px;
}

.service-card {
  text-align: left;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 69, 219, 0.08);
  display: grid;
  grid-template-rows: 180px auto;
  height: auto;
}

.service-card .service-media {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.service-card .service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.service-card .service-media__title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(9, 6, 64, 0.62);
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 16px;
}

.service-card:hover .service-media img,
.service-card:focus-within .service-media img {
  transform: scale(1.06);
}

.service-card:hover .service-media__title,
.service-card:focus-within .service-media__title {
  opacity: 1;
}

.service-card .service-body {
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card .xs-title {
  margin-bottom: 0;
  line-height: 1.3;
  min-height: calc(1.3em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card .service-body p {
  margin-bottom: 0;
  color: #1e1e1e;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 5;
  min-height: calc(1.55em * 5);
}

.service-card .btn {
  margin-top: 8px;
}

.service-card-row {
  margin-left: -12px;
  margin-right: -12px;
}

.service-card-col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .service-card {
    grid-template-rows: 170px auto;
  }
}

@media (max-width: 991px) {
  .service-card {
    grid-template-rows: 160px auto;
  }

  .service-card-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .service-card-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.xs-service-block .service-img i {
  font-size: 26px;
  color: #1868dd;
}

.value-card {
  text-align: left;
}

.value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 69, 219, 0.08);
}

.value-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 204, 113, 0.12);
  color: #2ecc71;
  font-size: 18px;
  flex-shrink: 0;
}

.value-content p {
  margin: 8px 0 0;
  color: #1e1e1e;
}

.value-title {
  margin: 0;
  font-size: 1.05rem;
  color: #0d2352;
}

.value-fly-in.animated {
  animation: valueFlyIn 0.9s ease-out both;
}

@keyframes valueFlyIn {
  from {
    opacity: 0;
    transform: translate(-24px, -24px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.admin-card {
  text-align: left;
  padding: 32px;
}

.value-card,
.feature-card,
.process-card,
.project-card,
.detail-card,
.case-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(16, 69, 219, 0.08);
  margin-bottom: 24px;
}

.feature-card .feature-img,
.process-card .feature-img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(16, 69, 219, 0.12);
  align-items: center;
  justify-content: center;
}

.feature-card .feature-img i,
.process-card .feature-img i {
  font-size: 22px;
  color: #1868dd;
}

.feature-card .xs-title,
.feature-card p {
  color: #1e1e1e;
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.why-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(16, 69, 219, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 69, 219, 0.12);
  color: #1868dd;
  font-size: 22px;
}

.why-title {
  margin: 0;
  font-size: 1.05rem;
  color: #0d2352;
}

.why-item p {
  margin: 0;
  color: #1e1e1e;
}

.why-fly-in {
  opacity: 0;
}

.why-fly-in.animated {
  animation: whyFlyIn 0.9s ease-out both;
}

@keyframes whyFlyIn {
  from {
    opacity: 0;
    transform: translate(-24px, -24px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (max-width: 991px) {
  .why-fly-in {
    opacity: 1;
  }
}

.process-card {
  position: relative;
}

.process-index {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #103dbe;
  background: rgba(16, 69, 219, 0.12);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.case-card {
  padding: 0;
  overflow: hidden;
}

.case-media {
  position: relative;
  overflow: hidden;
  height: clamp(180px, 26vw, 260px);
  background: #f3f5fb;
}

.case-media--single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.case-media.case-media--single img {
  width: 72%;
  max-width: 360px;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.case-media--dual {
  padding: 10px;
}

.case-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 100%;
}

.case-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.case-body {
  padding: 24px;
}

.case-slider .case-card {
  margin-bottom: 0;
}

.case-slider .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.case-hero-media {
  max-width: 520px;
  margin-left: auto;
}

.case-hero-slider,
.case-hero-image {
  width: 100%;
}

.case-hero-slide img,
.case-hero-image {
  width: 100%;
  height: clamp(240px, 45vw, 420px);
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

.case-hero-slider .owl-dots {
  margin-top: 12px;
  text-align: center;
}

.case-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.case-image-card img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e3e7f2;
  background: #f3f5fb;
}

@media (max-width: 767px) {
  .case-hero-media {
    max-width: 100%;
    margin-left: 0;
  }

  .case-media.case-media--single img {
    width: 100%;
    max-width: none;
  }
}

.case-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #103dbe;
  margin-bottom: 8px;
}

.project-card h4,
.detail-card h4 {
  margin-bottom: 12px;
}

.trust-stats {
  margin-bottom: 32px;
}

.trust-stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(16, 69, 219, 0.12);
}

.trust-stat-card h3 {
  margin-bottom: 6px;
  color: #0d2352;
}

.trust-stat-card p {
  margin: 0;
  color: #70799f;
}

.trust-points {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.trust-points li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
}

.trust-points li i {
  color: #1868dd;
}

.trust-rotator {
  display: flex;
  gap: 16px;
  max-width: 920px;
  margin: 24px auto 0;
}

.trust-rotator__item {
  display: none;
  flex: 1 1 0;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #e6e8f0;
  border: 1px solid transparent;
  opacity: 0.6;
  transform: translateX(0) scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  order: var(--trust-order, 0);
}

.trust-rotator__item.is-visible {
  display: flex;
}

.trust-rotator__item h3 {
  font-size: 1.35rem;
  margin: 0;
  color: #0d2352;
}

.trust-rotator__item p {
  margin: 0;
  color: #1e1e1e;
}

.trust-rotator__item.is-active {
  opacity: 1;
  transform: translateX(0) scale(1.04);
  border-color: #1868dd;
  box-shadow: 0 12px 26px rgba(16, 69, 219, 0.25);
  background: #ffffff;
}

.trust-rotator__item.is-enter {
  animation: trustSlideIn 0.6s ease;
}

.trust-rotator__item.is-enter.is-active {
  animation: trustSlideInActive 0.6s ease;
}

@keyframes trustSlideIn {
  from {
    opacity: 0;
    transform: translateX(26px) scale(1);
  }
  to {
    opacity: 0.6;
    transform: translateX(0) scale(1);
  }
}

@keyframes trustSlideInActive {
  from {
    opacity: 0;
    transform: translateX(26px) scale(1);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1.04);
  }
}

@media (max-width: 991px) {
  .trust-rotator {
    flex-direction: column;
  }
}

.testimonial-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonial-nav__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(13, 35, 82, 0.25);
  background: #ffffff;
  color: #0d2352;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  pointer-events: auto;
}

.testimonial-nav__btn:hover {
  border-color: #0d2352;
  background: #0d2352;
  color: #ffffff;
}

.xs-testimonial-section {
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-nav {
    position: static;
    transform: none;
    margin-top: 12px;
    pointer-events: auto;
  }
}

.logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px dashed rgba(16, 69, 219, 0.35);
  color: #103dbe;
  font-size: 0.8rem;
}

.round-avatar {
  width: 44px;
  height: 44px;
  background: #1868dd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.avatar-letter {
  font-size: 0.9rem;
}

.contact-info-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(16, 69, 219, 0.12);
  margin-bottom: 24px;
}

.form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(16, 69, 219, 0.12);
}

.contact-form-card {
  padding: 22px;
}

.contact-form-card .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-form-card .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-card .form-group {
  margin-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}

.contact-form-card label {
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.contact-form-card .form-control {
  height: 42px;
  padding: 8px 12px;
  font-size: 0.95rem;
}

.contact-form-card textarea.form-control {
  height: auto;
  min-height: 110px;
  padding: 10px 12px;
}

.contact-form-card .xs-form .form-group {
  margin-bottom: 14px;
}

.contact-form-card .xs-form > .row > [class^=col-] .form-group {
  margin-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}

.contact-form-card .checkbox {
  margin-bottom: 12px;
}

.contact-form-card .xs-btn-wraper {
  margin-top: 8px;
}

.field-error {
  color: #d72638;
  font-size: 0.82rem;
}

.form-note {
  font-size: 0.85rem;
  color: #70799f;
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.alert--success {
  background: #e7f6ec;
  color: #1e4620;
}

.alert--error {
  background: #fdecea;
  color: #a61d24;
}

.alert--info {
  background: #e9f1fb;
  color: #1f3b5c;
}

.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.admin-actions form {
  margin: 0;
}

.case-image-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(16, 69, 219, 0.12);
}

.case-image-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.value-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 12px 24px rgba(16, 69, 219, 0.08);
  margin-bottom: 16px;
}

.value-pill i {
  color: #1868dd;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.bullet-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.bullet-list li i {
  color: #1868dd;
}

.bullet-list.muted li {
  color: #70799f;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: var(--soll-shadow);
  padding: 16px 20px;
  z-index: 200;
}

.cookie-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(13, 35, 82, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 20px;
}

.cookie-modal__dialog {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  max-width: 520px;
  width: 100%;
  position: relative;
}

.cookie-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
}

.cookie-form {
  display: grid;
  gap: 12px;
}

.cookie-form__actions {
  margin-top: 8px;
}

button.simple-btn {
  background: none;
  border: none;
  padding: 0;
  color: #1868dd;
  cursor: pointer;
}

@media (max-width: 991px) {
  .hero-badges {
    justify-content: center;
  }

  .admin-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    aspect-ratio: 4 / 3;
  }

  .hero-badges li {
    width: 140px;
    text-align: center;
    white-space: nowrap;
  }

  .cookie-banner__actions {
    width: 100%;
  }
}
