* {
  box-sizing: border-box;
}

body {
  background-color: #e8e4e0;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

@font-face {
  font-family: "PPPaloma";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPPaloma/PPPaloma-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Roboto/roboto-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-light.woff2") format("woff2");
  font-display: swap;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.55rem 2.6rem;
  z-index: 200;
  transition:
    background 0.3s ease-in-out,
    top 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop--mega-open,
.header-desktop--mega-open.scrolled {
  background: #f3eee3;
  box-shadow: 0 1px 0 rgba(44, 42, 42, 0.05);
}

.header-desktop__nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
}

.header-desktop__brand {
  justify-self: start;
}

.header-desktop__center {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.55rem;
}

.header-desktop__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-desktop__brand a {
  display: inline-flex;
  align-items: center;
}

.header-desktop__logo {
  display: block;
  width: 88px;
  height: auto;
  transition: width 0.28s ease;
}

header.scrolled .header-desktop__logo {
  width: 76px;
}

.header-desktop__item {
  position: relative;
}

.header-desktop__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.header-desktop__link-text,
.nav-link {
  color: #e8e4e0;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-desktop__chevron,
.header-desktop__lang-chevron {
  object-fit: contain;
  transition:
    transform 0.35s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}

.header-desktop__item.is-active .header-desktop__chevron {
  transform: rotate(180deg);
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.secondary-cta {
  border: 1px solid #e8e4e0;
  min-height: 46px;
  padding: 0.78rem 1.18rem;
  color: #e8e4e0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.secondary-cta:hover {
  transform: translateY(-2px);
}

header.scrolled .header-desktop__link-text,
header.scrolled .nav-link {
  color: #e8e4e0;
}

header.scrolled .header-desktop__chevron,
header.scrolled .header-desktop__lang-chevron {
  filter: brightness(0) saturate(100%) invert(94%) sepia(17%) saturate(422%)
    hue-rotate(303deg) brightness(106%) contrast(101%);
}

.header-desktop--mega-open .header-desktop__link-text,
.header-desktop--mega-open .nav-link {
  color: #272626;
}

.header-desktop--mega-open .header-desktop__chevron,
.header-desktop--mega-open .header-desktop__lang-chevron {
  filter: none;
}

.header-desktop__mega {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-desktop__mega-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  background-color: #e8e4e0;
  border-top: 1px solid rgba(44, 42, 42, 0.05);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 0 100% 0);
  overflow: hidden;
  z-index: 2;
  will-change: clip-path;
}

.header-desktop__mega-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 10.4rem 2.6rem 3.2rem 2.6rem;
}

.header-desktop__mega-layout {
  display: grid;
  grid-template-columns: minmax(420px, 780px) minmax(320px, 440px);
  justify-content: space-between;
  align-items: start;
  gap: 4.5rem;
}

.header-desktop__mega-main,
.header-desktop__mega-card-body {
  display: flex;
  flex-direction: column;
}

.header-desktop__mega-linkline {
  overflow: hidden;
  width: fit-content;
  margin-bottom: 0.18rem;
  padding-bottom: 0.16em;
}

.header-desktop__mega-service {
  display: inline-block;
  text-decoration: none;
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  transition: color 0.28s ease;
}

.header-desktop__mega-service:hover,
.header-desktop__mega-service:focus-visible,
.header-desktop__mega-service.is-active {
  color: #34656d;
}

.header-desktop__mega-service span {
  display: inline-block;
  will-change: transform, opacity;
}

.header-desktop__mega-card {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 440px;
}

.header-desktop__mega-card-image-wrap {
  overflow: hidden;
  border-radius: 1.6rem;
  margin-bottom: 1.3rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.header-desktop__mega-card-image {
  width: 100%;
  aspect-ratio: 1.42 / 1;
}

.header-desktop__mega-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.header-desktop__mega-card:hover .header-desktop__mega-card-image img {
  transform: scale(1.04);
}

.header-desktop__mega-card-title {
  margin: 0 0 0.7rem 0;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #2c2a2a;
}

.header-desktop__mega-card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.58;
  color: #5f5955;
  max-width: 28rem;
}

.header-desktop__mega-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(20, 18, 17, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: default;
}

.header-desktop__mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1280px) {
  .header-desktop__mega-layout {
    grid-template-columns: minmax(360px, 1fr) minmax(300px, 380px);
    gap: 3rem;
  }

  .header-desktop__mega-service {
    font-size: clamp(1.85rem, 2.2vw, 2.8rem);
  }

  .header-desktop__mega-card-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .header-desktop__mega-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .header-desktop__mega-card {
    max-width: 560px;
  }
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.logo-mobile {
  width: 70px;
  height: auto;
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #e8e4e0;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #e8e4e0;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #e8e4e0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  text-decoration: none;
  padding: 0.6rem 0;
  color: #272626;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.4rem;
}

.menu-mobile-services {
  display: flex;
  flex-direction: column;
}

.menu-mobile-services__trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 0.6rem 0;
  border: 0;
  background: transparent;
  color: #272626;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.4rem;
  text-align: left;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.menu-mobile-services__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.menu-mobile-services.is-open .menu-mobile-services__icon {
  transform: rotate(90deg);
}

.menu-mobile-services__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
}

.menu-mobile-services__panel-inner {
  min-height: 0;
}

.menu-mobile-services__panel a {
  display: block;
  padding: 0.4rem 0 0.4rem 1.25rem;
  font-size: 1.3rem;
  line-height: 1.45rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #272626;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #272626;
  margin: 0 0.5rem;
  font-weight: 200;
  font-size: 1.2rem;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 20px;
  overflow: hidden;
  background-color: #e8e4e0;
}

.hero-stage {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  height: calc(100svh - 40px);
  overflow: hidden;
  border-radius: 25px;
  isolation: isolate;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 6.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.22) 0%,
      rgba(4, 4, 4, 0.08) 34%,
      rgba(0, 0, 0, 0.68) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.12) 42%,
      rgba(0, 0, 0, 0.22) 100%
    );
}

.hero-bottom {
  position: absolute;
  left: clamp(32px, 4vw, 64px);
  right: clamp(32px, 4vw, 64px);
  bottom: clamp(72px, 9vh, 96px);
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: end;
  gap: clamp(32px, 4vw, 80px);
}

.hero-copy {
  width: 100%;
  max-width: 1080px;
  min-width: 0;
}

.hero-copy h1 {
  max-width: 1000px;
  margin: 0;
  color: #e6e6e6;
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: -0.045em;
}

.hero-copy p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(230, 230, 230, 0.9);
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.25;
  font-size: 1.2rem;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 8px;
  padding-bottom: 2px;
  white-space: nowrap;
}

.hero-indicators {
  position: absolute;
  left: 50%;
  bottom: clamp(26px, 4.2vh, 38px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-indicator {
  width: 28px;
  height: 2px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: rgba(232, 228, 224, 0.78);
  cursor: pointer;
  transition:
    width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease,
    opacity 0.35s ease;
}

.hero-indicator.is-active {
  width: 30px;
  background-color: #34656d;
}

.main-cta {
  --arrow-size: 15px;
  --arrow-gap: 8px;

  position: relative;
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.62rem 1rem;
  overflow: hidden;
  background-color: #34656d;
  color: #e8e4e0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.main-cta:hover {
  transform: translateY(-2px);
  background-color: #27454a;
  color: #e8e4e0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.cta-label {
  position: relative;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
}

.cta-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--arrow-size);
  height: var(--arrow-size);
  flex: 0 0 auto;
  overflow: hidden;
}

.cta-arrow::before {
  content: "";
  display: block;
  width: var(--arrow-size);
  height: var(--arrow-size);
  background-color: currentColor;
  -webkit-mask: url("/assets/icons/arrow-right.svg") center / contain no-repeat;
  mask: url("/assets/icons/arrow-right.svg") center / contain no-repeat;
  transition:
    transform 0.52s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.28s ease;
}

.cta-arrow--incoming {
  width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    margin-right 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-arrow--incoming::before {
  transform: translateX(-145%);
  opacity: 0;
}

.cta-arrow--outgoing {
  margin-left: var(--arrow-gap);
  transition:
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1) 0.16s,
    margin-left 0.48s cubic-bezier(0.22, 1, 0.36, 1) 0.16s,
    opacity 0.25s ease 0.16s;
}

.cta-arrow--outgoing::before {
  transform: translateX(0);
  opacity: 1;
}

.main-cta:hover .cta-arrow--outgoing {
  width: 0;
  margin-left: 0;
  opacity: 0;
}

.main-cta:hover .cta-arrow--outgoing::before {
  transform: translateX(145%);
  opacity: 0;
}

.main-cta:hover .cta-arrow--incoming {
  width: var(--arrow-size);
  margin-right: var(--arrow-gap);
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.12s;
}

.main-cta:hover .cta-arrow--incoming::before {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.12s;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(232, 228, 224, 0.72);
  border-radius: 3px;
  color: #e8e4e0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta:hover {
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(232, 228, 224, 0.95);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .hero-bottom {
    grid-template-columns: 1fr;
    align-items: start;
    bottom: 78px;
  }

  .hero-cta {
    justify-content: flex-start;
  }

  .hero-copy h1 {
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 12px;
  }

  .hero-stage {
    height: calc(100vh - 24px);
    height: calc(100svh - 24px);
    border-radius: 18px;
  }

  .hero-bottom {
    left: 22px;
    right: 22px;
    bottom: 72px;
    gap: 22px;
  }

  .hero-copy h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .hero-copy p {
    max-width: 100%;
    margin-top: 18px;
  }

  .hero-cta {
    flex-wrap: wrap;
  }

  .main-cta,
  .secondary-cta {
    min-height: 40px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .hero-bottom {
    bottom: 76px;
  }

  .hero-cta {
    width: 100%;
  }

  .main-cta,
  .secondary-cta {
    width: 100%;
  }

  .hero-indicators {
    bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img,
  .hero-indicator,
  .main-cta,
  .secondary-cta,
  .cta-arrow,
  .cta-arrow::before {
    transition: none !important;
  }
}

.intro-section {
  padding: 6rem 8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.intro-wrapper {
  width: 50%;
  margin: 0 auto;
}

.headline-kicker {
  font-weight: 200;
  margin-bottom: 0;
  color: #34656d;
}

.intro-section h2 {
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  color: #272626;
  font-family: "PPPaloma", sans-serif;
  font-size: 2.4rem;
  margin: 0.5rem 0 0 0;
}

.intro-section p {
  color: #272626;
  font-size: 1.2rem;
  font-weight: 200;
}

.cta-wrapper-pos {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.services-slider-section {
  --service-gap: 24px;
  --slider-shadow-space: 16px;

  background-color: #e8e4e0;
  overflow: hidden;
  padding: 2rem 8rem 6rem 8rem;
}

.services-slider-header {
  max-width: 760px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.services-slider-header span {
  display: block;
  margin-bottom: 10px;
  color: #34656d;
  font-family: "Roboto", sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
}

.services-slider-header h2 {
  margin: 0;
  color: #2a2927;
  font-family: "PPPaloma", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.services-slider {
  display: flex;
  gap: var(--service-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 14px 0 22px;
  scroll-padding-inline: var(--slider-shadow-space);
}

.services-slider::-webkit-scrollbar {
  display: none;
}

.service-card {
  flex: 0 0
    calc(
      (100% - (var(--service-gap) * 2) - (var(--slider-shadow-space) * 2)) / 3
    );
  scroll-snap-align: start;
  background-color: #ebe3d5;
  border: 1px solid rgba(42, 41, 39, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.04),
    0 8px 22px rgba(42, 41, 39, 0.08);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:first-child {
  margin-left: var(--slider-shadow-space);
}

.service-card:last-child {
  margin-right: var(--slider-shadow-space);
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.05),
    0 14px 30px rgba(42, 41, 39, 0.1);
}

.service-card-img {
  position: relative;
  height: clamp(210px, 18vw, 290px);
  margin: 14px 14px 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(232, 228, 224, 0.55);
}

.service-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-card-img img {
  transform: scale(1.035);
}

.service-card-img span {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0.48rem 0.72rem;
  background-color: rgba(42, 41, 39, 0.62);
  color: #e8e4e0;
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 200;
  backdrop-filter: blur(8px);
}

.service-card-content {
  padding: 20px 16px 20px;
}

.service-card-content h3 {
  margin: 0 0 9px;
  color: #2a2927;
  font-family: "PPPaloma", sans-serif;
  font-size: clamp(1.35rem, 1.55vw, 1.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.service-card-content p {
  max-width: 94%;
  margin: 0;
  color: rgba(42, 41, 39, 0.76);
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.92rem, 0.9vw, 1rem);
  font-weight: 300;
  line-height: 1.28;
}

.service-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.service-card-primary,
.service-card-secondary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.95rem;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.service-card-primary {
  gap: 8px;
  background-color: #34656d;
  color: #e8e4e0;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.1),
    0 5px 12px rgba(42, 41, 39, 0.14);
}

.service-card-primary img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card-primary:hover {
  transform: translateY(-2px);
  background-color: #27454a;
  color: #e8e4e0;
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.12),
    0 8px 18px rgba(42, 41, 39, 0.16);
}

.service-card-primary:hover img {
  transform: translateX(3px);
}

.service-card-secondary {
  border: 1px solid rgba(42, 41, 39, 0.52);
  color: #2a2927;
  background-color: transparent;
}

.service-card-secondary:hover {
  transform: translateY(-2px);
  border-color: #34656d;
  color: #34656d;
}

.services-slider-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: clamp(24px, 2.8vw, 36px);
  padding-inline: var(--slider-shadow-space);
}

.services-slider-btn {
  width: 52px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(42, 41, 39, 0.58);
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

.services-slider-btn img {
  width: 15px;
  height: 15px;
}

.services-slider-btn-prev img {
  transform: rotate(180deg);
}

.services-slider-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: #34656d;
  background-color: rgba(52, 101, 109, 0.08);
}

.services-slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.services-slider-line {
  flex: 1;
  height: 1px;
  margin-left: 16px;
  background-color: rgba(42, 41, 39, 0.34);
}

@media (max-width: 1180px) {
  .services-slider-section {
    --service-gap: 24px;

    padding: 2rem 4rem 5rem 4rem;
  }

  .service-card {
    flex-basis: calc(
      (100% - var(--service-gap) - (var(--slider-shadow-space) * 2)) / 2
    );
  }
}

@media (max-width: 768px) {
  .services-slider-section {
    --service-gap: 16px;
    --slider-shadow-space: 12px;

    padding: 4.5rem 1rem;
  }

  .services-slider-header {
    max-width: 100%;
  }

  .services-slider-header h2 {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .service-card {
    flex-basis: calc(88% - var(--slider-shadow-space));
  }

  .service-card-img {
    height: 250px;
    margin: 12px 12px 0;
  }

  .service-card-content {
    padding: 20px 12px 18px;
  }

  .service-card-content h3 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .service-card-content p {
    max-width: 100%;
  }

  .service-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-card-primary,
  .service-card-secondary {
    width: 100%;
  }

  .services-slider-controls {
    margin-top: 24px;
  }

  .services-slider-line {
    margin-left: 12px;
  }
}

@media (max-width: 480px) {
  .service-card {
    flex-basis: calc(100% - (var(--slider-shadow-space) * 2));
  }

  .service-card-img {
    height: 230px;
  }

  .services-slider-btn {
    width: 44px;
    height: 34px;
  }
}

.bg-section {
  background-color: #182136;
  padding: 6rem 8rem;
}

.bg-section .reveal-hidden {
  overflow: hidden;
}

.bg-section .bg-img,
.bg-section .bg-text .headline-kicker-bg,
.bg-section .bg-text h2,
.bg-section .bg-text p,
.bg-section .bg-text .cta-wrapper,
.bg-section .services-outer .headline-kicker-bg,
.bg-section .services-outer h2,
.bg-section .service-item {
  opacity: 0;
  will-change: transform, opacity;
}

.pees-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
}

.bg-img {
  width: 50%;
  height: 600px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.bg-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
  will-change: transform, opacity;
}

.bg-text {
  width: 50%;
  min-height: 600px;
  color: #e8e4e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-cta-bg {
  background-color: #34656d;
  padding: 0.8rem 1.2rem;
  color: #e8e4e0;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  width: fit-content;
}

.main-cta-bg img {
  margin-top: 2px;
  width: 12px;
  height: auto;
}

.headline-kicker-bg {
  font-weight: 200;
  margin-bottom: 0;
}

.bg-text h2 {
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0.5rem 0 0 0;
}

.bg-text p {
  color: #e8e4e0;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  max-width: 720px;
}

@media (max-width: 1200px) {
  .bg-section {
    padding: 5rem 4rem;
  }

  .pees-info-wrapper {
    gap: 3rem;
  }

  .bg-img {
    height: 520px;
  }

  .bg-text {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .bg-section {
    padding: 4rem 1.5rem;
  }

  .pees-info-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .bg-img,
  .bg-text {
    width: 100%;
  }

  .bg-img {
    height: 460px;
  }

  .bg-text {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .bg-img {
    height: 380px;
  }

  .bg-img img {
    object-position: center 72%;
  }

  .bg-text h2 {
    font-size: 1.7rem;
  }

  .bg-text p {
    font-size: 1rem;
  }
}

.services-outer {
  color: #e8e4e0;
  margin-top: 6rem;
}

.services-outer h2 {
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0.5rem 0 0 0;
}

.services-outer p {
  color: #e8e4e0;
  font-weight: 200;
  font-size: 1.2rem;
}

.services-wrapper {
  display: flex;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
}

.service-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e4e0;
  color: #e8e4e0;
}

.service-item:last-child {
  border-right: none;
}

.service-image {
  display: block;
  padding: 0.7rem 0.7rem 0 0.7rem;
  text-decoration: none;
  overflow: hidden;
  height: 340px;
}

.service-image {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

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

.service-image img.img-pos-top {
  object-position: center 25%;
}

.service-content {
  padding: 0.8rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-content h3 {
  margin: 0 0 0.45rem 0;
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.05;
  color: #e8e4e0;
}

.service-content p {
  margin: 0 0 1rem 0;
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1.28;
  color: #e8e4e0;
}

.service-btn {
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 242, 224, 0.7);
  border-radius: 4px;
  color: #e8e4e0;
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
}

.service-btn:hover {
  background-color: #e8e4e0;
  color: #0f2244;
}

.faq-section {
  padding: 6rem 8rem 4rem 8rem;
}

.faq-text h2 {
  font-family: "PPPaloma", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #272626;
  margin: 0.5rem 0 0 0;
}

.faq-text p {
  color: #272626;
  font-weight: 200;
  font-size: 1.2rem;
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4a4947;
  width: 100%;
  cursor: pointer;
}

.faq-item:first-child {
  border-top: 1px solid #4a4947;
  margin-top: 2rem;
}

.faq-item h4 {
  color: #272626;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 2.8rem 0;
}

.faq-icon {
  border: 1.8px solid #4a4947;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 2px;
}

.faq-content {
  color: #272626;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content p {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
}

.faq-content a {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
  color: #d00c16;
  text-decoration: none;
  position: relative;
}

.adress-link {
  display: inline-block;
}

.faq-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.faq-content a:hover::before {
  transform: scaleX(1);
}

.faq-content.open {
  opacity: 1;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom: 1px solid #4a4947;
}

.blog-section {
  background-color: #e8e4e0;
  padding: 6rem 8rem;
}

.blog-intro {
  max-width: 820px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.blog-intro h2 {
  margin: 0.5rem 0 0;
  color: #2a2927;
  font-family: "PPPaloma", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.blog-intro p {
  max-width: 680px;
  margin: 1rem 0 0;
  color: rgba(42, 41, 39, 0.76);
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 300;
  line-height: 1.35;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background-color: #ebe3d5;
  border: 1px solid rgba(42, 41, 39, 0.08);
  border-radius: 12px;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.04),
    0 8px 22px rgba(42, 41, 39, 0.08);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.05),
    0 14px 30px rgba(42, 41, 39, 0.1);
}

.blog-image {
  position: relative;
  display: block;
  height: clamp(220px, 21vw, 340px);
  margin: 14px 14px 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(232, 228, 224, 0.55);
  text-decoration: none;
}

.blog-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover .blog-image img {
  transform: scale(1.035);
}

.blog-image-meta {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-image-meta-left {
  top: 12px;
  left: 12px;
}

.blog-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(232, 228, 224, 0.18);
  background-color: rgba(42, 41, 39, 0.62);
  color: #e8e4e0;
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 200;
  line-height: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.blog-badge-new {
  border-color: rgba(52, 101, 109, 0.35);
  background-color: #34656d;
  color: #e8e4e0;
}

.blog-badge-category {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.blog-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 16px 20px;
}

.blog-content h3 {
  margin: 0 0 9px;
  color: #2a2927;
  font-family: "PPPaloma", sans-serif;
  font-size: clamp(1.35rem, 1.55vw, 1.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.blog-content h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-content h3 a:hover {
  color: #34656d;
}

.blog-content p {
  color: rgba(42, 41, 39, 0.76);
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.92rem, 0.9vw, 1rem);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.28;
  margin-top: 0;
}

.blog-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding: 0.58rem 0.95rem;
  border-radius: 3px;
  background-color: #34656d;
  color: #e8e4e0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 1px 2px rgba(42, 41, 39, 0.1),
    0 5px 12px rgba(42, 41, 39, 0.14);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-btn img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-btn:hover {
  transform: translateY(-2px);
  background-color: #27454a;
  color: #e8e4e0;
  box-shadow:
    0 2px 4px rgba(42, 41, 39, 0.12),
    0 8px 18px rgba(42, 41, 39, 0.16);
}

.blog-btn:hover img {
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .blog-section {
    padding: 5rem 4rem;
  }

  .blog-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .blog-section {
    padding: 4.5rem 1rem;
  }

  .blog-intro {
    max-width: 100%;
  }

  .blog-intro h2 {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .blog-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blog-image {
    height: 250px;
    margin: 12px 12px 0;
  }

  .blog-content {
    padding: 20px 12px 18px;
  }

  .blog-content h3 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .blog-content p {
    max-width: 100%;
  }

  .blog-btn {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .blog-image {
    height: 230px;
  }

  .blog-image-meta-left {
    max-width: calc(100% - 96px);
    flex-wrap: wrap;
  }

  .blog-badge {
    min-height: 28px;
    padding: 0.42rem 0.62rem;
    font-size: 0.78rem;
  }
}

footer {
  background-color: #272626;
  padding: 2rem 8rem 1rem 8rem;
}

.footer-logo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
  width: 30%;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links img {
  width: 40px !important;
  cursor: pointer;
}

.footer-logo img {
  width: 140px;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 70%;
}

.footer-links div {
  display: flex;
  flex-direction: column;
}

.footer-links h4 {
  color: #e8e4e0;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "PPPaloma", sans-serif;
  margin-bottom: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: #e8e4e0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4rem;
}

.line-footer {
  background-color: #e8e4e080;
  width: 100%;
  height: 0.5px;
  margin: 4rem 0 1rem 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #e8e4e0;
  font-weight: 200;
  font-size: 0.9rem;
  margin: 0;
}

.footer-bottom a {
  color: #e8e4e0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .solo-img {
    --hero-img-side-padding: 1rem;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    padding: 12rem 1rem 2rem 1rem;
    flex-direction: column;
  }
  .hero-title {
    width: 100%;
  }
  .hero-intro {
    width: 100%;
    padding-top: 0;
  }
  .hero-intro .secondary-cta {
    display: none;
  }
  h1 {
    width: 100%;
    font-size: 2rem;
  }
  .hero-intro p {
    margin-top: 0;
  }
  .intro-section {
    padding: 6rem 1rem;
  }
  .intro-wrapper {
    width: 100%;
  }
  .intro-section h2 {
    font-size: 1.7rem;
  }
  .category-section {
    padding: 2rem 1rem 6rem 1rem;
  }
  .category-wrapper {
    flex-direction: column;
  }
  .category-item {
    width: 100%;
    border-right: none;
  }
  .category-item:nth-child(1) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .category-item:nth-child(2) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .bg-section {
    padding: 6rem 1rem;
  }
  .pees-info-wrapper {
    flex-direction: column;
  }
  .bg-text,
  .bg-img {
    width: 100%;
  }
  .bg-text h2 {
    font-size: 1.7rem;
  }
  .services-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .services-outer h2 {
    font-size: 1.7rem;
  }
  .service-item {
    width: 100%;
    border-right: none;
  }
  .service-item:nth-child(1) {
    border-bottom: 1px solid #e8e4e0;
  }
  .service-item:nth-child(2) {
    border-bottom: 1px solid #e8e4e0;
  }
  .service-content h3 {
    font-size: 1.5rem;
  }
  .service-content p {
    font-size: 1.2rem;
  }
  .faq-section {
    padding: 6rem 1rem 4rem 1rem;
  }
  .faq-icon {
    display: none;
  }
  .faq-text h2 {
    font-size: 1.7rem;
  }
  .blog-section {
    padding: 6rem 1rem;
  }
  .blog-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .blog-item {
    width: 100%;
    border-right: none;
  }
  .blog-item:nth-child(1) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .blog-item:nth-child(2) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .blog-content h3 {
    font-size: 1.5rem;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-layout {
    flex-direction: column;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .solo-img {
    --hero-img-side-padding: 3rem;
  }
  .menu-links a {
    font-size: 1.9rem;
    line-height: 2rem;
    padding: 0.8rem 0;
  }
  .menu-mobile-services__trigger {
    font-size: 1.9rem;
    line-height: 2rem;
    padding: 0.8rem 0;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    padding: 12rem 3rem 2rem 3rem;
    flex-direction: column;
  }
  .hero-title {
    width: 100%;
  }
  .hero-intro {
    width: 100%;
    padding-top: 0;
  }
  .hero-intro .secondary-cta {
    display: none;
  }
  h1 {
    width: 100%;
    font-size: 2.4rem;
  }
  .hero-intro p {
    margin-top: 0;
  }
  .intro-section {
    padding: 6rem 3rem;
  }
  .intro-wrapper {
    width: 100%;
  }
  .intro-section h2 {
    font-size: 2rem;
  }
  .category-section {
    padding: 2rem 3rem 6rem 3rem;
  }
  .category-wrapper {
    flex-direction: column;
  }
  .category-item {
    width: 100%;
    border-right: none;
  }
  .category-item:nth-child(1) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .category-item:nth-child(2) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .bg-section {
    padding: 6rem 3rem;
  }
  .pees-info-wrapper {
    flex-direction: column;
  }
  .bg-text,
  .bg-img {
    width: 100%;
  }
  .bg-text h2 {
    font-size: 2rem;
  }
  .services-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .services-outer h2 {
    font-size: 2rem;
  }
  .service-item {
    width: 100%;
    border-right: none;
  }
  .service-item:nth-child(1) {
    border-bottom: 1px solid #e8e4e0;
  }
  .service-item:nth-child(2) {
    border-bottom: 1px solid #e8e4e0;
  }
  .service-content h3 {
    font-size: 1.7rem;
  }
  .service-content p {
    font-size: 1.2rem;
  }
  .faq-section {
    padding: 6rem 3rem 4rem 3rem;
  }
  .faq-icon {
    display: none;
  }
  .faq-text h2 {
    font-size: 2rem;
  }
  .blog-section {
    padding: 6rem 3rem;
  }
  .blog-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .blog-item {
    width: 100%;
    border-right: none;
  }
  .blog-content {
    gap: 1rem;
  }
  .blog-item:nth-child(1) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .blog-item:nth-child(2) {
    border-bottom: 1px solid rgba(39, 38, 38, 0.45);
  }
  .blog-content h3 {
    font-size: 1.7rem;
    min-height: inherit;
  }
  .blog-content p {
    min-height: inherit;
  }
  footer {
    padding: 2rem 3rem 1rem 3rem;
  }
  .footer-layout {
    flex-direction: column;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }
  .hero-text {
    bottom: 10%;
    left: 5%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  h1 {
    font-size: 2.6rem;
  }
  .hero-text {
    padding: 14rem 6rem 4rem 6rem;
    gap: 1rem;
    flex-direction: column;
  }

  .hero-intro {
    align-self: flex-end;
    padding-top: 0;
  }
  .intro-section {
    padding: 6rem;
  }
  .category-section {
    padding: 2rem 6rem 6rem 6rem;
  }
  .bg-section {
    padding: 6rem;
  }
  .faq-section {
    padding: 6rem;
  }
  .blog-section {
    padding: 6rem;
  }
  footer {
    background-color: #272626;
    padding: 2rem 6rem 1rem 6rem;
  }
}
