/* ==========================================================================
   DIGITECHZO THEME — COINPAYMENTS CLONE SCRIPT DEVELOPMENT (PREMIUM WHITE DESIGN)
   Reference Design System: Bitpay Clone Script Standard
   ========================================================================== */

:root {
  --bg-dark: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-solid: #FFFFFF;
  --bg-secondary: #F8FAFC;
  --bg-tertiary: #F1F5F9;
  
  --green-primary: #3B891F;
  --green-light: #4EB028;
  --green-emerald: #10B981;
  --green-dark: #235A12;
  --green-glow: rgba(78, 176, 40, 0.15);
  --green-glow-strong: rgba(78, 176, 40, 0.35);
  --green-subtle: rgba(78, 176, 40, 0.08);
  
  --text-white: #0F172A;
  --text-body: #334155;
  --text-muted: #64748B;
  --text-dark: #0F172A;
  
  --border-color: #E2E8F0;
  --border-color-subtle: #F1F5F9;
  --border-green: rgba(59, 137, 31, 0.35);
  --border-green-light: rgba(78, 176, 40, 0.2);
  
  --font-main: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Outfit', 'Space Grotesk', sans-serif;
  
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --box-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  --box-shadow-lg: 0 20px 45px rgba(15, 23, 42, 0.09);
  --box-shadow-hover: 0 18px 40px rgba(59, 137, 31, 0.14);
}

/* Base Reset & Smooth Rendering */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-white);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: clip;
  background-color: var(--bg-dark);
  color: var(--text-body);
  font-family: var(--font-main) !important;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Typography Hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading) !important;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-white);
  letter-spacing: -0.02em;
}

.text-accent {
  color: var(--green-primary) !important;
}

.bg-accent {
  background-color: var(--green-primary) !important;
}

.max-w-1150 { max-width: 1150px; }
.max-w-1050 { max-width: 1050px; }
.max-w-950 { max-width: 950px; }
.max-w-750 { max-width: 750px; }

.section {
  padding: 45px 0 40px;
  position: relative;
}

#what-is-coinpayments-clone {
  padding-top: 40px;
  padding-bottom: 35px;
}

#why-choose-clone {
  padding-top: 42px;
  padding-bottom: 45px;
}

#services {
  padding-top: 45px;
  padding-bottom: 40px;
}

#hidden-complexity {
  padding-top: 42px;
  padding-bottom: 40px;
}

#architecture-2027 {
  padding-top: 45px;
  padding-bottom: 40px;
}

#methodology {
  padding-top: 42px;
  padding-bottom: 40px;
}

#why-choose-digitechzo {
  padding-top: 45px;
  padding-bottom: 40px;
}

#comparison {
  padding-top: 35px;
  padding-bottom: 35px;
}

#faq {
  padding-top: 40px;
  padding-bottom: 35px;
}

#ecosystem-directory {
  padding-top: 25px;
  padding-bottom: 30px;
}

/* Section Title & Badges */
.section-tag, .section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(78, 176, 40, 0.1);
  color: var(--green-primary);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(78, 176, 40, 0.25);
  margin-bottom: 14px;
}

.section-title h2 {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: var(--text-dark);
}

.section-subtitle, .section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.gradient-text-shine {
  background: linear-gradient(135deg, #0F172A 0%, #3B891F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 38px 0 28px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 8%, rgba(78, 176, 40, 0.09) 0%, rgba(248, 250, 252, 0.5) 45%, #FFFFFF 80%);
  border-bottom: 1px solid var(--border-color);
}

.hero-status-badge {
  background: rgba(78, 176, 40, 0.08);
  border: 1px solid rgba(78, 176, 40, 0.25);
}

.pulse-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--green-primary);
  box-shadow: 0 0 10px var(--green-primary);
  animation: pulseIndicator 2s infinite ease-in-out;
}

@keyframes pulseIndicator {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.hero-main-title {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-white);
  max-width: 1080px;
}

/* 3D Quantum Gyroscopic Multi-Chain Matrix Hero Graphic */
.inline-user-coinpay-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  margin: 0 6px;
  transform: translateY(-3px);
  line-height: 1;
}

.coinpay-anim-svg {
  width: clamp(72px, 6.8vw, 96px);
  height: auto;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.65)) drop-shadow(0 0 20px rgba(245, 158, 11, 0.35));
  animation: gyroFloat 4s ease-in-out infinite alternate;
}

@keyframes gyroFloat {
  0% { transform: translateY(0px) scale(0.97) rotate(0deg); }
  100% { transform: translateY(-6px) scale(1.03) rotate(1deg); }
}

.gyro-ring-outer {
  animation: gyroSpinOuter 12s linear infinite;
  transform-origin: 60px 38px;
}

@keyframes gyroSpinOuter {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.gyro-ring-inner {
  animation: gyroSpinInner 8.5s linear infinite reverse;
  transform-origin: 60px 38px;
}

@keyframes gyroSpinInner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

.gyro-hud-crosshair {
  animation: hudSpin 24s linear infinite;
  transform-origin: 60px 38px;
}

@keyframes hudSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.gyro-core-pulse {
  animation: corePulse 2.4s ease-in-out infinite alternate;
  transform-origin: 60px 38px;
}

@keyframes corePulse {
  0% { transform: scale(0.92); filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.6)); }
  100% { transform: scale(1.08); filter: drop-shadow(0 0 18px rgba(52, 211, 153, 0.95)); }
}

.gyro-lightning-flash {
  animation: lightningFlicker 1.8s ease-in-out infinite alternate;
}

@keyframes lightningFlicker {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  45% { opacity: 0.4; }
  50% { opacity: 1; transform: scale(1.1); filter: drop-shadow(0 0 12px #FEF08A); }
  55% { opacity: 0.7; }
}

.gyro-orb-btc { animation: orbFloat1 3.2s ease-in-out infinite alternate; }
.gyro-orb-eth { animation: orbFloat2 3.8s ease-in-out infinite alternate; }
.gyro-orb-sol { animation: orbFloat3 4.2s ease-in-out infinite alternate; }

@keyframes orbFloat1 { 0% { transform: translate(0, 0); } 100% { transform: translate(-4px, -5px); } }
@keyframes orbFloat2 { 0% { transform: translate(0, 0); } 100% { transform: translate(0, -6px); } }
@keyframes orbFloat3 { 0% { transform: translate(0, 0); } 100% { transform: translate(4px, -5px); } }

.gyro-scan-beam {
  animation: scanBeamSweep 3s ease-in-out infinite alternate;
}

@keyframes scanBeamSweep {
  0% { opacity: 0.25; stroke-dashoffset: 60; }
  50% { opacity: 0.85; }
  100% { opacity: 0.35; stroke-dashoffset: 0; }
}

/* Enhanced Value Formula Cluster */
.hero-formula-cluster {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.formula-capsule {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 1.5px solid rgba(78, 176, 40, 0.25);
  border-radius: 9999px;
  padding: 6px 16px 6px 7px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}

.formula-capsule:hover {
  transform: translateY(-2px);
  border-color: var(--green-primary);
  box-shadow: 0 8px 24px rgba(78, 176, 40, 0.18);
}

.formula-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(78, 176, 40, 0.3);
  flex-shrink: 0;
}

.formula-text-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.formula-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.formula-chip {
  font-size: 0.7rem;
  font-weight: 700;
  color: #047857;
  background: #ECFDF5;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 2px 8px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.formula-connector-plus {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(78, 176, 40, 0.25);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .formula-connector-plus {
    display: none;
  }
  .formula-capsule {
    padding: 6px 14px 6px 6px;
  }
}

.hero-subheading {
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 880px;
}

/* Button Pills */
.btn-pill-primary {
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: 9999px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(78, 176, 40, 0.28);
  text-decoration: none;
  cursor: pointer;
}

.btn-pill-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(78, 176, 40, 0.4);
  color: #FFFFFF !important;
}

.btn-pill-outline {
  background: #FFFFFF;
  color: var(--text-dark) !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 26px;
  border-radius: 9999px;
  border: 1.5px solid var(--border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
  cursor: pointer;
}

.btn-pill-outline:hover {
  border-color: var(--green-primary);
  color: var(--green-primary) !important;
  transform: translateY(-2px);
  box-shadow: var(--box-shadow-sm);
}

/* ==========================================================================
   2. COINPAYMENTS QUANTUM CHECKOUT TERMINAL & POS COCKPIT (BESPOKE UI)
   ========================================================================== */
.mockup-frame {
  background: linear-gradient(175deg, #0d1a12 0%, #08100b 45%, #030604 100%);
  border: 1.5px solid rgba(78, 176, 40, 0.4);
  border-radius: 24px;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.65), 0 0 45px rgba(78, 176, 40, 0.15);
  overflow: hidden;
  max-width: 1120px;
  margin: 35px auto 0;
  text-align: left;
}

.mockup-header-bar {
  background: #060c08;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(78, 176, 40, 0.2);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mockup-dots {
  display: flex;
  gap: 8px;
}

.mockup-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mockup-dots .dot.red { background: #EF4444; box-shadow: 0 0 8px rgba(239, 68, 68, 0.6); }
.mockup-dots .dot.yellow { background: #F59E0B; box-shadow: 0 0 8px rgba(245, 158, 11, 0.6); }
.mockup-dots .dot.green { background: #10B981; box-shadow: 0 0 8px rgba(16, 185, 129, 0.6); }

.mockup-title {
  color: #E2E8F0;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: monospace;
  letter-spacing: 0.04em;
}

/* Cockpit Header Status Metric Capsules */
.cockpit-metrics-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cockpit-metric-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}

.cockpit-metric-badge.badge-chains {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34D399;
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.18);
}

.cockpit-metric-badge.badge-finality {
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #38BDF8;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.18);
}

.cockpit-metric-badge.badge-finality .val-highlight {
  color: #E0F2FE;
  font-weight: 800;
}

.cockpit-metric-badge.badge-slippage {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #FBBF24;
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.18);
}

.cockpit-metric-badge.badge-slippage .val-highlight {
  color: #BEF264;
  font-weight: 800;
}

.mockup-content {
  padding: 24px 28px;
}

@media (max-width: 768px) {
  .mockup-content {
    padding: 16px;
  }
}

.screen-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
  margin-bottom: 22px;
  width: 100%;
}

.tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.tab-btn:hover {
  background: rgba(78, 176, 40, 0.1);
  color: #FFFFFF;
  border-color: rgba(78, 176, 40, 0.4);
}

.tab-btn.active {
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.25), rgba(16, 185, 129, 0.12));
  border-color: var(--green-primary);
  color: #FFFFFF;
  box-shadow: 0 0 20px rgba(78, 176, 40, 0.25);
}

@media (max-width: 991.98px) {
  .screen-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .screen-tabs {
    grid-template-columns: 1fr;
  }
}

.screen-view {
  display: none;
}

.screen-view.active {
  display: block;
  animation: cockpitFadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* POS Terminal Cards */
.pos-terminal-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.pos-terminal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(78, 176, 40, 0.5), transparent);
}

.cockpit-label {
  font-size: 0.78rem;
  font-weight: 800;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Preset Amount Selector */
.amount-preset-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #CBD5E1;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.amount-preset-btn:hover, .amount-preset-btn.active {
  background: var(--green-primary);
  color: #FFFFFF;
  border-color: var(--green-primary);
}

/* 6-Asset Crypto Selector Grid */
.pos-crypto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 576px) {
  .pos-crypto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pos-crypto-tile {
  background: rgba(255, 255, 255, 0.035);
  border: 1.5px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 12px 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}

.pos-crypto-tile:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(78, 176, 40, 0.4);
  transform: translateY(-2px);
}

.pos-crypto-tile.active {
  background: linear-gradient(145deg, rgba(78, 176, 40, 0.25), rgba(0, 0, 0, 0.5));
  border-color: #34D399;
  box-shadow: 0 0 18px rgba(78, 176, 40, 0.35);
  transform: translateY(-2px);
}

.pos-coin-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.pos-coin-icon.btc { background: rgba(247, 147, 26, 0.2); color: #F7931A; }
.pos-coin-icon.eth { background: rgba(98, 126, 234, 0.2); color: #627EEA; }
.pos-coin-icon.sol { background: rgba(20, 241, 149, 0.2); color: #14F195; }
.pos-coin-icon.usdt { background: rgba(38, 161, 123, 0.2); color: #26A17B; }
.pos-coin-icon.usdc { background: rgba(39, 117, 202, 0.2); color: #2775CA; }
.pos-coin-icon.pol { background: rgba(130, 71, 229, 0.2); color: #8247E5; }

.pos-coin-symbol {
  font-size: 0.95rem;
  font-weight: 800;
  color: #FFFFFF;
  display: block;
  line-height: 1.2;
}

.pos-coin-rate {
  font-size: 0.72rem;
  color: #94A3B8;
  font-family: monospace;
  display: block;
}

.pos-crypto-tile.active .pos-coin-rate {
  color: #34D399;
}

/* Interactive QR Code & Deposit Panel */
.qr-deposit-box {
  background: #000000;
  border: 1.5px solid rgba(78, 176, 40, 0.3);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qr-code-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(78, 176, 40, 0.25);
  overflow: hidden;
  margin-bottom: 12px;
}

.qr-scanner-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #10B981;
  box-shadow: 0 0 10px #10B981, 0 0 18px #34D399;
  animation: qrLaserSweep 2.4s ease-in-out infinite alternate;
}

@keyframes qrLaserSweep {
  0% { top: 6px; }
  100% { top: 130px; }
}

.qr-center-badge {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #000000;
  color: #F7931A;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.deposit-address-strip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: monospace;
  font-size: 0.78rem;
  color: #94A3B8;
  cursor: pointer;
  transition: all 0.2s ease;
}

.deposit-address-strip:hover {
  background: rgba(78, 176, 40, 0.1);
  border-color: var(--green-primary);
  color: #FFFFFF;
}

/* 4-Step Settlement Track */
.settlement-flow-track {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flow-step-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
}

.flow-step-row.active {
  background: rgba(78, 176, 40, 0.08);
  border-color: rgba(78, 176, 40, 0.25);
}

.flow-step-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
}

/* Cockpit Bottom Security Seals Strip */
.cockpit-security-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.cockpit-security-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'JetBrains Mono', monospace, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.cockpit-security-pill.pill-ofac {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34D399;
}

.cockpit-security-pill.pill-ofac .val-highlight {
  color: #6EE7B7;
  font-weight: 800;
}

.cockpit-security-pill.pill-escrow {
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #38BDF8;
}

.cockpit-security-pill.pill-escrow .val-highlight {
  color: #BAE6FD;
  font-weight: 800;
}

.cockpit-security-pill.pill-receipt {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #FBBF24;
}

.cockpit-security-pill.pill-receipt .val-highlight {
  color: #FEF08A;
  font-weight: 800;
}

@media (max-width: 576px) {
  .cockpit-security-strip {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.v-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #34D399;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 4px 12px;
  border-radius: 50px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
  animation: pulseBeacon 2s infinite ease-in-out;
}

@keyframes pulseBeacon {
  0% { transform: scale(0.85); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.85); opacity: 0.6; }
}

.invoice-amount-strip {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.badge-fiat-pill {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #CBD5E1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3px 8px;
  border-radius: 6px;
}

/* Crypto Selector Grid */
.crypto-selector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 576px) {
  .crypto-selector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.crypto-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 10px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}

.crypto-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(78, 176, 40, 0.4);
  transform: translateY(-2px);
}

.crypto-btn.active {
  background: linear-gradient(145deg, rgba(78, 176, 40, 0.22), rgba(0, 0, 0, 0.45));
  border-color: var(--green-primary);
  box-shadow: 0 0 16px rgba(78, 176, 40, 0.3);
  transform: translateY(-2px);
}

.crypto-coin-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.crypto-coin-icon.btc { background: rgba(247, 147, 26, 0.18); color: #F7931A; }
.crypto-coin-icon.eth { background: rgba(98, 126, 234, 0.18); color: #627EEA; }
.crypto-coin-icon.sol { background: rgba(20, 241, 149, 0.18); color: #14F195; }
.crypto-coin-icon.usdc { background: rgba(39, 117, 202, 0.18); color: #2775CA; }

.crypto-btn-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}

.crypto-coin-symbol {
  font-size: 0.92rem;
  font-weight: 800;
  color: #FFFFFF;
  display: block;
}

.crypto-coin-name {
  font-size: 0.72rem;
  color: #94A3B8;
  display: block;
}

.crypto-coin-rate {
  font-size: 0.7rem;
  color: #64748B;
  font-family: monospace;
  display: block;
  margin-top: 2px;
}

.crypto-btn.active .crypto-coin-rate {
  color: #34D399;
}

.v-card-breakdown {
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Right Settlement & Webhook Console */
.badge-instant-pill {
  font-size: 0.72rem;
  font-weight: 700;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 3px 10px;
  border-radius: 50px;
}

.settlement-breakdown-card {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webhook-code-box {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.09);
  line-height: 1.5;
}

/* ==========================================================================
   3. MULTI-CHAIN ECOSYSTEM MARQUEE RIBBON (BESPOKE CYBER GLASS DESIGN)
   ========================================================================== */
.chain-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 12px 0;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, transparent 100%);
}

.chain-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  animation: chainMarqueeScroll 38s linear infinite;
}

.chain-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes chainMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.chain-badge-card {
  background: linear-gradient(160deg, rgba(16, 34, 23, 0.88) 0%, rgba(8, 16, 11, 0.96) 100%);
  border: 1.5px solid rgba(78, 176, 40, 0.38);
  border-radius: 14px;
  padding: 9px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(16px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5), 0 0 18px rgba(78, 176, 40, 0.12);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  text-decoration: none;
}

.chain-badge-card:hover {
  background: linear-gradient(160deg, rgba(22, 46, 31, 0.95) 0%, rgba(10, 22, 15, 0.98) 100%);
  border-color: #34D399;
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.65), 0 0 28px rgba(52, 211, 153, 0.35);
}

.chain-icon-shield {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.chain-badge-card:hover .chain-icon-shield {
  transform: scale(1.08);
}

/* Luminous Crypto Brand Icon Shields */
.chain-icon-shield.btc { 
  background: linear-gradient(135deg, rgba(247, 147, 26, 0.32), rgba(251, 191, 36, 0.15)); 
  color: #FF9800; 
  border: 1.5px solid rgba(247, 147, 26, 0.6); 
  box-shadow: 0 0 16px rgba(247, 147, 26, 0.4); 
}
.chain-icon-shield.eth { 
  background: linear-gradient(135deg, rgba(98, 126, 234, 0.32), rgba(147, 197, 253, 0.15)); 
  color: #818CF8; 
  border: 1.5px solid rgba(98, 126, 234, 0.6); 
  box-shadow: 0 0 16px rgba(98, 126, 234, 0.4); 
}
.chain-icon-shield.sol { 
  background: linear-gradient(135deg, rgba(20, 241, 149, 0.32), rgba(153, 69, 255, 0.2)); 
  color: #14F195; 
  border: 1.5px solid rgba(20, 241, 149, 0.6); 
  box-shadow: 0 0 16px rgba(20, 241, 149, 0.4); 
}
.chain-icon-shield.pol { 
  background: linear-gradient(135deg, rgba(130, 71, 229, 0.32), rgba(192, 132, 252, 0.15)); 
  color: #C084FC; 
  border: 1.5px solid rgba(130, 71, 229, 0.6); 
  box-shadow: 0 0 16px rgba(130, 71, 229, 0.4); 
}
.chain-icon-shield.arb { 
  background: linear-gradient(135deg, rgba(40, 160, 240, 0.32), rgba(56, 189, 248, 0.15)); 
  color: #38BDF8; 
  border: 1.5px solid rgba(40, 160, 240, 0.6); 
  box-shadow: 0 0 16px rgba(40, 160, 240, 0.4); 
}
.chain-icon-shield.bnb { 
  background: linear-gradient(135deg, rgba(243, 186, 47, 0.32), rgba(253, 224, 71, 0.15)); 
  color: #FBBF24; 
  border: 1.5px solid rgba(243, 186, 47, 0.6); 
  box-shadow: 0 0 16px rgba(243, 186, 47, 0.4); 
}
.chain-icon-shield.op { 
  background: linear-gradient(135deg, rgba(255, 4, 32, 0.32), rgba(244, 63, 94, 0.15)); 
  color: #FB7185; 
  border: 1.5px solid rgba(255, 4, 32, 0.6); 
  box-shadow: 0 0 16px rgba(255, 4, 32, 0.4); 
}
.chain-icon-shield.avax { 
  background: linear-gradient(135deg, rgba(232, 65, 66, 0.32), rgba(239, 68, 68, 0.15)); 
  color: #F87171; 
  border: 1.5px solid rgba(232, 65, 66, 0.6); 
  box-shadow: 0 0 16px rgba(232, 65, 66, 0.4); 
}
.chain-icon-shield.base { 
  background: linear-gradient(135deg, rgba(0, 82, 255, 0.32), rgba(96, 165, 250, 0.15)); 
  color: #60A5FA; 
  border: 1.5px solid rgba(0, 82, 255, 0.6); 
  box-shadow: 0 0 16px rgba(0, 82, 255, 0.4); 
}
.chain-icon-shield.trx { 
  background: linear-gradient(135deg, rgba(235, 0, 41, 0.32), rgba(251, 113, 133, 0.15)); 
  color: #FDA4AF; 
  border: 1.5px solid rgba(235, 0, 41, 0.6); 
  box-shadow: 0 0 16px rgba(235, 0, 41, 0.4); 
}
.chain-icon-shield.ton { 
  background: linear-gradient(135deg, rgba(0, 152, 234, 0.32), rgba(56, 189, 248, 0.15)); 
  color: #38BDF8; 
  border: 1.5px solid rgba(0, 152, 234, 0.6); 
  box-shadow: 0 0 16px rgba(0, 152, 234, 0.4); 
}
.chain-icon-shield.sui { 
  background: linear-gradient(135deg, rgba(78, 169, 255, 0.32), rgba(125, 211, 252, 0.15)); 
  color: #7DD3FC; 
  border: 1.5px solid rgba(78, 169, 255, 0.6); 
  box-shadow: 0 0 16px rgba(78, 169, 255, 0.4); 
}

.chain-info-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.chain-name-text {
  font-size: 0.88rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}

.chain-feature-chip {
  font-size: 0.7rem;
  font-family: monospace;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Color-Coded Chips */
.chain-feature-chip.chip-btc { color: #FCD34D; }
.chain-feature-chip.chip-eth { color: #A5B4FC; }
.chain-feature-chip.chip-sol { color: #6EE7B7; }
.chain-feature-chip.chip-pol { color: #E9D5FF; }
.chain-feature-chip.chip-arb { color: #7DD3FC; }
.chain-feature-chip.chip-bnb { color: #FDE047; }
.chain-feature-chip.chip-op  { color: #FDA4AF; }
.chain-feature-chip.chip-avax{ color: #FCA5A5; }
.chain-feature-chip.chip-base{ color: #93C5FD; }
.chain-feature-chip.chip-trx { color: #FECDD3; }
.chain-feature-chip.chip-ton { color: #BAE6FD; }
.chain-feature-chip.chip-sui { color: #A5F3FC; }

/* ==========================================================================
   4. FEATURE & SERVICE CARDS
   ========================================================================== */
.feature-card {
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--green-primary) !important;
  box-shadow: var(--box-shadow-hover) !important;
}

.feature-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(78, 176, 40, 0.1);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.strategy-pillar-card {
  transition: var(--transition);
}

.strategy-pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--green-primary) !important;
  box-shadow: var(--box-shadow-hover) !important;
}

.pillar-num-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

/* Scoped Service Box Icons */
.service-box {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.service-box:hover {
  transform: translateY(-6px);
  border-color: var(--green-primary);
  box-shadow: var(--box-shadow-hover);
}

.service-box .service-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(78, 176, 40, 0.3);
}

.service-num-slate {
  font-size: 1.3rem;
  font-weight: 800;
  color: #94A3B8;
}

.service-heading {
  font-size: 1.15rem;
  font-weight: 800;
  color: #266E13;
  margin-bottom: 10px;
  line-height: 1.35;
}

/* ==========================================================================
   ROTATING 3D CARD SLIDER (SECTION 4 ENGINEERING REALITIES)
   Reference: Nikolay Talanov (@suez) 3D Rotating Slider
   ========================================================================== */
.rot-slider-stage {
  position: relative;
  width: 100%;
  padding: 30px 0 10px;
  perspective: 1400px;
  user-select: none;
  -webkit-user-select: none;
}

.rot-slider-container {
  position: relative;
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}

.rot-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}

.rot-slide-card {
  position: absolute;
  width: 100%;
  max-width: 480px;
  height: 350px;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
  will-change: transform, opacity;
  cursor: pointer;
  transform-style: preserve-3d;
}

.rot-card-inner {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: 22px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.rot-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--green-primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.rot-slide-card.active .rot-card-inner::before {
  opacity: 1;
}

.rot-slide-card.active .rot-card-inner {
  border-color: var(--green-primary);
  box-shadow: 0 24px 60px rgba(78, 176, 40, 0.16), 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Category Badges */
.rot-category-badge {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
}
.rot-category-badge.badge-red    { background: rgba(239, 68, 68, 0.1); color: #DC2626; }
.rot-category-badge.badge-amber  { background: rgba(245, 158, 11, 0.1); color: #D97706; }
.rot-category-badge.badge-cyan   { background: rgba(6, 182, 212, 0.1); color: #0891B2; }
.rot-category-badge.badge-blue   { background: rgba(59, 130, 246, 0.1); color: #2563EB; }
.rot-category-badge.badge-green  { background: rgba(78, 176, 40, 0.1); color: #266E13; }
.rot-category-badge.badge-purple { background: rgba(168, 85, 247, 0.1); color: #7E22CE; }

.text-purple {
  color: #9333EA !important;
}

.rot-number-pill {
  font-size: 0.85rem;
  font-weight: 800;
  color: #94A3B8;
  font-family: monospace;
}

.rot-card-title {
  font-size: 1.22rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 12px;
  line-height: 1.35;
}

.rot-card-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.62;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Navigation Buttons */
.rot-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid var(--border-color);
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 50 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.rot-slider-btn:hover {
  background: var(--green-primary);
  color: #FFFFFF;
  border-color: var(--green-primary);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 14px 34px rgba(78, 176, 40, 0.4);
}

.rot-slider-btn.prev-btn { left: -24px; }
.rot-slider-btn.next-btn { right: -24px; }

@media (max-width: 1199.98px) {
  .rot-slider-btn.prev-btn { left: -10px; }
  .rot-slider-btn.next-btn { right: -10px; }
}

@media (max-width: 991.98px) {
  .rot-slider-btn.prev-btn { left: 4px; }
  .rot-slider-btn.next-btn { right: 4px; }
  .rot-slide-card { max-width: 400px; height: 360px; }
  .rot-slider-container { height: 390px; }
}

@media (max-width: 575.98px) {
  .rot-slide-card { max-width: 92%; height: 360px; }
  .rot-slider-btn { width: 42px; height: 42px; font-size: 0.95rem; }
}

/* Pagination Dots */
.rot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CBD5E1;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.rot-dot.active {
  width: 32px;
  border-radius: 9999px;
  background: var(--green-primary);
  box-shadow: 0 0 12px rgba(78, 176, 40, 0.4);
}

/* Complexity Cards (Section 4) */
.complexity-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px !important;
  transition: var(--transition);
}

.complexity-card::before, .arch-card::before, .service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--green-primary), transparent);
  opacity: 0;
  transition: var(--transition);
}

.complexity-card:hover::before, .arch-card:hover::before, .service-box:hover::before {
  opacity: 1;
}

.complexity-card:hover {
  transform: translateY(-5px);
  border-color: var(--green-primary) !important;
  box-shadow: var(--box-shadow-hover) !important;
}

.complexity-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(78, 176, 40, 0.08);
  border: 1px solid rgba(78, 176, 40, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Architecture Cards */
.arch-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px !important;
  transition: var(--transition);
}

.arch-card:hover {
  transform: translateY(-5px);
  border-color: var(--green-primary) !important;
  box-shadow: var(--box-shadow-hover) !important;
  background-color: #FFFFFF !important;
}

.arch-badge-pill {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--green-primary);
  background: rgba(78, 176, 40, 0.1);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   5. METHODOLOGY STAIRCASE
   ========================================================================== */
.methodology-staircase {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.staircase-step-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}

.step-badge-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.step-circle-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-light), var(--green-primary));
  color: #FFFFFF;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 6px 16px rgba(78, 176, 40, 0.3);
}

.step-connector-line {
  width: 2px;
  height: 40px;
  background: rgba(78, 176, 40, 0.3);
  margin-top: 4px;
}

.step-content-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: 16px;
  padding: 20px 24px;
  width: 100%;
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition);
}

.step-content-card:hover {
  border-color: var(--green-primary);
  box-shadow: var(--box-shadow-hover);
  transform: translateX(4px);
}

/* ==========================================================================
   6. SECTION 7 MARKET DIFFERENTIATION (CONNECTED FLOW MAP PIPELINE)
   ========================================================================== */
.flow-map-wrapper {
  position: relative;
  width: 100%;
}

.flow-track-bar {
  position: relative;
  padding: 0 40px;
}

.flow-track-line {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4EB028, #34D399, #10B981, #059669);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(78, 176, 40, 0.25);
}

.flow-track-node {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--green-primary);
  font-size: 0.92rem;
  font-family: monospace;
  box-shadow: 0 4px 14px rgba(78, 176, 40, 0.22);
  transition: all 0.3s ease;
}

.flow-track-arrow {
  position: relative;
  z-index: 2;
  color: var(--green-primary);
  font-size: 0.85rem;
  opacity: 0.85;
}

.flow-map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}

.flow-node-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-align: left;
}

.flow-node-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--green-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.flow-node-card:hover {
  transform: translateY(-6px);
  border-color: var(--green-primary);
  box-shadow: 0 16px 36px rgba(78, 176, 40, 0.14), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.flow-node-card:hover::before {
  opacity: 1;
}

.flow-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(78, 176, 40, 0.1);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border: 1px solid rgba(78, 176, 40, 0.2);
  transition: transform 0.25s ease;
}

.flow-node-card:hover .flow-icon-circle {
  transform: scale(1.08) rotate(3deg);
  background: var(--green-primary);
  color: #FFFFFF;
}

.flow-badge-step {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--green-primary);
  background: rgba(78, 176, 40, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  font-family: monospace;
}

.flow-card-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: #266E13;
  line-height: 1.35;
  margin-bottom: 0;
}

.flow-card-desc {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.58;
  margin-bottom: 0;
}

.flow-metric-chip {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1E293B;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .flow-map-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .flow-map-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .flow-node-card {
    padding: 20px 18px;
  }
}

/* ==========================================================================
   7. COMPARISON MATRIX TABLE
   ========================================================================== */
.comparison-table-box {
  background: #FFFFFF;
}

.table-header-row th {
  background: linear-gradient(135deg, #163e18 0%, #205910 100%) !important;
  color: #FFFFFF !important;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-bottom: 3px solid rgba(78, 176, 40, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: middle;
  box-shadow: inset 0 0 14px rgba(52, 211, 153, 0.12);
}

.table-header-row th:last-child {
  border-right: none;
}

.comparison-table-box td {
  padding: 16px 20px;
  font-size: 0.92rem;
  color: #334155;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.comparison-table-box td:last-child {
  border-right: none;
}

.table-hover tbody tr:hover {
  background-color: #F8FAFC;
}

/* ==========================================================================
   8. FAQ ACCORDIONS
   ========================================================================== */
.accordion-custom .accordion-item {
  border: 1.5px solid var(--border-color);
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: var(--box-shadow-sm);
  transition: var(--transition);
}

.accordion-custom .accordion-item:hover {
  border-color: var(--green-primary);
}

.accordion-custom .accordion-button {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-dark);
  padding: 18px 24px;
  background: #FFFFFF;
  box-shadow: none;
}

.accordion-custom .accordion-button:not(.collapsed) {
  color: var(--green-primary);
  background: rgba(78, 176, 40, 0.05);
}

.accordion-custom .accordion-body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
  padding: 16px 24px 22px;
}

/* ==========================================================================
   9. FINAL CTA SECTION & FLOATING STICKY BAR
   ========================================================================== */
.final-cta-section {
  background: radial-gradient(circle at 50% 50%, rgba(78, 176, 40, 0.08) 0%, #FFFFFF 75%);
  border-top: 1px solid var(--border-color);
}

.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  padding: 14px 0;
  z-index: 1020;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(120%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta-bar.active {
  transform: translateY(0);
}

.sticky-icon-pulse {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(78, 176, 40, 0.12);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* ==========================================================================
   10. LEAD & CONSULTATION BOOKING MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 99999 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease !important;
}

.modal-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

.modal-card {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  width: 92% !important;
  max-width: 520px !important;
  padding: 36px 32px !important;
  position: relative !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35) !important;
  border: 1.5px solid var(--border-color) !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  animation: modalScaleIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalScaleIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #F1F5F9 !important;
  border: 1px solid var(--border-color) !important;
  color: #64748B !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
  z-index: 10 !important;
}

.modal-close:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}

.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(78, 176, 40, 0.12);
  color: #4EB028;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
}

.modal-title-custom {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}

.modal-subtitle-custom {
  margin-bottom: 22px;
  font-size: 0.88rem;
  color: #6B7280;
  line-height: 1.55;
}

.modal-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #374151;
  display: block;
  margin-bottom: 6px;
}

.modal-input {
  width: 100%;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 13px 16px;
  color: #111827;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.modal-input:focus {
  background: #FFFFFF;
  border-color: #4EB028;
  box-shadow: 0 0 0 3px rgba(78, 176, 40, 0.15);
}

.modal-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
  padding-right: 36px;
  cursor: pointer;
}

.modal-submit-btn {
  background: #4EB028;
  color: #FFFFFF;
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 1.02rem;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(78, 176, 40, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.modal-submit-btn:hover {
  background: #429922;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(78, 176, 40, 0.38);
}

.modal-confidential-note {
  margin-top: 14px;
  font-size: 0.78rem;
  color: #94A3B8;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
