/* ==========================================================================
   DigiTechzo Design System & Styling Tokens — Binance Clone Script & Real Estate Tokenization
   100% Matching Project Standards (Manrope, #4EB028, Pill Buttons)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* DigiTechzo Official Brand Colors */
  --green-primary: #4EB028;
  --green-bright: #62C436;
  --green-dark: #3B891F;
  --green-darker: #296414;
  --green-glow: rgba(78, 176, 40, 0.25);
  --green-glow-lg: rgba(78, 176, 40, 0.35);
  --green-gradient: linear-gradient(135deg, #4EB028 0%, #3B891F 100%);
  --green-gradient-hover: linear-gradient(135deg, #62C436 0%, #4EB028 100%);
  --green-gradient-wide: linear-gradient(135deg, #62C436 0%, #4EB028 50%, #3B891F 100%);

  /* Backgrounds */
  --bg-main: #FFFFFF;
  --bg-light: #F8FAFC;
  --bg-lighter: #F1F5F9;
  --bg-slate: #F8FAFC;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F8FAFC;
  --bg-dark: #0B140A;

  /* Typography Colors */
  --text-dark: #111827;
  --text-body: #475569;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --text-white: #FFFFFF;

  /* Borders */
  --border-subtle: #E2E8F0;
  --border-green: rgba(78, 176, 40, 0.3);
  --border-green-strong: rgba(78, 176, 40, 0.5);

  /* Fonts (Project Standard: Manrope) */
  --font-main: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-code: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Border Radii */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 50px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-green: 0 4px 14px rgba(78, 176, 40, 0.25);
  --shadow-green-lg: 0 8px 25px rgba(78, 176, 40, 0.35);
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* Global Typography Standard - Manrope Font Family System */
html, body, p, li, label, input, select, textarea, div, button, span, a, strong, b, h1, h2, h3, h4, h5, h6, table, tr, th, td {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body, html {
  background-color: #FFFFFF;
  color: #111827;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

/* Explicit Font Protection for Bootstrap Icons and Font Awesome */
i.bi, i[class^="bi-"], i[class*=" bi-"],
.bi, [class^="bi-"], [class*=" bi-"],
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  display: inline-block;
  line-height: 1;
}

i.fa, i.fa-solid, i.fa-regular, i.fas, i.far,
.fa, .fa-solid, .fa-regular, .fas, .far,
[class^="fa-"], [class*=" fa-"],
[class^="fa-"]::before, [class*=" fa-"]::before,
.fa-solid::before, .fas::before,
.fa-regular::before, .far::before {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
  display: inline-block;
  line-height: 1;
}

i.fa-solid, i.fas, .fa-solid, .fas, .fa-solid::before, .fas::before {
  font-weight: 900 !important;
}

i.fa-brands, i.fab, .fa-brands, .fab,
.fa-brands::before, .fab::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title, .font-heading {
  color: #111827;
  letter-spacing: -0.02em !important;
  font-weight: 800;
  line-height: 1.25;
}

p, li, label, input, select, textarea {
  color: #475569;
}

.font-mono, .code-font {
  font-family: var(--font-main) !important;
}

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

.gradient-text-shine {
  background: var(--green-gradient-wide);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   BUTTONS — Matching DigiTechzo Standard System
   ========================================================================== */
.btn-pill-primary, .btn-primary-glow {
  background: linear-gradient(135deg, #4EB028 0%, #3B891F 100%) !important;
  color: #FFFFFF !important;
  padding: 13px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(78, 176, 40, 0.28) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

.btn-pill-primary:hover, .btn-primary-glow:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(78, 176, 40, 0.4) !important;
  background: linear-gradient(135deg, #62C436 0%, #4EB028 100%) !important;
  color: #FFFFFF !important;
}

.btn-pill-secondary, .btn-outline-glow {
  background: transparent !important;
  color: #111827 !important;
  border: 1.5px solid #E2E8F0 !important;
  padding: 13px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

.btn-pill-secondary:hover, .btn-outline-glow:hover {
  background: rgba(78, 176, 40, 0.06) !important;
  border-color: var(--green-primary) !important;
  color: var(--green-primary) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(78, 176, 40, 0.16) !important;
}

/* ==========================================================================
   HERO SECTION — Enhanced Spacing & Visibility
   ========================================================================== */
.hero {
  padding-top: 56px !important;
  padding-bottom: 40px !important;
  position: relative;
  background: radial-gradient(circle at 50% 20%, rgba(78, 176, 40, 0.08) 0%, #FFFFFF 70%);
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 12px;
  background: rgba(78, 176, 40, 0.1);
  border: 1px solid rgba(78, 176, 40, 0.3);
  border-radius: 9999px;
  color: var(--green-dark);
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-primary);
  box-shadow: 0 0 10px var(--green-primary);
  flex-shrink: 0;
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
}

.hero-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #111827 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 8px !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* 3D Animated Hero Image Asset */
.hero-image-animated {
  display: inline-block !important;
  vertical-align: middle !important;
  animation: heroFloat3D 3.5s ease-in-out infinite, heroGlow3D 2.5s ease-in-out infinite !important;
  max-height: 56px;
  width: auto;
  border-radius: 14px;
  margin: 0 8px;
  border: 2px solid rgba(78, 176, 40, 0.4);
  box-shadow: 0 6px 20px rgba(78, 176, 40, 0.35);
}

@keyframes heroFloat3D {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(2deg); }
}

@keyframes heroGlow3D {
  0%, 100% { filter: drop-shadow(0 6px 16px rgba(78, 176, 40, 0.3)); }
  50% { filter: drop-shadow(0 12px 24px rgba(78, 176, 40, 0.55)); }
}

/* Animated Building Icon Badge in Hero Title */
.building-anim-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  margin: 0 6px;
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.15), rgba(78, 176, 40, 0.05));
  border: 1.5px solid rgba(78, 176, 40, 0.4);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(78, 176, 40, 0.2);
}

.building-main-icon {
  font-size: 1.45rem;
  color: var(--green-primary);
  z-index: 2;
  transition: transform 0.3s ease;
}

.building-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #62C436, #FFFFFF, #62C436, transparent);
  box-shadow: 0 0 8px #62C436;
  z-index: 3;
  animation: scanLaser 2.8s infinite ease-in-out;
}

@keyframes scanLaser {
  0% { top: 0; opacity: 0.2; }
  50% { top: 85%; opacity: 1; }
  100% { top: 0; opacity: 0.2; }
}

.data-block {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #62C436;
  border-radius: 1px;
  z-index: 1;
  opacity: 0.7;
}

.db-1 { left: 8px; bottom: 8px; animation: floatParticle 2.2s infinite ease-in; }
.db-2 { right: 10px; bottom: 12px; animation: floatParticle 1.8s infinite ease-in 0.6s; }
.db-3 { left: 20px; bottom: 6px; animation: floatParticle 2.5s infinite ease-in 1.1s; }

@keyframes floatParticle {
  0% { transform: translateY(0); opacity: 0.8; }
  100% { transform: translateY(-30px); opacity: 0; }
}

.hero-hook-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.hook-chip {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hook-chip-dot {
  color: var(--green-primary);
  font-weight: 900;
  font-size: 1rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #475569;
  max-width: 820px;
  margin: 0 auto 12px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  color: #475569;
  font-weight: 600;
}

.trust-item i {
  color: var(--green-primary);
}

/* ===== HD HERO VISUAL & LIVE DASHBOARD FRAME ===== */
.hero-visual-wrapper {
  position: relative;
  margin-top: 0;
}

.floating-overlay-card {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(78, 176, 40, 0.25);
  border-radius: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08), 0 0 20px rgba(78, 176, 40, 0.06);
  animation: floatCard 4s ease-in-out infinite alternate;
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.card-top-right {
  top: -15px;
  right: -10px;
  animation-delay: 0.2s;
}

.card-left-center {
  top: 40%;
  left: -20px;
  animation-delay: 0.7s;
}

.card-bottom-right {
  bottom: 20px;
  right: -15px;
  animation-delay: 1.2s;
}

.fc-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(78, 176, 40, 0.12);
  border: 1px solid rgba(78, 176, 40, 0.25);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.fc-label {
  font-family: var(--font-main);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.fc-val {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  font-family: var(--font-main);
}

.hd-dashboard-frame {
  background: #0B140A;
  border: 1.5px solid rgba(78, 176, 40, 0.35);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 0 40px rgba(78, 176, 40, 0.12);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.hd-dashboard-frame:hover {
  border-color: var(--green-primary);
}

.dash-click-hint {
  position: absolute;
  top: 14px;
  right: 18px;
  background: rgba(78, 176, 40, 0.2);
  border: 1px solid rgba(78, 176, 40, 0.4);
  color: #62C436;
  font-size: 0.725rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 5;
  font-family: var(--font-main);
}

.dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.dash-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  color: #E2E8F0;
}

.dash-brand-icon {
  color: #62C436;
  font-size: 1rem;
}

.dash-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dash-pill {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
  font-family: var(--font-main);
}

.dash-pill.active {
  background: rgba(78, 176, 40, 0.2);
  border-color: rgba(78, 176, 40, 0.4);
  color: #62C436;
}

.dash-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.dash-metric-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
}

.dash-metric-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: var(--font-main);
}

.dash-metric-val {
  font-size: 1.2rem;
  font-weight: 800;
  font-family: var(--font-main);
  color: #FFFFFF;
}

.dash-metric-val.green {
  color: #62C436;
}

.dash-chart-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 16px 20px 10px;
}

.dash-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.775rem;
  font-weight: 700;
  color: #94A3B8;
  letter-spacing: 0.5px;
  font-family: var(--font-main);
}

.svg-chart-path {
  stroke: #62C436;
  stroke-width: 3.5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(98, 196, 54, 0.5));
}

.dash-slide-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dash-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
}

.dash-dot.active {
  width: 24px;
  border-radius: 10px;
  background: #62C436;
  box-shadow: 0 0 10px #62C436;
}

/* =============================
   LOGOS BAR (Exact AI-Development Page Standards)
   ============================= */
.logos-bar {
  padding: 10px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  background: var(--bg-light);
  overflow: hidden;
}

.logos-label {
  text-align: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: var(--font-main);
}

.logos-track {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.logos-inner {
  display: flex;
  gap: 48px;
  animation: logoScroll 28s linear infinite;
  width: max-content;
}

.logos-inner:hover {
  animation-play-state: paused;
}

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

.logo-item-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  white-space: nowrap;
  letter-spacing: 0.03em;
  transition: var(--transition);
}

.logo-item-brand:hover {
  border-color: var(--green-primary);
  box-shadow: 0 4px 12px rgba(78, 176, 40, 0.15);
  transform: translateY(-2px);
}

.logo-item-brand strong {
  color: var(--green-dark);
  font-weight: 800;
}

/* ===== SECTION TITLES & TAGS ===== */
.section {
  padding: 44px 0;
}

.section-tag,
.case-study-badge,
.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(78, 176, 40, 0.1);
  border: 1px solid rgba(78, 176, 40, 0.3);
  color: var(--green-dark);
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 9999px;
  margin-bottom: 6px;
}

.section-title {
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.section-subtitle {
  font-size: 0.98rem;
  color: #475569;
  max-width: 680px;
  line-height: 1.6;
}

/* ===== THE PROBLEM SECTION ===== */
.problem-box-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(78, 176, 40, 0.25);
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 15px 45px rgba(78, 176, 40, 0.08);
}

.deloitte-stat-card {
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.08), rgba(78, 176, 40, 0.02));
  border-left: 4px solid var(--green-primary);
  border-radius: 0 12px 12px 0;
  padding: 12px 16px;
  margin-bottom: 14px;
}

.deloitte-stat-card p {
  margin: 0;
  font-size: 0.98rem;
  color: #111827;
  line-height: 1.5;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

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

@media (max-width: 576px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

.problem-pill {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.problem-pill:hover {
  border-color: rgba(78, 176, 40, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.pill-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #FEF2F2;
  border: 1px solid #FEE2E2;
  color: #EF4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-bottom: 2px;
}

.pill-content h4 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
  line-height: 1.3;
}

.pill-content p {
  font-size: 0.84rem;
  color: #64748B;
  margin: 0;
  line-height: 1.5;
}

/* ===== ROI SIMULATOR BOX ===== */
.roi-calculator-box {
  background: #FFFFFF;
  border: 1.5px solid rgba(78, 176, 40, 0.35);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 15px 40px rgba(78, 176, 40, 0.1);
  margin-top: 10px;
}

.form-range {
  accent-color: var(--green-primary);
}

/* ===== SEAMLESS PLATFORM MODULES SECTION ===== */
.modules-seamless-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0.75rem;
}

.module-seamless-row {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 40px 1.4fr 1fr;
  align-items: center;
  gap: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.module-seamless-row:hover {
  border-color: var(--green-primary);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(78, 176, 40, 0.12);
}

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

.module-seamless-body h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 3px;
}

.module-seamless-body p {
  font-size: 0.86rem;
  color: #475569;
  margin: 0;
  line-height: 1.45;
}

.module-seamless-benefit {
  background: var(--bg-light);
  border: 1px solid rgba(78, 176, 40, 0.2);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.82rem;
  color: #111827;
  line-height: 1.35;
}

.module-seamless-benefit strong {
  color: var(--green-dark);
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: var(--font-main);
}

/* ===== WHY CHOOSE DIGITECHZO SECTION ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.why-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  transition: all 0.3s ease;
}

.why-card:hover {
  border-color: var(--green-primary);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(78, 176, 40, 0.12);
}

.why-num {
  font-family: var(--font-main);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--green-primary);
  opacity: 0.85;
  margin-bottom: 6px;
  line-height: 1;
}

.why-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.why-desc {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* ===== TIMELINE / HOW IT WORKS SECTION ===== */
.timeline-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 1rem;
}

.step-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
  transition: all 0.3s ease;
}

.step-card:hover {
  border-color: var(--green-primary);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(78, 176, 40, 0.12);
}

.step-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green-primary);
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px var(--green-glow);
  font-family: var(--font-main);
}

.step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* ===== VALUE REALIZATION (WHAT YOU GET) SECTION ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 1rem;
}

.benefit-item-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
}

.benefit-item-card:hover {
  border-color: var(--green-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(78, 176, 40, 0.1);
}

.benefit-wide {
  grid-column: span 3;
}

.check-icon-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(78, 176, 40, 0.12);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 0.88rem;
  color: #111827;
  font-weight: 600;
  line-height: 1.4;
}

/* ===== TYPICAL BUILD SECTION ===== */
.case-study-box {
  background: #FFFFFF;
  border: 1.5px solid rgba(78, 176, 40, 0.3);
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 16px 40px rgba(78, 176, 40, 0.08);
}

.case-study-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(78, 176, 40, 0.1);
  border: 1px solid rgba(78, 176, 40, 0.3);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.75rem;
  padding: 3px 12px;
  border-radius: 9999px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: 'Manrope', sans-serif !important;
}

.case-narrative p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.result-pattern-box {
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.08), rgba(78, 176, 40, 0.02));
  border: 1px solid rgba(78, 176, 40, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 12px 0 16px;
}

.result-pattern-box h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 6px;
}

.result-pattern-box p {
  font-size: 0.9rem;
  color: #111827;
  line-height: 1.5;
}

/* ===== FAQ SECTION ===== */
.faq-list {
  max-width: 820px;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.open {
  border-color: var(--green-primary);
  box-shadow: 0 6px 20px rgba(78, 176, 40, 0.08);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  gap: 12px;
}

.faq-icon {
  color: var(--green-primary);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 18px 12px;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
}

.faq-item.open .faq-answer {
  display: block;
}

/* ===== FINAL CTA SECTION ===== */
.final-cta-section {
  padding: 32px 0;
  background: radial-gradient(circle at 50% 50%, rgba(78, 176, 40, 0.1) 0%, #FFFFFF 80%);
}

.cta-card-box {
  background: #0B140A;
  border: 1.5px solid rgba(78, 176, 40, 0.4);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), 0 0 40px rgba(78, 176, 40, 0.15);
}

.cta-card-box h2 {
  font-size: clamp(1.65rem, 3.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.cta-card-box p {
  font-size: 0.95rem;
  color: #94A3B8;
  max-width: 780px;
  margin: 0 auto 16px;
  line-height: 1.6;
}

.cta-actions-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ===== STICKY FLOATING BOTTOM CONSULTATION CTA BAR ===== */
.sticky-cta-bar,
.floating-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid var(--green-primary);
  padding: 12px 0;
  z-index: 999;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.08);
}

.sticky-cta-bar.visible,
.floating-bottom-bar.visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.sticky-text {
  text-align: left;
}

.sticky-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.sticky-text span {
  font-size: 0.82rem;
  color: #64748B;
  font-weight: 500;
}

/* ===== CONSULTATION BOOKING MODAL — TAILORED SYSTEM ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.active {
  display: flex !important;
}

.modal-card {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(78, 176, 40, 0.2);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.2rem;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modal-close:hover {
  color: var(--green-primary);
}

.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(78, 176, 40, 0.12);
  color: var(--green-primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
}

#binanceLeadForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
}

.form-group input,
.form-group select {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px;
  color: var(--text-dark);
  font-family: var(--font-main);
  font-size: 0.92rem;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--green-primary);
  background: #FFFFFF;
}

.form-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
}

/* ===== 3D COMPLIANCE & SECURITIES SHOWCASE SECTION ===== */
#compliance {
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(78, 176, 40, 0.04) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(78, 176, 40, 0.04) 0%, transparent 40%),
              #FFFFFF;
  overflow: hidden;
}

.compliance-showcase-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1rem;
}

/* 3D Visual Illustration Holders (Left & Right) */
.compliance-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.illustration-3d-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anim-shield-wrap {
  animation: floatShield 5s ease-in-out infinite alternate;
}

.anim-contract-wrap {
  animation: floatContract 5.5s ease-in-out infinite alternate 0.5s;
}

@keyframes floatShield {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes floatContract {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.illustration-3d-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(78, 176, 40, 0.12));
}

/* 3D Animations */
@keyframes orbitClockwise {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitCounter {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes shieldLaserScan {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 0.85; }
  85% { opacity: 0.85; }
  100% { transform: translateY(145px); opacity: 0; }
}

@keyframes checkmarkPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); }
  50% { transform: scale(1.05); filter: drop-shadow(0 0 12px rgba(110,231,183,0.9)); }
}

@keyframes floatWidgetA {
  0% { transform: translate(20px, 40px) translateY(0); }
  50% { transform: translate(20px, 40px) translateY(-10px) rotate(-2deg); }
  100% { transform: translate(20px, 40px) translateY(0); }
}

@keyframes floatWidgetB {
  0% { transform: translate(15px, 190px) translateY(0); }
  50% { transform: translate(15px, 190px) translateY(8px) rotate(2deg); }
  100% { transform: translate(15px, 190px) translateY(0); }
}

@keyframes floatWidgetRightA {
  0% { transform: translate(15px, 100px) translateY(0); }
  50% { transform: translate(15px, 100px) translateY(-8px) rotate(-3deg); }
  100% { transform: translate(15px, 100px) translateY(0); }
}

@keyframes floatWidgetRightB {
  0% { transform: translate(235px, 55px) translateY(0); }
  50% { transform: translate(235px, 55px) translateY(10px) rotate(3deg); }
  100% { transform: translate(235px, 55px) translateY(0); }
}

@keyframes sealSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes signaturePulse {
  0%, 100% { stroke: #4EB028; filter: drop-shadow(0 0 2px rgba(78,176,40,0.4)); }
  50% { stroke: #6EE7B7; filter: drop-shadow(0 0 8px rgba(110,231,183,0.9)); }
}

@keyframes pedestalPulse {
  0%, 100% { opacity: 0.8; transform: translate(65px, 195px) scale(1); }
  50% { opacity: 1; transform: translate(65px, 195px) scale(1.03); }
}

@keyframes dataLineShimmer {
  0% { stroke: #CBD5E1; }
  50% { stroke: #4EB028; }
  100% { stroke: #CBD5E1; }
}

.anim-orbit-clockwise {
  animation: orbitClockwise 22s linear infinite;
  transform-box: fill-box;
}

.anim-orbit-counter {
  animation: orbitCounter 28s linear infinite;
  transform-box: fill-box;
}

.anim-shield-laser {
  animation: shieldLaserScan 3.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.anim-checkmark-pulse {
  animation: checkmarkPulse 3s ease-in-out infinite;
  transform-origin: 150px 130px;
}

.anim-floating-widget-1 {
  animation: floatWidgetA 4.5s ease-in-out infinite;
}

.anim-floating-widget-2 {
  animation: floatWidgetB 5s ease-in-out infinite 0.8s;
}

.anim-contract-wrap .anim-floating-widget-1 {
  animation: floatWidgetRightA 4.8s ease-in-out infinite 0.4s;
}

.anim-contract-wrap .anim-floating-widget-2 {
  animation: floatWidgetRightB 5.2s ease-in-out infinite 1.2s;
}

.anim-seal-spin {
  animation: sealSpin 16s linear infinite;
  transform-box: fill-box;
}

.anim-sig-pulse {
  animation: signaturePulse 2.5s ease-in-out infinite;
}

.anim-pedestal-aura {
  animation: pedestalPulse 4s ease-in-out infinite;
}

.anim-data-line-1 { animation: dataLineShimmer 3s infinite 0.2s; }
.anim-data-line-2 { animation: dataLineShimmer 3s infinite 0.5s; }
.anim-data-line-3 { animation: dataLineShimmer 3s infinite 0.8s; }
.anim-data-line-4 { animation: dataLineShimmer 3s infinite 1.1s; }
.anim-data-line-5 { animation: dataLineShimmer 3s infinite 1.4s; }

/* Central Showcase Card */
.compliance-showcase-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05), 0 0 25px rgba(78, 176, 40, 0.04);
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.compliance-showcase-card:hover {
  border-color: rgba(78, 176, 40, 0.35);
  box-shadow: 0 24px 50px rgba(78, 176, 40, 0.09);
}

.compliance-card-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-primary);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: var(--font-main);
}

.compliance-card-category i {
  font-size: 1.15rem;
}

.compliance-card-title-wrap {
  border-left: 3.5px solid var(--green-primary);
  padding-left: 14px;
  margin-bottom: 12px;
}

.compliance-card-main-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.25;
}

.compliance-card-main-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 2 Side-by-Side Pill Cards */
.compliance-pills-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.compliance-pill-box {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.compliance-pill-box:hover {
  border-color: var(--green-primary);
  background: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(78, 176, 40, 0.08);
}

.compliance-pill-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(78, 176, 40, 0.12);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.compliance-pill-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

/* Interactive Framework Selectors Below Active Panel */
.compliance-tabs-nav {
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.compliance-tab-btn {
  background: none;
  border: none;
  padding: 6px 4px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  gap: 10px;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
  border-radius: 8px;
}

.compliance-tab-btn:hover {
  color: var(--green-primary);
  background: rgba(78, 176, 40, 0.04);
}

.compliance-tab-btn.active {
  color: var(--green-dark);
  font-weight: 800;
}

.compliance-tab-icon {
  font-size: 1.15rem;
  color: #64748B;
  transition: color 0.25s ease;
}

.compliance-tab-btn:hover .compliance-tab-icon,
.compliance-tab-btn.active .compliance-tab-icon {
  color: var(--green-primary);
}

.compliance-tab-line {
  flex-grow: 1;
  height: 1px;
  background: #E2E8F0;
  margin-left: 8px;
}

/* ===== CONNECTED LIQUIDITY & CROSS-CHAIN RAILS SECTION ===== */
.liquidity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 1rem;
}

.liquidity-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-subtle, #E2E8F0);
  border-radius: 18px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.liquidity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4EB028 0%, #62C436 50%, #3B891F 100%);
  opacity: 0.85;
  transition: height 0.3s ease;
}

.liquidity-card:hover {
  border-color: rgba(78, 176, 40, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(78, 176, 40, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.liquidity-card:hover::before {
  height: 5px;
}

.liquidity-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.liquidity-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.18), rgba(78, 176, 40, 0.06));
  border: 1.5px solid rgba(78, 176, 40, 0.35);
  color: var(--green-primary, #4EB028);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 14px rgba(78, 176, 40, 0.15);
  transition: transform 0.3s ease;
}

.liquidity-card:hover .liquidity-icon-wrap {
  transform: scale(1.08) rotate(3deg);
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.25), rgba(78, 176, 40, 0.1));
}

.liquidity-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-main);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-dark, #2D6E15);
  background: rgba(78, 176, 40, 0.09);
  border: 1px solid rgba(78, 176, 40, 0.25);
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.liq-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-primary, #4EB028);
  box-shadow: 0 0 8px var(--green-primary, #4EB028);
  display: inline-block;
  animation: pulseDot 2s infinite ease-in-out;
}

.liquidity-card-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.liquidity-card-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 14px;
  flex-grow: 1;
}

.liquidity-specs-row {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.liquidity-spec-pill {
  background: #F8FAFC;
  border: 1px solid rgba(78, 176, 40, 0.2);
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #334155;
  font-family: var(--font-main);
  display: inline-flex;
  align-items: center;
}

.liquidity-telemetry-bar {
  margin-top: 18px;
  background: #FFFFFF;
  border: 1.5px solid rgba(78, 176, 40, 0.25);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 14px;
  box-shadow: 0 4px 16px rgba(78, 176, 40, 0.06);
}

.liquidity-telemetry-item {
  font-size: 0.84rem;
  color: #334155;
  display: inline-flex;
  align-items: center;
}

/* ===== CREATIVE INSTITUTIONAL TECH STACK & SECURITY SECTION ===== */
.techstack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 1rem;
}

.techstack-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-subtle);
  border-radius: 18px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.techstack-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4EB028 0%, #62C436 50%, #3B891F 100%);
  opacity: 0.85;
  transition: height 0.3s ease;
}

.techstack-card:hover {
  border-color: rgba(78, 176, 40, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(78, 176, 40, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.techstack-card:hover::before {
  height: 5px;
}

.techstack-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.techstack-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.18), rgba(78, 176, 40, 0.06));
  border: 1.5px solid rgba(78, 176, 40, 0.35);
  color: var(--green-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 14px rgba(78, 176, 40, 0.15);
  transition: transform 0.3s ease;
}

.techstack-card:hover .techstack-icon-wrap {
  transform: scale(1.08) rotate(3deg);
  background: linear-gradient(135deg, rgba(78, 176, 40, 0.25), rgba(78, 176, 40, 0.1));
}

.techstack-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-main);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-dark);
  background: rgba(78, 176, 40, 0.09);
  border: 1px solid rgba(78, 176, 40, 0.25);
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tech-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-primary);
  box-shadow: 0 0 8px var(--green-primary);
  display: inline-block;
  animation: pulseDot 2s infinite ease-in-out;
}

.techstack-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.techstack-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 14px;
  flex-grow: 1;
}

.techstack-spec-pill {
  margin-top: auto;
  background: #F8FAFC;
  border: 1px solid rgba(78, 176, 40, 0.2);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.techstack-spec-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  gap: 6px;
}

.techstack-spec-val {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--green-dark);
  font-family: var(--font-main);
  white-space: nowrap;
}

/* Architecture Summary Bar */
.techstack-summary-bar {
  margin-top: 18px;
  background: #FFFFFF;
  border: 1.5px solid rgba(78, 176, 40, 0.25);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 4px 16px rgba(78, 176, 40, 0.06);
}

.techstack-summary-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #111827;
  font-family: var(--font-main);
}

.techstack-summary-item i {
  color: var(--green-primary);
  font-size: 1.05rem;
}

/* ===== RESPONSIVENESS ===== */
@media (max-width: 1199px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dash-metrics-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .compliance-grid,
  .techstack-grid,
  .liquidity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .hero {
    padding-top: 44px !important;
    padding-bottom: 32px !important;
  }
  .section {
    padding: 34px 0;
  }
  .floating-overlay-card {
    display: none;
  }
  .module-seamless-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .timeline-container {
    grid-template-columns: 1fr;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefit-wide {
    grid-column: span 1;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .problem-box-wrapper, .case-study-box, .cta-card-box {
    padding: 24px 18px;
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  .section {
    padding: 26px 0;
  }
  .hero {
    padding-top: 36px !important;
    padding-bottom: 24px !important;
  }
  .hero-badge {
    font-size: 0.68rem !important;
    padding: 4px 10px !important;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  .hero-title {
    font-size: clamp(1.8rem, 6.2vw, 2.4rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
  .hero-subtitle {
    font-size: 0.92rem !important;
    padding: 0 4px !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px !important;
  }
  .btn-pill-primary,
  .btn-pill-secondary,
  .btn-primary-glow,
  .btn-outline-glow {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    padding: 12px 16px !important;
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .case-study-box,
  .problem-box-wrapper,
  .cta-card-box {
    padding: 20px 14px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .result-pattern-box {
    padding: 12px 14px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  .hero-trust {
    gap: 12px !important;
    font-size: 0.8rem !important;
  }
  .hd-dashboard-frame {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .dash-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .dash-pills {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .dash-pill {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .dash-metrics-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
    margin-bottom: 14px;
  }
  .dash-metric-card {
    padding: 10px 12px;
  }
  .dash-metric-val {
    font-size: 1.05rem;
  }
  .compliance-side-visual-wrap {
    max-width: 240px;
    margin: 12px auto;
  }
  .compliance-pills-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .compliance-showcase-card {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .liquidity-telemetry-bar,
  .techstack-summary-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 14px;
  }
  .cta-actions-wrap {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .cta-actions-wrap .btn-pill-primary,
  .cta-actions-wrap .btn-pill-secondary {
    width: 100%;
  }
  .sticky-cta-bar,
  .floating-bottom-bar {
    padding: 10px 14px !important;
  }
  .sticky-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .sticky-text {
    text-align: center;
  }
  .sticky-text strong {
    font-size: 0.85rem;
  }
  .sticky-text span {
    display: none;
  }
  .sticky-container .btn-pill-primary {
    width: 100%;
    padding: 9px 18px !important;
    font-size: 0.86rem !important;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .compliance-grid,
  .techstack-grid,
  .liquidity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .dash-metrics-row {
    grid-template-columns: 1fr !important;
  }
  .compliance-showcase-card {
    padding: 16px 12px;
  }
}

