/* ==========================================================================
   CombinedPrepaidSequence - Scoped Styles
   Prefix: .cppseq-
   ========================================================================== */

/* Keyframe Animations */
@keyframes cppseq-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Base Layout Container */
.cppseq-master-container {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* Top Intro Header Overlay */
.cppseq-intro-header {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  z-index: 10;
  pointer-events: none;
  will-change: transform, opacity;
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.cppseq-intro-title {
  font-size: clamp(1.6rem, 4.2vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  background: linear-gradient(180deg, #ffffff 20%, #b5b5b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cppseq-intro-subtitle {
  font-size: clamp(0.85rem, 1.8vw, 1.1rem);
  letter-spacing: 0.14em;
  color: #3ddc84;
  text-shadow: 0 4px 16px rgba(61, 220, 132, 0.18);
}

/* Background Scene & Glow */
.cppseq-scene-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  will-change: transform, opacity;
  z-index: 1;
}

.cppseq-ambient-glow {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 40%;
  height: 70vh;
  background: radial-gradient(
    circle,
    rgba(61, 220, 132, 0.45) 0%,
    rgba(46, 125, 50, 0.15) 50%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(60px);
  pointer-events: none;
  z-index: 2;
  will-change: transform, opacity;
}

/* Tap Pay Overlay */
.cppseq-tap-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100vh;
  z-index: 20;
  will-change: opacity;
}

.cppseq-tap-word {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  background: linear-gradient(180deg, #ffffff 30%, #3ddc84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: transform, opacity;
}

.cppseq-tap-check-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(61, 220, 132, 0.15);
  border: 1px solid rgba(61, 220, 132, 0.4);
  box-shadow: 0 0 12px rgba(61, 220, 132, 0.2);
}

.cppseq-tap-point-text {
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  color: #e2e8f0;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* Feature Split Layout */
.cppseq-split-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.cppseq-pane-left {
  will-change: opacity, transform;
}

.cppseq-floating-card {
  max-height: 65vh;
  object-fit: contain;
  border-radius: 16px;
  will-change: transform;
}

.cppseq-eyebrow-text {
  color: #3ddc84;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
}

.cppseq-eyebrow-line {
  width: 40px;
  height: 1.5px;
  background: linear-gradient(90deg, #3ddc84, transparent);
}

.cppseq-main-title {
  font-size: clamp(1.8rem, 2.6vw, 2.75rem);
  line-height: 1.15;
}

.cppseq-description {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 540px;
}

.cppseq-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cppseq-points-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
}

.cppseq-icon-box {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(61, 220, 132, 0.1);
  border: 1px solid rgba(61, 220, 132, 0.18);
}

.cppseq-point-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

/* Bottom Marquee Footer */
.cppseq-marquee-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(10, 10, 10, 0.95) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  z-index: 4;
  will-change: transform, opacity;
}

.cppseq-marquee-badge {
  padding: 0 20px 0 24px;
  background-color: #000000;
  border-right: 1px solid rgba(61, 220, 132, 0.25);
  z-index: 5;
  box-shadow: 10px 0 25px rgba(0, 0, 0, 0.9);
}

.cppseq-badge-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #3ddc84;
}

.cppseq-marquee-track {
  animation: cppseq-marquee 22s linear infinite;
}

.cppseq-industry-tag {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.cppseq-industry-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3ddc84;
  box-shadow: 0 0 8px #3ddc84;
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */
@media (max-width: 991.98px) {
  .cppseq-floating-card {
    max-height: 100vh;
  }

  .cppseq-main-title {
    font-size: 1.85rem !important;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.responsive-split-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}
.responsive-pane-left {
  width: 50%;
  height: 100vh;
}
.responsive-pane-right {
  width: 50%;
  height: 100vh;
  padding: 0 74px;
}
.responsive-main-title {
  font-size: clamp(1.8rem, 2.6vw, 2.75rem);
}

.cppseq-pane-left-img {
  width: 80%;
  height: 80%;
}
/* Responsive adjustments for mobile/tablets */
@media (max-width: 991px) {
  .responsive-split-container {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    height: 100vh;
  }

  .responsive-pane-left {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    max-height: 35vh;
    margin-bottom: 10px;
    flex-shrink: 0;
  }

  .responsive-pane-right {
    width: 100% !important;
    height: auto !important;
    padding: 0 20px !important;
  }

  .responsive-main-title {
    font-size: 1.5rem !important;
  }

  .cppseq-pane-left-img {
    width: 70%;
    max-width: 280px;
    height: auto;
  }

  .cppseq-floating-card {
    max-height: 30vh;
    object-fit: contain;
  }

  .cppseq-points-wrapper {
    height: 320px; /* Provides space for multi-line text blocks on narrow screens */
  }

  .cppseq-intro-title {
    font-size: 1.5rem;
  }

  .cppseq-description {
    font-size: 0.85rem;
    margin-bottom: 1rem !important;
  }

  .cppseq-point-desc {
    font-size: 0.8rem;
  }
}
