/* HOME_V2_CTA_CONVERSION_POLISH_V1
   Light conversion CTA polish for Home V2.
   Scoped only to the compact preferred Home V2 page. */

.home-v2-inline-cta {
  margin: clamp(18px, 3vw, 28px) auto;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 26px;
  border: 1px solid rgba(198, 143, 43, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(222, 176, 83, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 244, 0.98) 0%, rgba(255, 245, 222, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(53, 39, 10, 0.08);
  text-align: center;
}

.home-v2-inline-cta__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b98426;
}

.home-v2-inline-cta h3 {
  margin: 0;
  color: #123f32;
  font-size: clamp(20px, 3.2vw, 30px);
  line-height: 1.18;
}

.home-v2-inline-cta p {
  max-width: 620px;
  margin: 10px auto 18px;
  color: rgba(20, 39, 32, 0.78);
  line-height: 1.65;
}

.home-v2-inline-cta__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-v2-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #123f32 0%, #0b2d24 100%);
  color: #fff8e8 !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(18, 63, 50, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-v2-cta-button:hover,
.home-v2-cta-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(18, 63, 50, 0.28);
}

.home-v2-cta-button--gold {
  background: linear-gradient(135deg, #d9a441 0%, #b98426 100%);
  color: #173c30 !important;
  box-shadow: 0 14px 30px rgba(185, 132, 38, 0.24);
}

.home-v2-cta-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 39, 32, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.home-v2-final-cta-polish {
  position: relative;
}

.home-v2-final-cta-polish::after {
  content: "Investasi awal Rp 350.000 • Garansi uang kembali • Akses Circle IKIGAI";
  display: block;
  max-width: 620px;
  margin: 16px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(244, 201, 108, 0.32);
  border-radius: 999px;
  color: #fff8e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.home-v2-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(217, 164, 65, 0.30);
  border-radius: 22px;
  background: rgba(18, 63, 50, 0.96);
  box-shadow: 0 20px 54px rgba(5, 25, 19, 0.30);
  backdrop-filter: blur(14px);
}

.home-v2-sticky-cta__copy {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff8e8;
}

.home-v2-sticky-cta__copy strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #f4c96c;
}

.home-v2-sticky-cta__copy span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255, 248, 232, 0.82);
}

.home-v2-sticky-cta .home-v2-cta-button {
  min-height: 42px;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: 13px;
  box-shadow: none;
}

@media (max-width: 760px) {
  body.home-v2-sticky-cta-visible .home-v2-sticky-cta {
    display: flex;
  }

  body.home-v2-sticky-cta-visible {
    padding-bottom: 92px;
  }

  .home-v2-inline-cta {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .home-v2-inline-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-v2-inline-cta__actions .home-v2-cta-button {
    width: 100%;
  }
}

@media (min-width: 761px) {
  .home-v2-sticky-cta {
    display: none !important;
  }
}

/* HOME_V2_CTA_FINAL_NOTE_FIX_V1
   Fix final CTA note layout so it does not become a small messy circle/grid item. */
.home-v2-final-cta-polish {
  flex-wrap: wrap;
  row-gap: clamp(16px, 2.4vw, 24px);
}

.home-v2-final-cta-polish::after {
  grid-column: 1 / -1 !important;
  order: 99 !important;
  flex: 0 0 100% !important;
  justify-self: center !important;
  align-self: center !important;
  width: min(100%, 760px) !important;
  max-width: calc(100% - 28px) !important;
  margin: clamp(18px, 2.8vw, 28px) auto 0 !important;
  padding: 13px 18px !important;
  border-radius: 18px !important;
  line-height: 1.45 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media (max-width: 760px) {
  .home-v2-final-cta-polish::after {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
  }
}
/* /HOME_V2_CTA_FINAL_NOTE_FIX_V1 */
