/* KS LP CTA 3 Styles */
.kslp-cta3-section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Align Fullwidth Container Support */
.kslp-cta3-section.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.kslp-cta3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.kslp-cta3-container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}

/* Header Area */
.kslp-cta3-header {
  margin-bottom: 35px;
}

.kslp-cta3-headline {
  margin: 0 0 15px 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.kslp-cta3-headline strong,
.kslp-cta3-headline mark,
.kslp-cta3-headline .kslp-highlight {
  background: transparent;
  display: inline;
  padding: 0;
}

/* Separator */
.kslp-cta3-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 15px;
}

.kslp-cta3-separator-line {
  flex: 1;
  height: 1px;
  max-width: 150px;
  background: currentColor;
  opacity: 0.6;
}

.kslp-cta3-separator-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1;
}

/* Description */
.kslp-cta3-desc {
  margin: 15px 0 0 0;
  line-height: 1.6;
}

/* 2-Column Grid Layout */
.kslp-cta3-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-bottom: 35px;
}

.kslp-cta3-col1-wrap {
  flex: 0 0 380px;
  max-width: 380px;
  box-sizing: border-box;
}

.kslp-cta3-col2-wrap {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

/* Kolom 1: Alur Dana Talangan Box */
.kslp-cta3-col1 {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

.kslp-cta3-col1-title {
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.kslp-cta3-col1-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: currentColor;
  opacity: 0.5;
}

.kslp-cta3-col1-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: space-between;
}

.kslp-cta3-col1-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 14px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 40px;
}

.kslp-cta3-col1-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
}

.kslp-cta3-col1-item-text {
  flex: 1;
  min-width: 0;
}

.kslp-cta3-col1-item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.kslp-cta3-col1-item-sub {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.2;
  color: #e2e8f0;
  font-style: italic;
}

.kslp-cta3-col1-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  font-size: 16px;
  line-height: 1;
  opacity: 0.9;
  margin: 2px 0;
}

/* Kolom 2: Step Cards Repeater */
.kslp-cta3-col2-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}

.kslp-cta3-step-card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.kslp-cta3-step-badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 4px solid #f59e0b;
  line-height: 1;
  font-family: inherit;
}

.kslp-cta3-step-content {
  flex: 1;
  padding: 20px 24px;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.kslp-cta3-step-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  padding-bottom: 6px;
}

.kslp-cta3-step-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

/* Footer Banner Notice Box */
.kslp-cta3-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}

.kslp-cta3-footer-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.kslp-cta3-footer-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
}

.kslp-cta3-footer-text strong {
  font-weight: 800;
}

/* Sequential Animations */
.kslp-anim-seq .kslp-anim-child {
  opacity: 0;
  transform: translateY(28px);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.kslp-anim-seq.kslp-anim-fade-in-up .kslp-anim-child,
.kslp-anim-seq .kslp-anim-child {
  animation-name: kslpCta3FadeInUp;
}

.kslp-anim-seq .kslp-anim-delay-1 { animation-delay: 0.15s; }
.kslp-anim-seq .kslp-anim-delay-2 { animation-delay: 0.35s; }
.kslp-anim-seq .kslp-anim-delay-3 { animation-delay: 0.55s; }
.kslp-anim-seq .kslp-anim-delay-4 { animation-delay: 0.75s; }

@keyframes kslpCta3FadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Mobile Layout */
@media (max-width: 767px) {
  .kslp-cta3-grid {
    flex-direction: column;
    gap: 25px;
  }

  .kslp-cta3-col1-wrap {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .kslp-cta3-step-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .kslp-cta3-step-badge {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }

  .kslp-cta3-step-title {
    font-size: 16px;
  }

  .kslp-cta3-footer {
    flex-direction: column;
    text-align: center;
    border-radius: 20px !important;
    padding: 20px 16px !important;
  }
}
