/***********************************************************/
/* HOME PAGE - Contact CTA Section                        */
/* Sötét, elegáns kapcsolatfelvételi átvezető blokk       */
/***********************************************************/

.apm-home-contact-cta-section,
.apm-home-contact-cta-section * {
  box-sizing: border-box;
  font-family: "Barlow", Arial, sans-serif;
}

.apm-home-contact-cta-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 92px 24px 96px;
  background:
    radial-gradient(circle at 16% 30%, rgba(217, 154, 74, 0.14) 0%, rgba(217, 154, 74, 0) 30%),
    radial-gradient(circle at 84% 70%, rgba(30, 202, 211, 0.11) 0%, rgba(30, 202, 211, 0) 28%),
    linear-gradient(135deg, #172D3D 0%, #1F3A4C 46%, #164652 100%);
  color: #FFFFFF;
}

/* Finom bal oldali dekoratív kör */
.apm-home-contact-cta-section::after {
  content: "";
  position: absolute;
  left: -145px;
  bottom: -180px;
  width: 370px;
  height: 370px;
  border-radius: 30%;
  border: 1px solid rgba(232, 180, 108, 0.14);
  box-shadow: 0 0 0 28px rgba(217, 154, 74, 0.035);
  z-index: 0;
}

/* Arany elválasztó vonal */
.apm-home-contact-cta-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 39px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 14px;
  background: linear-gradient(90deg, #D99A4A, #E8B46C);
  z-index: 1;
}

.apm-home-contact-cta-wrap {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.apm-home-contact-cta-eyebrow {
  margin: 0 0 17px;
  color: #E8B46C !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.apm-home-contact-cta-title {
  margin: 0 0 20px;
  color: #FFFFFF !important;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.apm-home-contact-cta-text {
  max-width: 760px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

/* CTA GOMB - alapállapot */
.apm-home-contact-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 235px;
  min-height: 62px;
  padding: 18px 34px;
  border-radius: 14px;
  background: #DF9A63;
  color: #000000 !important;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  border: 2px solid transparent;
  box-shadow: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

/* CTA GOMB - hover állapot */
.apm-home-contact-cta-button:hover {
  background: #F1F8FE;
  color: #000000 !important;
  transform: translateY(-3px);
  box-shadow: none;
}

/* CTA gomb nyíl - alapállapot */
.apm-home-contact-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: trasnparent;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

/* CTA gomb nyíl - hover állapot */
.apm-home-contact-cta-button:hover .apm-home-contact-cta-arrow {
  transform: translateX(4px);
  background: transparent;
  color: #000000;
}

/* MOBIL */
@media (max-width: 767px) {
  .apm-home-contact-cta-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 76px 20px 72px;
    overflow-x: hidden !important;
  }

  .apm-home-contact-cta-section::before {
    top: 29px;
    width: 58px;
  }

  .apm-home-contact-cta-section::after {
    left: -165px;
    bottom: -200px;
    width: 320px;
    height: 320px;
  }

  .apm-home-contact-cta-eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .apm-home-contact-cta-title {
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.2;
  }

  .apm-home-contact-cta-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 31px;
  }

  .apm-home-contact-cta-button {
    width: 100%;
    max-width: 320px;
    min-height: 58px;
    padding: 16px 26px;
    font-size: 18px;
  }
}
