/* ============================================
   SECUREVERIFY — HOW IT WORKS PAGE STYLES
   ============================================ */

/* ---- HERO ---- */
.hiw-hero {
  position: relative;
  background: linear-gradient(135deg, #0a2540 0%, #1b3a5c 50%, #0d2f4f 100%);
  overflow: hidden;
  padding-bottom: 60px;
}

/* Hero Background Image */
.hiw-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://images.unsplash.com/photo-1601597111158-2fceff292cdc?w=1920&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 1;
}
.hiw-hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hiw-hero-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.3);
  animation: float-particle linear infinite;
}
.hiw-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      ellipse at 30% 50%,
      rgba(212, 168, 67, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 70% 30%,
      rgba(37, 99, 235, 0.06) 0%,
      transparent 50%
    );
  z-index: 0;
}
.hiw-hero .container {
  z-index: 2;
}
.hiw-hero-title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  font-family: "Playfair Display", serif;
}
.hiw-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 1rem auto 0;
  line-height: 1.8;
}

/* Breadcrumb */
.breadcrumb-custom {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 0;
}
.breadcrumb-custom .breadcrumb-item a {
  color: var(--gold);
  font-size: 0.85rem;
}
.breadcrumb-custom .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}
.wave-separator {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.wave-separator svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* ============================================
   OVERVIEW STRIP
   ============================================ */
.overview-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  flex-wrap: wrap;
}
.overview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 80px;
}
.ov-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold);
  font-size: 1.2rem;
  transition: var(--transition);
}
.ov-icon.ov-blue {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.ov-icon.ov-purple {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.ov-icon.ov-gold {
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
}
.ov-icon.ov-green {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}
.overview-item span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.overview-arrow {
  color: var(--gray-300);
  font-size: 0.8rem;
}

/* ============================================
   SCENARIO STORY
   ============================================ */
.scenario-story {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--gray-200);
}
.story-panel {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.story-left {
  background: linear-gradient(135deg, #0a2540, #1b3a5c);
  color: var(--white);
}
.story-left h4,
.story-left p {
  color: var(--white);
}
.story-left p {
  color: rgba(255, 255, 255, 0.7);
}
.story-center {
  background: var(--white);
}
.story-right {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), var(--white));
}
.story-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 16px;
}
.story-result-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--green);
  margin-bottom: 16px;
}

/* Story Image Container */
.story-image-container {
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--radius);
}
.story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.story-panel:hover .story-img {
  transform: scale(1.05);
}
.story-detail {
  width: 100%;
  text-align: left;
  margin-top: 16px;
}
.sd-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}
.story-right .sd-row {
  border-color: var(--gray-100);
}
.sd-row span {
  opacity: 0.7;
}
.story-icon-flow {
  position: relative;
  height: 60px;
  width: 100%;
  margin-bottom: 16px;
}
.flow-line {
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 2px;
  background: var(--gray-200);
}
.flow-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 2px solid var(--gray-200);
  background: var(--white);
  color: var(--gold);
}
.flow-dot.dot1 {
  left: 20%;
}
.flow-dot.dot2 {
  left: 50%;
}
.flow-dot.dot3 {
  left: 80%;
}
.journey-mini-steps {
  text-align: left;
  width: 100%;
}
.jms {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.85rem;
  color: var(--gray-700);
}
.jms-num {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}

/* ============================================
   STEP NAVIGATION BAR
   ============================================ */
.step-nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.step-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  transition: var(--transition);
  min-width: 110px;
}
.step-nav-btn:hover {
  border-color: var(--gold);
  background: rgba(212, 168, 67, 0.04);
}
.step-nav-btn.active {
  border-color: var(--gold);
  background: rgba(212, 168, 67, 0.08);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.15);
}
.step-nav-btn.completed {
  border-color: var(--green);
  background: rgba(16, 185, 129, 0.05);
}
.step-nav-btn.completed .snb-num {
  background: var(--green);
  color: var(--white);
}
.snb-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--gray-500);
  transition: var(--transition);
}
.step-nav-btn.active .snb-num {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
}
.snb-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.step-connector {
  flex: 0 0 40px;
  height: 3px;
  background: var(--gray-200);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin: 0 4px;
}
.step-connector-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--gold);
  transition: width 0.5s ease;
  border-radius: 3px;
}

/* ============================================
   STEP PANELS
   ============================================ */
.step-panel {
  display: none;
  animation: fadeSlideIn 0.5s ease;
}
.step-panel.active {
  display: block;
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-badge-inline {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
  margin-bottom: 12px;
}
.step-badge-inline.badge-blue {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.step-badge-inline.badge-purple {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.step-badge-inline.badge-gold {
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
}
.step-badge-inline.badge-green {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}

.step-title-main {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}
.step-desc {
  font-size: 1rem;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Step Checklist */
.step-checklist {
  margin-bottom: 20px;
}
.step-checklist h6 {
  font-size: 0.88rem;
  margin-bottom: 12px;
}
.sc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.88rem;
  color: var(--gray-700);
}
.sc-item i {
  font-size: 0.8rem;
}

/* Step Info Cards */
.step-info-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.sic {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--gray-50);
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  flex: 1;
  min-width: 120px;
}
.sic i {
  font-size: 1.2rem;
}
.sic strong {
  display: block;
  font-size: 0.85rem;
  color: var(--primary);
  line-height: 1;
}
.sic span {
  font-size: 0.7rem;
  color: var(--gray-500);
}

/* ============================================
   STEP VISUAL CARDS
   ============================================ */
.step-visual-card {
  background: linear-gradient(
    135deg,
    rgba(212, 168, 67, 0.08),
    rgba(212, 168, 67, 0.02)
  );
  border: 1px solid rgba(212, 168, 67, 0.2);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
}
.step-visual-card.card-blue {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.08),
    rgba(37, 99, 235, 0.02)
  );
  border-color: rgba(37, 99, 235, 0.2);
}
.step-visual-card.card-purple {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.08),
    rgba(124, 58, 237, 0.02)
  );
  border-color: rgba(124, 58, 237, 0.2);
}
.step-visual-card.card-gold {
  background: linear-gradient(
    135deg,
    rgba(212, 168, 67, 0.1),
    rgba(212, 168, 67, 0.03)
  );
  border-color: rgba(212, 168, 67, 0.3);
}
.step-visual-card.card-green {
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.08),
    rgba(16, 185, 129, 0.02)
  );
  border-color: rgba(16, 185, 129, 0.2);
}

.svc-header {
  margin-bottom: 24px;
}
.svc-header i {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 8px;
}
.svc-header h3 {
  font-size: 1.5rem;
  color: var(--primary);
}

.svc-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  min-height: 80px;
  flex-wrap: wrap;
}
.svc-person,
.svc-building,
.svc-platform {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.svc-person {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.svc-building {
  background: rgba(10, 37, 64, 0.1);
  color: var(--primary);
}
.svc-platform {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.svc-arrow {
  font-size: 1.2rem;
  color: var(--gold);
}
.pulse-arrow {
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.svc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.svc-tags .badge {
  font-size: 0.72rem;
  padding: 5px 12px;
  border-radius: 50px;
}

/* Broadcast Illustration */
.broadcast-ill {
  position: relative;
  min-height: 120px;
}
.broadcast-center {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--purple);
  position: relative;
  z-index: 2;
}
.broadcast-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(124, 58, 237, 0.2);
  animation: bwave 3s ease-out infinite;
}
.broadcast-wave.w1 {
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.broadcast-wave.w2 {
  width: 120px;
  height: 120px;
  animation-delay: 1s;
}
.broadcast-wave.w3 {
  width: 160px;
  height: 160px;
  animation-delay: 2s;
}
@keyframes bwave {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }
}
.broadcast-target {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  position: absolute;
}
.bt1 {
  top: 0;
  right: 20%;
}
.bt2 {
  bottom: 0;
  right: 10%;
}
.bt3 {
  bottom: 0;
  left: 10%;
}
.bt4 {
  top: 0;
  left: 20%;
}

/* Verify Illustration */
.verify-ill {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.verify-item {
  padding: 14px 18px;
  background: rgba(212, 168, 67, 0.08);
  border: 1px solid rgba(212, 168, 67, 0.2);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 80px;
}
.verify-item i {
  font-size: 1.2rem;
  color: var(--gold-dark);
}
.verify-item span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray-700);
}

/* Success Illustration */
.success-ill {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-trophy {
  font-size: 3rem;
  color: var(--gold);
  animation: float 3s ease-in-out infinite;
}
.confetti {
  position: absolute;
  font-size: 1.5rem;
  animation: confetti-fall 3s ease-in-out infinite;
}
.c1 {
  top: 0;
  left: 20%;
  animation-delay: 0s;
}
.c2 {
  top: 10%;
  right: 20%;
  animation-delay: 0.5s;
}
.c3 {
  bottom: 0;
  left: 30%;
  animation-delay: 1s;
}
.c4 {
  bottom: 10%;
  right: 25%;
  animation-delay: 1.5s;
}
@keyframes confetti-fall {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(15deg);
  }
}

/* ============================================
   INTERACTIVE DEMO
   ============================================ */
.demo-container {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.demo-progress {
  height: 6px;
  background: var(--gray-100);
}
.demo-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--green));
  border-radius: 6px;
  transition: width 0.6s ease;
}
.demo-progress-label {
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
  font-size: 0.8rem;
  color: var(--gray-500);
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-100);
}
.demo-screen {
  min-height: 350px;
}
.demo-stage {
  display: none;
  animation: fadeSlideIn 0.5s ease;
}
.demo-stage.active {
  display: block;
}

.demo-center-content {
  text-align: center;
  padding: 60px 30px;
}
.demo-big-icon {
  font-size: 4rem;
  color: var(--gold);
  margin-bottom: 20px;
}
.demo-big-icon i {
  animation: pulse 2s ease-in-out infinite;
}

.demo-split {
  display: flex;
  flex-wrap: wrap;
}
.demo-visual {
  flex: 1;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, var(--gray-50), var(--white));
}
.demo-info {
  flex: 1;
  min-width: 280px;
  padding: 30px;
}
.demo-stage-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.demo-stage-badge.badge-blue {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.demo-stage-badge.badge-purple {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.demo-stage-badge.badge-gold {
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
}
.demo-stage-badge.badge-green {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}
.demo-info h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.demo-info p {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.6;
}

.demo-log {
  margin-top: 12px;
}
.log-entry {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 0.82rem;
  color: var(--gray-700);
}
.log-entry i {
  font-size: 0.5rem;
}
.log-entry code {
  font-size: 0.78rem;
  background: var(--gray-100);
  padding: 2px 8px;
  border-radius: 4px;
}

.demo-actions {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid var(--gray-100);
  background: var(--gray-50);
}

/* Demo Actors */
.demo-animation {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.demo-actor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.demo-actor i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.4rem;
}
.demo-actor span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray-700);
}
.actor-customer i {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.actor-bank i {
  background: rgba(10, 37, 64, 0.1);
  color: var(--primary);
}
.actor-platform i {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.actor-agent i {
  background: rgba(124, 58, 237, 0.1);
  color: var(--purple);
}
.actor-jeweller i {
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold-dark);
}
.demo-move-arrow {
  font-size: 1.3rem;
  color: var(--gold);
}

/* Broadcast Animation */
.broadcast-anim {
  flex-direction: column;
  gap: 20px;
}
.demo-broadcast-waves {
  position: relative;
  width: 80px;
  height: 40px;
}
.dbw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(124, 58, 237, 0.2);
  border-radius: 50%;
  animation: bwave 2.5s ease-out infinite;
}
.dbw.w1 {
  width: 30px;
  height: 30px;
}
.dbw.w2 {
  width: 50px;
  height: 50px;
  animation-delay: 0.8s;
}
.dbw.w3 {
  width: 70px;
  height: 70px;
  animation-delay: 1.6s;
}
.demo-receivers {
  display: flex;
  gap: 12px;
}
.demo-receiver {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold);
  font-size: 1rem;
  animation: popIn 0.5s ease;
}
.demo-receiver.r1 {
  animation-delay: 0.2s;
}
.demo-receiver.r2 {
  animation-delay: 0.4s;
}
.demo-receiver.r3 {
  animation-delay: 0.6s;
}
@keyframes popIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* Verify Animation */
.verify-anim {
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.verify-progress-ring {
  position: relative;
  width: 100px;
  height: 100px;
}
.verify-progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.ring-bg {
  fill: none;
  stroke: var(--gray-200);
  stroke-width: 8;
}
.ring-fill {
  fill: none;
  stroke: var(--gold);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease;
}
.ring-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary);
}
.verify-checks {
  width: 100%;
}
.vc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 0.82rem;
  color: var(--gray-500);
  transition: var(--transition);
}
.vc-item i {
  font-size: 0.5rem;
  color: var(--gray-300);
}
.vc-item.done {
  color: var(--green);
  font-weight: 600;
}
.vc-item.done i {
  color: var(--green);
  font-size: 0.7rem;
}
.vc-item.active-check {
  color: var(--gold-dark);
  font-weight: 600;
}
.vc-item.active-check i {
  color: var(--gold);
  animation: blink-dot 1s ease-in-out infinite;
}

/* Success Animation */
.success-anim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 150px;
}
.demo-success-badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #059669);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--white);
  animation: popIn 0.6s ease;
  z-index: 2;
}
.demo-confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* Demo Result Table */
.demo-result-table {
  margin-top: 12px;
}
.drt-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--gray-100);
}
.drt-row:last-child {
  border-bottom: none;
}
.drt-row span {
  color: var(--gray-500);
}
.drt-row strong {
  color: var(--primary);
}
.drt-row.highlight {
  background: rgba(16, 185, 129, 0.05);
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison-table-wrapper {
  overflow-x: auto;
}
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.comparison-table th,
.comparison-table td {
  padding: 16px 24px;
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--gray-100);
}
.comparison-table th {
  font-weight: 700;
}
.feature-col {
  text-align: left !important;
  background: var(--white);
  font-weight: 600;
  color: var(--primary);
}
.old-col {
  background: rgba(239, 68, 68, 0.03);
  color: var(--gray-500);
}
.comparison-table thead .old-col {
  background: rgba(239, 68, 68, 0.08);
  color: var(--red);
}
.new-col {
  background: rgba(16, 185, 129, 0.03);
}
.comparison-table thead .new-col {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}
.highlight-cell {
  font-weight: 600;
  color: var(--green) !important;
}

/* ============================================
   LOAN TYPE CARDS
   ============================================ */
.loan-type-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.loan-type-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}
.loan-type-card.lt-home::before {
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
}
.loan-type-card.lt-vehicle::before {
  background: linear-gradient(135deg, var(--green), #059669);
}
.loan-type-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.lt-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.3rem;
  background: rgba(212, 168, 67, 0.1);
  color: var(--gold);
  margin-bottom: 16px;
}
.lt-icon.icon-blue {
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
}
.lt-icon.icon-green {
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}
.loan-type-card h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.loan-type-card p {
  font-size: 0.88rem;
  color: var(--gray-500);
  flex-grow: 1;
}
.lt-stats {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}
.lt-stats div {
  flex: 1;
  text-align: center;
}
.lt-stats strong {
  display: block;
  font-size: 0.88rem;
  color: var(--primary);
}
.lt-stats span {
  font-size: 0.68rem;
  color: var(--gray-500);
}

/* Loan Type Card Images */
.lt-card-image {
  width: 100%;
  height: 140px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--radius);
}
.lt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.loan-type-card:hover .lt-img {
  transform: scale(1.08);
}

/* ============================================
   ROLE JOURNEY TABS
   ============================================ */
.role-tabs .nav-link {
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray-500);
  border: 2px solid var(--gray-200);
  margin: 4px;
  transition: var(--transition);
}
.role-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  border-color: var(--gold);
}
.role-journey-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
}
.rjc-header {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.rjc-header h4 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 1.1rem;
}
.rjc-header i {
  font-size: 1.3rem;
}
.customer-header {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.bank-header {
  background: linear-gradient(135deg, #0a2540, #1b3a5c);
}
.agent-header {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}
.jeweller-header {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}
.rjc-body {
  padding: 24px 30px;
}
.rj-step {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-100);
}
.rj-step:last-child {
  border-bottom: none;
}
.rj-num {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gray-500);
}
.rj-num.rj-done {
  background: var(--green);
  color: var(--white);
}
.rj-step strong {
  display: block;
  font-size: 0.92rem;
  color: var(--primary);
  margin-bottom: 2px;
}
.rj-step p {
  font-size: 0.82rem;
  color: var(--gray-500);
  margin-bottom: 0;
}

/* ============================================
   FAQ (reuse from about.css)
   ============================================ */
.faq-accordion {
  border: none;
}
.faq-item {
  background: var(--white);
  border-radius: var(--radius) !important;
  margin-bottom: 12px;
  border: 1px solid var(--gray-200) !important;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.faq-item .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primary);
  background: var(--white);
  border: none;
  padding: 18px 24px;
  box-shadow: none !important;
}
.faq-item .accordion-button:not(.collapsed) {
  background: rgba(212, 168, 67, 0.04);
}
.faq-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D4A843'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-item .accordion-body {
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.8;
}

/* ============================================
   CTA
   ============================================ */
.hiw-cta-card {
  background: linear-gradient(135deg, #0a2540, #1b3a5c);
  border-radius: var(--radius-lg);
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.hiw-cta-card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.06);
}
.cta-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 2;
}
.cta-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .hiw-hero-title {
    font-size: 2.3rem;
  }
  .step-nav-bar {
    gap: 6px;
  }
  .step-nav-btn {
    min-width: 80px;
    padding: 8px 10px;
  }
  .snb-label {
    font-size: 0.6rem;
  }
  .step-connector {
    flex: 0 0 20px;
  }
  .step-title-main {
    font-size: 1.4rem;
  }
  .hiw-cta-card {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .hiw-hero-title {
    font-size: 1.8rem;
  }
  .overview-strip {
    gap: 4px;
    padding: 14px;
  }
  .ov-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  .overview-item span {
    font-size: 0.6rem;
  }
  .story-panel {
    padding: 24px 20px;
  }
  .step-nav-btn {
    min-width: 60px;
    padding: 6px 8px;
  }
  .snb-num {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }
  .snb-label {
    display: none;
  }
  .step-connector {
    flex: 0 0 12px;
  }
  .sic {
    min-width: 100px;
    padding: 8px 10px;
  }
  .demo-split {
    flex-direction: column;
  }
  .demo-visual {
    padding: 24px 16px;
  }
  .demo-info {
    padding: 20px 16px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 10px 12px;
    font-size: 0.78rem;
  }
}
@media (max-width: 575px) {
  .hiw-hero-title {
    font-size: 1.5rem;
  }
  .step-info-cards {
    flex-direction: column;
  }
  .hiw-cta-card {
    padding: 25px;
  }
  .cta-title {
    font-size: 1.4rem;
  }
}
