* {
  box-sizing: border-box;
}

body {
  background-color: #faf3e1;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.eapps-instagram-feed-content-loader {
  color: #fcf7eb !important;
}

.site-wrapper {
  background-color: #faf3e1;
}

@font-face {
  font-family: "PPFrama";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPFrama/PPFrama-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPEditorialOld";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/PPEditorialOld/PPEditorialOld-Italic.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;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 200;
  transition:
    background 0.3s ease-in-out,
    top 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__nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-desktop__brand,
.header-desktop__links {
  position: relative;
  z-index: 5;
}

.header-desktop__brand a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header-desktop__logo {
  display: block;
  width: 145px;
  height: auto;
  transition: opacity 0.28s ease;
}

.header-desktop__logo--light {
  opacity: 1;
}

.header-desktop__logo--dark {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.header-desktop__links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.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: #fcf7eb;
  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 {
  width: 0.8rem;
  height: 0.8rem;
  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;
}

.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: rgba(243, 238, 227, 0.985);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 0 100% 0);
  z-index: 2;
}

.header-desktop__mega-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 9.6rem 2.6rem 3.4rem 2.6rem;
}

.header-desktop__mega-content {
  display: none;
}

.header-desktop__mega-content.is-active {
  display: block;
}

.header-desktop__mega-layout {
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(360px, 520px);
  justify-content: space-between;
  align-items: start;
  gap: 4rem;
}

.header-desktop__mega-main,
.header-desktop__mega-card-body {
  display: flex;
  flex-direction: column;
}

.header-desktop__mega-label {
  margin: 0 0 1.4rem 0;
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(44, 42, 42, 0.46);
}

.header-desktop__mega-linkline {
  overflow: hidden;
  width: fit-content;
  margin-bottom: 0.95rem;
}

.header-desktop__mega-linkline a {
  display: inline-block;
  text-decoration: none;
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.header-desktop__mega-linkline a span {
  display: inline-block;
  will-change: transform, opacity;
}

.header-desktop__mega-card {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 500px;
}

.header-desktop__mega-card-image-wrap {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.header-desktop__mega-card-image {
  width: 100%;
  aspect-ratio: 1.4 / 1;
}

.header-desktop__mega-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.header-desktop__mega-card:hover .header-desktop__mega-card-image img {
  transform: scale(1.03);
}

.header-desktop__mega-card-title {
  margin: 0 0 0.8rem 0;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 1.95rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #2c2a2a;
}

.header-desktop__mega-card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.55;
  color: #5f5955;
  max-width: 30rem;
}

.header-desktop__mega-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(25, 22, 20, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: default;
}

.header-desktop__mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-desktop--mega-open .header-desktop__logo--light {
  opacity: 0;
}

.header-desktop--mega-open .header-desktop__logo--dark {
  opacity: 1;
}

.header-desktop--mega-open .header-desktop__link-text,
.header-desktop--mega-open .nav-link {
  color: #2c2a2a;
}

.header-desktop--mega-open .header-desktop__chevron,
.header-desktop--mega-open .header-desktop__lang-chevron {
  filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(926%)
    hue-rotate(314deg) brightness(93%) contrast(91%);
}

@media (max-width: 1200px) {
  .header-desktop__mega-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .header-desktop__mega-card {
    max-width: 680px;
  }

  .header-desktop__mega-linkline a {
    font-size: 1.7rem;
  }
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  padding: 1rem 1rem;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.82) 100%
  );
}

.mobile-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-header__brand a,
.menu-mobile__brand a {
  display: inline-flex;
  align-items: center;
}

.mobile-header__logo,
.menu-mobile__logo {
  display: block;
  width: 100px;
  height: auto;
}

.mobile-header__menu-button {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(-14px);
}

.mobile-header__menu-line {
  width: 25px;
  height: 1px;
  background: #fcf7eb;
  margin-bottom: 5px;
  display: block;
}

.mobile-header__menu-line--small {
  width: 20px;
  margin-bottom: 0;
}

.menu-mobile {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #1e201e;
  z-index: 140;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}

.menu-mobile__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.1rem 1.2rem 1.1rem 1.2rem;
}

.menu-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-mobile__close {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile__close img {
  width: 20px;
  height: 20px;
  display: block;
}

.menu-mobile__content {
  flex: 1;
  overflow-y: auto;
  padding: 3.2rem 0 2rem 0;
}

.menu-mobile__nav {
  display: flex;
  flex-direction: column;
}

.menu-mobile__group {
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.05;
  text-align: left;
}

.menu-mobile__trigger img {
  width: 0.95rem;
  height: 0.95rem;
  object-fit: contain;
  transition: transform 0.32s ease;
}

.menu-mobile__group.is-open .menu-mobile__trigger img {
  transform: rotate(180deg);
}

.menu-mobile__panel {
  height: 0;
  overflow: hidden;
}

.menu-mobile__panel-inner {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
}

.menu-mobile__panel-inner a {
  width: fit-content;
  text-decoration: none;
  color: rgba(252, 247, 235, 0.82);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.45;
  padding: 0.45rem 0 0.45rem 0.1rem;
}

.menu-mobile__direct-link,
.menu-mobile__cta-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__direct-link {
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.05;
  padding: 1rem 0;
}

.menu-mobile__cta-link {
  width: fit-content;
  margin-top: 1.4rem;
  border-bottom: 0;
  border-radius: 999px;
  background: #c6351f;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.3rem;
}

.menu-mobile__bottom {
  padding-top: 1rem;
}

.menu-mobile__divider {
  display: block;
  width: 100%;
  height: 2px;
}

.menu-mobile__divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.menu-mobile__language-switch {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 1rem;
}

.menu-mobile__language-link {
  text-decoration: none;
  color: #fcf7eb;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }

  .header-desktop {
    display: none;
  }
}

main {
  height: 75vh;
  width: 100%;
  position: relative;
}

.hero-gradient {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 12.98%,
    rgba(89, 87, 87, 0.25) 50.48%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero-img {
  width: 100%;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obj-top {
  object-position: 50% 0%;
}

.hero-navigation {
  position: absolute;
  z-index: 3;
  top: 8rem;
  left: 8rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.hero-navigation a,
.hero-navigation span {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.98rem;
  line-height: 1.4rem;
  color: #faf3e1;
  text-decoration: none;
}

.hero-navigation a:hover {
  opacity: 0.75;
}

.hero-text {
  position: absolute;
  z-index: 3;
  bottom: 4rem;
  left: 8rem;
  right: 8rem;
}

.kicker {
  font-family: "PPEditorialOld", serif !important;
  font-weight: 300;
  font-style: italic;
  color: #faf3e1;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

h1 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  color: #faf3e1;
  font-size: 3.8rem;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 3.6rem;
}

.hero-text p {
  font-family: "Roboto", sans-serif;
  color: #faf3e1;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.main-cta {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta:hover {
  transform: translateY(-2px);
  background-color: #faf3e1;
  color: #aa2b1d;
}

.secondary-cta {
  background-color: transparent;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #faf3e1;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta:hover {
  transform: translateY(-2px);
}

.service-content {
  padding: 6rem 8rem;
  background-color: #faf3e1;
}

.service-intro-grid,
.service-content-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.3fr);
  gap: 4rem;
  align-items: start;
}

.service-intro-grid {
  padding-bottom: 4rem;
}

.service-content-grid {
  padding: 4rem 0;
  border-top: 1px solid rgba(44, 42, 42, 0.16);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem 0;
  font-family: "PPEditorialOld", serif !important;
  font-weight: 300;
  font-style: italic;
  font-size: 1.1rem;
  color: #aa2b1d;
}

.section-kicker span {
  width: 8px;
  height: 8px;
  background-color: #aa2b1d;
  display: inline-block;
  margin-top: -4px;
}

.service-content h2,
.service-content h3 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  color: #2c2a2a;
}

.service-content h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}

.service-content h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 0 0 0.8rem 0;
}

.service-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #2c2a2a;
  margin: 0;
}

.service-content-grid > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1rem 0 4rem 0;
}

.service-detail-card {
  background-color: #ffead4;
  border: 1px solid rgba(44, 42, 42, 0.1);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(44, 42, 42, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.main-cta-dark {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta-dark:hover {
  transform: translateY(-2px);
  background-color: #2c2a2a;
  color: #faf3e1;
}

.secondary-cta-dark {
  background-color: transparent;
  color: #2c2a2a;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #2c2a2a;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta-dark:hover {
  transform: translateY(-2px);
}

.service-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.service-cta-box {
  margin-top: 4rem;
  padding: 2.5rem;
  border-radius: 28px;
  background-color: #ffead4;
  border: 1px solid rgba(44, 42, 42, 0.1);
  box-shadow: 0 8px 24px rgba(44, 42, 42, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.service-cta-box > div:first-child {
  max-width: 760px;
}

@media (max-width: 1100px) {
  .hero-navigation {
    top: 6rem;
    left: 3rem;
    right: 3rem;
  }

  .hero-text {
    left: 3rem;
    right: 3rem;
    bottom: 4rem;
  }

  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .service-content {
    padding: 5rem 3rem;
  }

  .service-intro-grid,
  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .service-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  main,
  .hero-img {
    height: 82vh;
  }

  .hero-text p,
  .service-content p {
    font-size: 1.05rem;
    line-height: 1.7rem;
  }

  .service-content h3 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .service-detail-card,
  .service-cta-box {
    padding: 1.5rem;
  }
}

footer {
  background-color: #61523e;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 2rem 8rem 0rem 8rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.newsletter-wrapper {
  width: 35%;
}

.footer-links {
  width: 65%;
}

.newsletter-wrapper h3 {
  color: #faf3e1;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 0;
}

.newsletter-wrapper p {
  font-weight: 200;
  color: #faf3e1;
  font-size: 1.2rem;
}

.newsletter-form-visual {
  width: 100%;
  max-width: 650px;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid rgba(190, 178, 161, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6rem;
}

.newsletter-form-visual span {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1;
  color: #beb2a1;
}

.newsletter-form-visual img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-link-item {
  display: flex;
  flex-direction: column;
}

.footer-link-item h4 {
  font-weight: 500;
  font-family: "PPFrama", sans-serif;
  color: #faf3e1;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.footer-link-item a {
  color: #faf3e1;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.adress-link {
  align-items: flex-start !important;
}

.adress-link img {
  margin-top: 7px;
}

.footer-title {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer-title h2 {
  color: #4e422e;
  font-size: 8rem;
  font-family: "PPEditorialOld", serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  margin: 0;
}

.credits:hover {
  color: #aa2b1d;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-navigation {
    display: none;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .hero-img img {
    object-position: 75% 50%;
  }
  .hero-text p {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
  }
  .blog-info {
    width: 100%;
    justify-content: flex-start;
  }
  .blog-info p {
    margin: 0;
    width: auto;
    font-weight: 200;
    font-size: 1rem;
    display: flex !important;
  }
  main,
  .hero-img {
    height: 82vh;
  }

  .hero-navigation {
    top: 5.5rem;
    left: 1.5rem;
    right: 1.5rem;
    font-size: 0.92rem;
  }

  .hero-text {
    left: 1rem;
    right: 1rem;
    bottom: 2.5rem;
  }

  .hero-text p,
  .service-content p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .service-content {
    padding: 4rem 1rem;
  }

  .service-intro-grid,
  .service-content-grid {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
  }

  .service-card-grid {
    display: flex;
    flex-direction: column;
  }

  .service-content h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .service-content h3 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .service-detail-card,
  .service-cta-box {
    padding: 1.5rem;
  }
  .service-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
  footer {
    padding: 4rem 1rem 0 1rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .hero-img img {
    object-position: 85% 50%;
  }
  .hero-text p {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .hero-buttons {
    gap: 0.6rem;
  }

  .hero-navigation {
    top: 8rem;
    left: 2rem;
    right: 2rem;
  }

  .hero-text {
    left: 2rem;
    right: 2rem;
    bottom: 4rem;
  }
  .service-content h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  footer {
    padding: 4rem 2rem 0 2rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }

  .hero-navigation {
    display: none;
  }
  .hero-text {
    bottom: 10%;
    left: 4rem;
  }
  .hero-text p {
    max-width: 100%;
  }
  .service-content h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .header-text {
    width: 50%;
  }
  .menu-links {
    padding: 15% 4.4rem 2rem 4.4rem;
  }
  .language-switch {
    padding: 0.8rem 0 0 4.4rem;
  }
  .hero-navigation {
    left: 3rem;
  }
  .contact-section {
    padding: 6rem 4rem;
  }
  .contact-intro h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }
  h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    width: 100%;
  }
  .footer-title h2 {
    font-size: 6rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-desktop__logo {
    width: 165px;
  }
  .header-desktop__links {
    gap: 1.4rem !important;
  }
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }
  .hero-navigation {
    left: 4rem;
  }
  .service-content {
    padding: 6rem 4rem;
  }
  footer {
    padding: 2rem 4rem 0rem 4rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-links {
    width: 100%;
  }
}
