/**********************************************************************************************/
/******************************** HOME - CONSULTATION STRIP ***********************************/
/******************** Premium CTA - Solid light background #FFFBF5 ****************************/
/******************************* Premium font system: Sora + Inter ****************************/
/**********************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@500;600;700;800&display=swap');

.apm-home-consultation-strip,
.apm-home-consultation-strip * {
  box-sizing: border-box;
}

.apm-home-consultation-strip {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #08243f;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.01em;
}

.apm-home-consultation-strip-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 326px;
  margin: 0;
  padding: 42px 78px 42px 92px;

  display: grid;
  grid-template-columns: minmax(420px, 1fr) auto minmax(280px, 360px);
  align-items: center;
  gap: 54px;
  isolation: isolate;

  background: #FFFBF5;

  box-shadow:
    0 18px 44px rgba(8, 36, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.70),
    inset 0 -1px 0 rgba(244, 179, 61, 0.20);

  border-top: 1px solid rgba(244, 179, 61, 0.14);
  border-bottom: 1px solid rgba(244, 179, 61, 0.22);
}

/* No overlay - keep the background fully solid */
.apm-home-consultation-strip-inner::before {
  display: none;
}

/* No lower gradient waves - prevents background mismatch with calendar image */
.apm-home-consultation-strip-inner::after {
  display: none;
}

.apm-home-consultation-strip-inner > * {
  position: relative;
  z-index: 2;
}

/* TEXT */

.apm-home-consultation-copy {
  max-width: 720px;
}

.apm-home-consultation-copy h2 {
  margin: 0 0 12px;
  color: #08243f;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(34px, 3.05vw, 52px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-shadow: none;
}

.apm-home-consultation-copy p {
  margin: 0;
  max-width: 700px;
  color: #38536b;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.005em;
}

/* BUTTON */

.apm-home-consultation-button {
  position: relative;
  z-index: 3;
  min-width: 300px;
  min-height: 66px;
  padding: 0 30px;
  border-radius: 12px;

  background:
    radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #f4c879 0%, #e9b552 48%, #d89a37 100%);

  color: #052142 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.055em;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  box-shadow:
    0 14px 28px rgba(8, 36, 63, 0.14),
    0 0 16px rgba(244, 179, 61, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);

  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;

  white-space: nowrap;
  text-align: center;
}

.apm-home-consultation-button::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  border-radius: 999px;
  pointer-events: none;
}

.apm-home-consultation-button:hover {
  color: #052142 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 18px 34px rgba(8, 36, 63, 0.18),
    0 0 22px rgba(244, 179, 61, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.apm-home-consultation-button span {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

/* CALENDAR */

.apm-home-consultation-visual {
  position: relative;
  justify-self: end;
  width: 350px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 48px;
}

/* No extra glow behind the calendar */
.apm-home-consultation-visual::before {
  display: none;
}

.apm-home-consultation-calendar-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 330px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
  transform: translateY(0);
}

/* DOT DECORATION */

.apm-home-consultation-dots {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 91px;
  opacity: 0.42;
  background-image: radial-gradient(
    rgba(212, 164, 77, 0.82) 1.6px,
    transparent 1.6px
  );
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
}

/* ELEMENTOR FULL WIDTH FIX */

.apm-full-bleed-section,
.apm-full-bleed-section.e-con,
.apm-full-bleed-section.elementor-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.apm-full-bleed-section > .e-con-inner,
.apm-full-bleed-section > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* RESPONSIVE */

@media (max-width: 1360px) {
  .apm-home-consultation-strip-inner {
    min-height: 304px;
    padding: 34px 50px 34px 56px;
    grid-template-columns: minmax(400px, 1fr) auto 300px;
    gap: 34px;
    background: #FFFBF5;
  }

  .apm-home-consultation-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .apm-home-consultation-copy p {
    font-size: 18px;
    line-height: 1.6;
  }

  .apm-home-consultation-button {
    min-width: 260px;
    min-height: 62px;
    font-size: 14px;
    padding: 0 24px;
    letter-spacing: 0.05em;
  }

  .apm-home-consultation-visual {
    width: 300px;
    min-width: 260px;
    margin-right: 34px;
  }

  .apm-home-consultation-calendar-img {
    width: 285px;
  }
}

@media (max-width: 1100px) {
  .apm-home-consultation-strip-inner {
    min-height: auto;
    padding: 42px 30px;
    grid-template-columns: 1fr;
    gap: 30px;
    background: #FFFBF5;
  }

  .apm-home-consultation-copy {
    max-width: 100%;
  }

  .apm-home-consultation-button {
    width: auto;
    min-width: 280px;
  }

  .apm-home-consultation-visual {
    justify-self: start;
    width: 270px;
    min-width: 0;
    margin-right: 0;
  }

  .apm-home-consultation-calendar-img {
    width: 260px;
  }

  .apm-home-consultation-dots {
    top: 26px;
    right: 22px;
    transform: none;
    opacity: 0.22;
  }
}

@media (max-width: 767px) {
  .apm-home-consultation-strip-inner {
    padding: 36px 22px 38px;
    gap: 26px;
    background: #FFFBF5;
  }

  .apm-home-consultation-copy h2 {
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .apm-home-consultation-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .apm-home-consultation-button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 0.045em;
    justify-content: center;
  }

  .apm-home-consultation-button span {
    font-size: 23px;
  }

  .apm-home-consultation-visual {
    width: 220px;
    justify-self: start;
  }

  .apm-home-consultation-calendar-img {
    width: 215px;
  }

  .apm-home-consultation-dots {
    width: 74px;
    height: 66px;
    right: 16px;
    top: 18px;
    background-size: 14px 14px;
    opacity: 0.16;
  }
}