/* Homepage structural cleanup */

.home-body {
  background-color: #ececec;
}

.div-block {
  background-image: none;
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

/* Keep legacy logo text hidden anywhere the exported mobile markup still exists. */
.heading-2,
.white-logo-name,
.black-logo-name {
  display: none;
}

/* Desktop spacing: Home + Prices keep a clear header zone.
   Services, About, and Contact intentionally begin at the top. */
@media (min-width: 768px) {
  .home-body,
  .prices-body {
    padding-top: 118px !important;
    box-sizing: border-box;
  }

  .services-body,
  .about-body,
  .contact-body {
    padding-top: 0 !important;
  }
}

/* Standalone desktop logo — independent from navigation. */
.floating-logo {
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 1001;
  display: block;
  width: 82px;
  height: 62px;
  text-decoration: none;
}

.floating-logo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* New desktop navigation — completely independent of Webflow's old navbar. */
.floating-menu {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(4, 112px);
  gap: 10px;
  width: max-content;
}

.floating-menu__link {
  box-sizing: border-box;
  width: 112px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f0f0f;
  background: #ececec;
  border: 0.75px solid #0f0f0f;
  border-radius: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    border-radius 0.2s ease;
}

.floating-menu__link:hover,
.floating-menu__link.is-active {
  color: #f8f8f8;
  background: #000;
  border-color: #000;
  border-radius: 18px;
}

/* Homepage campaign CTA — heavy, inertial hover motion. */
.link-block-2 {
  text-decoration: none;
}

.campaign-cta {
  --cta-width: 300px;
  --cta-height: 74px;
  --cta-inset: 3px;
  --cta-circle: 68px;
  --cta-travel: calc(var(--cta-width) - var(--cta-circle) - (var(--cta-inset) * 2));
  position: relative;
  box-sizing: border-box;
  width: var(--cta-width);
  height: var(--cta-height);
  overflow: hidden;
  border: 1px solid #f8f8f8;
  border-radius: 999px;
  background: #f8f8f8;
  color: #161616;
  cursor: pointer;
  isolation: isolate;
  transition:
    background-color 0.72s cubic-bezier(0.65, 0, 0.35, 1),
    border-color 0.72s cubic-bezier(0.65, 0, 0.35, 1),
    color 0.72s cubic-bezier(0.65, 0, 0.35, 1);
}

.campaign-cta__label {
  position: absolute;
  top: 50%;
  left: 124px;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  transition:
    left 0.96s cubic-bezier(0.65, 0, 0.35, 1),
    color 0.72s cubic-bezier(0.65, 0, 0.35, 1);
}

.campaign-cta__circle {
  position: absolute;
  top: var(--cta-inset);
  left: var(--cta-inset);
  z-index: 3;
  display: flex;
  width: var(--cta-circle);
  height: var(--cta-circle);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1c1c1c;
  color: #f8f8f8;
  transform: translateX(0);
  transition:
    transform 1.08s cubic-bezier(0.65, 0, 0.35, 1),
    background-color 0.72s cubic-bezier(0.65, 0, 0.35, 1),
    color 0.72s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.campaign-cta__arrow {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-1px);
}

.campaign-cta.is-hovered {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #f8f8f8;
}

.campaign-cta.is-hovered .campaign-cta__circle {
  transform: translateX(var(--cta-travel));
  background: #f8f8f8;
  color: #161616;
}

.campaign-cta.is-hovered .campaign-cta__label {
  left: 82px;
  color: #f8f8f8;
}

/* The intro is now the actual image card instead of sitting over a page-wide background. */
.div-block-5 {
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  min-height: 67vh;
  height: auto;
  margin: 20px auto 60px;
  padding: 20px 40px 10px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.intro-left-side {
  min-height: 67vh;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  box-sizing: border-box;
}

.home-heading {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.intro-subhead {
  margin-bottom: 0;
}

.div-block-6 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .floating-menu,
  .floating-logo {
    display: none;
  }

  .campaign-cta {
    --cta-width: min(82vw, 300px);
    width: var(--cta-width);
  }

  .campaign-cta__label {
    left: 124px;
    font-size: 16px;
  }

  .campaign-cta.is-hovered .campaign-cta__circle {
    transform: translateX(var(--cta-travel));
  }

  .campaign-cta.is-hovered .campaign-cta__label {
    left: 72px;
  }
}
