/* ============================================================
   HARBOR — Fintech UI Enhancement
   fintech.css — Glassmorphism, neumorphism, ambient FX
   ============================================================ */

/* ===== FINTECH DESIGN TOKENS ===== */
:root {
  /* Glass surface layers */
  --glass-bg:          rgba(255, 255, 255, 0.04);
  --glass-bg-hover:    rgba(255, 255, 255, 0.08);
  --glass-border:      rgba(255, 255, 255, 0.10);
  --glass-border-glow: rgba(128, 125, 254, 0.35);
  --glass-shine:       rgba(255, 255, 255, 0.06);

  /* Neumorphic dark palette */
  --neu-bg:            #01033E;
  --neu-shadow-dark:   rgba(0, 0, 0, 0.55);
  --neu-shadow-light:  rgba(128, 125, 254, 0.10);

  /* Ambient glow colors */
  --glow-blue:   rgba(0, 51, 255, 0.18);
  --glow-purple: rgba(128, 125, 254, 0.15);
  --glow-cyan:   rgba(100, 200, 255, 0.08);

  /* Premium gradient mesh */
  --grad-primary:  linear-gradient(135deg, #0033FF 0%, #807DFE 100%);
  --grad-glass:    linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  --grad-glow-cta: linear-gradient(160deg, #01033E 0%, #0c0f60 40%, #0033FF 100%);

  /* Fintech radius system */
  --radius-glass: 20px;
  --radius-card:  18px;
  --radius-pill:  100px;

  /* Transitions */
  --ease-glass: cubic-bezier(0.23, 1, 0.32, 1);
}

/* ================================================================
   GLOBAL BODY — Fintech dark mesh background
   ================================================================ */
body {
  background: #fafbff;
}

/* ================================================================
   NAVBAR — White light bar
   ================================================================ */
.navbar {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(1, 3, 62, 0.08) !important;
  box-shadow: 0 1px 0 rgba(1, 3, 62, 0.04), 0 2px 16px rgba(1, 3, 62, 0.06) !important;
}

/* Nav links — black, turn blue on hover/active */
.link-content.nav-link .link-text-1 {
  color: #0a0a0a !important;
}
.link-content.nav-link:hover .link-text-1,
.link-content.nav-link.active .link-text-1 {
  color: #0033FF !important;
  -webkit-text-fill-color: #0033FF !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

/* Log in / Talk to Us link */
.log-in-link {
  color: #0a0a0a !important;
}
.log-in-link:hover {
  color: #0033FF !important;
}

/* Book Intro Call button — dark navy */
.link-wrap {
  background: #01033E !important;
  box-shadow: 0 2px 12px rgba(1, 3, 62, 0.25) !important;
  border-radius: 100px !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}
.link-wrap:hover {
  background: #0033FF !important;
  box-shadow: 0 6px 24px rgba(0, 51, 255, 0.35) !important;
  transform: translateY(-1px);
}
.link-wrap .link-text-1 {
  color: #ffffff !important;
}

/* Mobile nav drawer — fintech white theme */
@media (max-width: 991px) {
  /* Hamburger bars — dark on white navbar */
  .hamburger-icon span {
    background: #01033E !important;
  }

  /* Drawer background + shadow */
  .nav-link-wrap {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(1, 3, 62, 0.08) !important;
    box-shadow: 0 20px 56px rgba(1, 3, 62, 0.10) !important;
  }

  /* Link text — dark */
  .nav-link-wrap .link-content.nav-link .link-text-1 {
    color: #01033E !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .nav-link-wrap .link-content.nav-link:hover .link-text-1,
  .nav-link-wrap .link-content.nav-link.active .link-text-1 {
    color: #0033FF !important;
    -webkit-text-fill-color: #0033FF !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }

  /* Contact Sales link */
  .nav-link-wrap .nav-cta-group .log-in-link {
    color: #01033E !important;
    border-color: rgba(1, 3, 62, 0.15) !important;
  }
  .nav-link-wrap .nav-cta-group .log-in-link:hover {
    color: #0033FF !important;
    border-color: rgba(0, 51, 255, 0.3) !important;
  }

  /* Get Started button — keep gradient, white text */
  .nav-link-wrap .nav-cta-group .link-wrap {
    background: linear-gradient(135deg, #0033FF, #807DFE) !important;
  }
  .nav-link-wrap .nav-cta-group .link-wrap,
  .nav-link-wrap .nav-cta-group .link-wrap .link-content,
  .nav-link-wrap .nav-cta-group .link-wrap .link-content.white,
  .nav-link-wrap .nav-cta-group .link-wrap .link-text-1 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  /* Hide the separate mobile CTA group next to hamburger (drawer already has it) */
  .nav-cta-group.mobile { display: none !important; }
}

/* Legacy override — kept for safety */
#nav-menu.mobile-open .link-text-1 {
  color: #01033E !important;
}
#nav-menu.mobile-open .link-content.nav-link:hover .link-text-1 {
  color: #0033FF !important;
}
#nav-menu.mobile-open .link-content.nav-link {
  border-bottom-color: rgba(1, 3, 62, 0.07) !important;
}

/* ================================================================
   GLOBAL TYPOGRAPHY OVERRIDES
   ================================================================ */

/* All heading elements use Manrope medium */
h1, h2, h3, h4, h5, h6,
.heading-01, .heading-02, .heading-03,
.sub-heading-01---40px, .sub-heading-03---24px {
  font-family: 'Neue Power', sans-serif !important;
  font-weight: 500 !important;
}

/* All body / paragraph copy uses Inter regular */
body, p,
.hero-subtitle, .opacity-80, .opacity-70,
.body-01---18px-medium, .body-02---16px-medium,
.sub-heading-04---20px,
.link-text-1, .footer-text-field,
.clients-marquee-text-wrapper .body-01---18px-medium {
  font-family: 'General Sans', sans-serif !important;
  font-weight: 400 !important;
}

/* ================================================================
   HERO SECTION — Ambient mesh + glow orbs
   ================================================================ */
.hero-section {
  background: #01033E;
  position: relative;
  overflow: hidden;
}

/* Mesh grid overlay */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(128, 125, 254, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 125, 254, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

/* Blue ambient orb — top right */
.hero-section::after {
  content: '';
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 51, 255, 0.22) 0%, rgba(0, 51, 255, 0.06) 45%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Purple orb — bottom left */
.home-hero::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(128, 125, 254, 0.18) 0%, rgba(128, 125, 254, 0.04) 50%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.home-hero {
  position: relative;
  z-index: 1;
  padding: 50px 32px 7px !important;
}

/* Floating badge in hero */
.rating-tag-wrap {
  background: #807DFE !important;
  border: 1px solid rgba(128, 125, 254, 0.4) !important;
  backdrop-filter: none;
  box-shadow: 0 4px 20px rgba(128, 125, 254, 0.35);
  color: #ffffff !important;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.rating-tag-wrap:hover {
  background: #6f6ce8 !important;
  box-shadow: 0 6px 28px rgba(128, 125, 254, 0.45);
}
.rating-tag-wrap > div {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
}

/* CTA button — primary glow */
.button-link {
  position: relative;
  background: #0033FF !important;
  border-radius: 100px !important;
  box-shadow: 0 4px 24px rgba(0, 51, 255, 0.45), 0 1px 0 rgba(255,255,255,0.15) inset;
  overflow: visible !important;
  transition: box-shadow 0.3s var(--ease-glass), transform 0.2s ease !important;
}
.button-link::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 100px;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.button-link:hover {
  box-shadow: 0 8px 40px rgba(0, 51, 255, 0.65), 0 1px 0 rgba(255,255,255,0.2) inset !important;
  transform: translateY(-2px);
}
.button-text { color: #ffffff !important; }

/* Video link glow on hover */
.about-hero-video-link {
  transition: color 0.2s, text-shadow 0.2s !important;
}
.about-hero-video-link:hover {
  color: #ffffff !important;
  text-shadow: 0 0 20px rgba(128, 125, 254, 0.6);
}

/* ===== HERO — partner attribution row ===== */
.hero-partner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 60px;
  margin-top: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.hero-partner-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.hero-partner-logo {
  height: 13px;
  width: auto;
  display: block;
  opacity: 0.95;
}

@media (max-width: 767px) {
  .hero-partner-label { font-size: 15px; }
  .hero-partner-logo { height: 12px; }
}

/* ================================================================
   HERO RIGHT COLUMN — Modern fintech visual composition
   (Linear / Stripe / Mercury idiom: restraint, aurora glow,
    mask reveal, conic gradient ring, minimal ambient)
   ================================================================ */
.hero-visual-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* Image now sized via grid column width (see styles.css .home-hero-bg-wrap).
     Scale kept at 1 so layout truly drives the size — no clipping. */
  transform: scale(1);
  transform-origin: center right;
}

/* Stage — photographic backdrop with crisp HTML cards on top */
.hero-visual-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  background: #01033E;
  padding: 22px;
  font-family: Inter, Manrope, system-ui, -apple-system, sans-serif;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 10px 30px rgba(0, 51, 255, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  animation:
    hero-stage-enter 1.2s cubic-bezier(0.16, 1, 0.3, 1) both,
    hero-stage-float 9s ease-in-out 1.3s infinite;
}

/* Photographic panels — two separate rounded photo cards as decor */
.hv-photo {
  position: absolute;
  z-index: 0;
  border-radius: 14px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}
/* hero1.jpg — flag + buildings, top-left */
.hv-photo-1 {
  top: 0;
  left: 0;
  width: 56%;
  height: 44%;
  object-position: 50% 35%;
}
/* hero2.jpg — dollar bill, lower-right behind the cards */
.hv-photo-2 {
  top: 20%;
  right: 0;
  width: 60%;
  height: 62%;
  object-position: 30% 50%;
}

@keyframes hero-stage-enter {
  0%   { opacity: 0; transform: translateY(24px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hero-stage-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

/* ====== Cards (shared) ====== */
.hv-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.10);
  color: #01033E;
  font-feature-settings: 'cv11', 'ss01';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(22px) scale(0.94);
  animation: hv-card-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Stacking entrance — each card materialises with a pop-spring */
@keyframes hv-card-in {
  0%   { opacity: 0; transform: translateY(22px) scale(0.94); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* ===== Card 1: Trusted ===== */
.hv-card-trusted {
  top: 8%;
  right: 4%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 12px;
  border-radius: 100px;
  z-index: 2;
  animation-delay: 0.45s;
}
.hv-trust-icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
}
.hv-trust-icon svg { width: 22px; height: 22px; }
.hv-trust-label {
  font-size: 13px;
  font-weight: 600;
  color: #01033E;
  white-space: nowrap;
}
.hv-avatar-row {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.hv-avatar-row .hv-avatar {
  margin-left: -8px;
  border: 2px solid #fff;
}
.hv-avatar-row .hv-avatar:first-child { margin-left: 0; }

/* Avatar disc */
.hv-avatar {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.hv-avatar.tiny { width: 18px; height: 18px; font-size: 7px; }

/* ===== Card 2: Assessment Complete (notification badge) ===== */
.hv-card-assessment {
  top: 36%;
  left: 4%;
  width: 70%;
  display: grid;
  grid-template-columns: 36px 1fr 32px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 100px;
  z-index: 4; /* sits above the progress card in the stack */
  animation-delay: 1.0s;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 4px 10px rgba(0, 0, 0, 0.10);
}
.hv-assess-logo svg { width: 32px; height: 32px; display: block; }
.hv-assess-text { line-height: 1.25; }
.hv-assess-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #01033E;
}
.hv-assess-sub {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(1, 3, 62, 0.58);
  margin-top: 2px;
}
.hv-assess-cta {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F0F1F;
  display: grid;
  place-items: center;
}
.hv-assess-cta svg { width: 14px; height: 14px; }

/* ===== Card 3: Onboarding progress ===== */
.hv-card-progress {
  bottom: 3%;
  left: 4%;
  width: 70%;
  padding: 16px 16px 14px;
  border-radius: 20px; /* more rounded */
  z-index: 2;
  animation-delay: 1.6s; /* last card lands 0.6s after assessment */
}
.hv-progress-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #01033E;
  margin-bottom: 12px;
}

.hv-checklist {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.hv-check-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}
.hv-check-box {
  width: 18px;
  height: 18px;
  border-radius: 7px; /* rounder checkboxes */
  border: 1.5px solid rgba(1, 3, 62, 0.18);
  background: rgba(1, 3, 62, 0.03);
  display: grid;
  place-items: center;
  margin-top: 1px;
}
.hv-check-item.is-done .hv-check-box {
  background: #0033FF;
  border-color: #0033FF;
  box-shadow: 0 2px 8px rgba(0, 51, 255, 0.25);
}
.hv-check-box svg {
  width: 11px;
  height: 11px;
  opacity: 0;
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: hv-check-draw 0.45s cubic-bezier(0.22, 1, 0.36, 1) 2.2s forwards;
}
.hv-check-item.is-done .hv-check-box svg { opacity: 1; }
@keyframes hv-check-draw {
  to { stroke-dashoffset: 0; opacity: 1; }
}

.hv-check-content { display: grid; line-height: 1.3; }
.hv-check-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #01033E;
}
.hv-check-desc {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(1, 3, 62, 0.50);
  margin-top: 1px;
}

/* Approver pills */
.hv-approver-block { margin-bottom: 12px; }
.hv-approver-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(1, 3, 62, 0.50);
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.hv-approver-pills {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 36px 5px 5px;
  border: 1px solid rgba(1, 3, 62, 0.09);
  border-radius: 100px; /* fully rounded pill container */
  background: rgba(1, 3, 62, 0.025);
}
.hv-approver-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px 3px 4px;
  border: 1px solid rgba(1, 3, 62, 0.10);
  border-radius: 100px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #01033E;
  background: #fff;
}
.hv-approver-caret {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
}
.hv-approver-caret svg { width: 12px; height: 12px; }

/* Days till go-live + progress label */
.hv-meta-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 6px;
}
.hv-meta-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(1, 3, 62, 0.70);
  letter-spacing: 0.01em;
}
.hv-meta-days { text-align: right; line-height: 1.05; }
.hv-meta-days-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: rgba(1, 3, 62, 0.50);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hv-meta-days-value {
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #01033E;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

/* Progress bar */
.hv-progress-track {
  position: relative;
  height: 5px;
  background: rgba(0, 51, 255, 0.08);
  border-radius: 100px;
  overflow: visible;
  margin-bottom: 6px;
}
.hv-progress-fill {
  height: 100%;
  width: 0;
  border-radius: 100px;
  background: linear-gradient(90deg, #01033E 0%, #0033FF 100%);
  animation: hv-progress-grow 1.4s cubic-bezier(0.22, 1, 0.36, 1) 2.0s forwards;
}
@keyframes hv-progress-grow { to { width: 25%; } }

.hv-progress-knob {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0033FF;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 51, 255, 0.40);
  transform: translate(-50%, -50%);
  animation: hv-knob-slide 1.4s cubic-bezier(0.22, 1, 0.36, 1) 2.0s forwards;
}
@keyframes hv-knob-slide { to { left: 25%; } }

.hv-progress-pct {
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(1, 3, 62, 0.45);
  letter-spacing: 0.01em;
}

/* Mobile — stage stays full-width column */
@media (max-width: 991px) {
  .hero-visual-img-wrap {
    width: 100%;
    margin-top: 32px;
    transform: scale(1);
  }
  .hero-visual-stage {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
  }
  .hv-trust-label { font-size: 12px; }
  .hv-card-trusted { right: 5%; padding: 6px 10px; gap: 8px; }
  .hv-avatar { width: 22px; height: 22px; font-size: 8px; }
}

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .hero-visual-stage,
  .hv-card,
  .hv-progress-fill,
  .hv-progress-knob,
  .hv-check-box svg {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .hv-progress-fill  { width: 25%; }
  .hv-progress-knob  { left: 25%; }
  .hv-check-box svg  { stroke-dashoffset: 0; }
}

/* ================================================================
   TRUST LOGOS SECTION
   ================================================================ */
.section._140px {
  background: #ffffff;
  position: relative;
}
.section._140px::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128,125,254,0.2), rgba(0,51,255,0.15), rgba(128,125,254,0.2), transparent);
}

.logo-content {
  border-radius: 10px;
  transition: opacity 0.25s, filter 0.25s !important;
  filter: grayscale(30%);
}
.logo-content:hover {
  opacity: 0.9 !important;
  filter: grayscale(0%);
}

/* ================================================================
   SERVICES SECTION — Glassmorphism + Neumorphism cards
   ================================================================ */
.store-bg-wrap {
  gap: 20px;
}

/* Services cards — glass neumorphism */
.store-wrap {
  background: rgba(255,255,255,0.5) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow:
    6px 6px 16px rgba(1,3,62,0.10),
    -4px -4px 12px rgba(255,255,255,0.85),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}
.store-wrap::before, .store-wrap::after { display: none !important; }
.store-wrap:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    8px 8px 24px rgba(1,3,62,0.13),
    -4px -4px 14px rgba(255,255,255,0.9),
    inset 0 1px 0 rgba(255,255,255,1) !important;
  background: rgba(255,255,255,0.65) !important;
}

/* ================================================================
   PILLAR LABEL
   ================================================================ */
.testimonial-bg-block {
  text-align: left !important;
  align-items: flex-start !important;
}

.pillar-label::before,
.pillar-label::after {
  display: none !important;
  content: none !important;
}

.pillar-label {
  display: inline-block;
  float: none;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #0033FF;
  background: rgba(0, 51, 255, 0.08);
  border: 1px solid rgba(0, 51, 255, 0.18);
  border-radius: 100px;
  padding: 5px 14px;
  text-align: left !important;
}

/* ================================================================
   FEATURES SECTION — pillar cards
   ================================================================ */
.testimonial-bg-wrap {
  border-radius: 24px !important;
  box-shadow: 0 8px 40px rgba(1, 3, 62, 0.08) !important;
  border: 1px solid rgba(1, 3, 62, 0.08) !important;
  overflow: hidden;
  margin-bottom: 80px;
}

/* Last pillar card: no bottom margin so it doesn't inflate section padding */
.testimonial-bg-wrap:last-of-type {
  margin-bottom: 0 !important;
}

/* Round the image column */
.testimonial-image-wrap {
  border-radius: 24px !important;
  overflow: hidden !important;
}

/* Full-cover pillar images */
.pillar-cover-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
}

/* ── Pillar 3: Speed-to-Revenue dark column ── */

/* Outer wrap: dark background fills the gap between columns */
.pillar-speed {
  gap: 16px !important;
  padding: 16px !important;
  background: #01043e !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Text column — inherits the dark bg, just needs matching radius */
.pillar-speed .testimonial-bg-content {
  background: #01043e !important;
  border-radius: 0 !important;
}

/* Image column — bleed to card edges, parent overflow:hidden handles corner clipping */
.pillar-speed .testimonial-image-wrap {
  margin-top: -16px !important;
  margin-right: -16px !important;
  margin-bottom: -16px !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-self: stretch;
}
.pillar-speed .testimonial-image-wrap .pillar-cover-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* White text — use 3-class chain to beat .testimonial-bg-block .heading-03 */
.pillar-speed .testimonial-bg-block .heading-03 {
  color: #ffffff !important;
}

.pillar-speed .testimonial-bg-block .opacity-80 {
  color: rgba(255, 255, 255, 0.65) !important;
}

.pillar-speed .testimonial-bg-block .testimonial-list-wrap {
  color: rgba(255, 255, 255, 0.80) !important;
}

/* Pillar label — lighter border/bg for dark bg */
.pillar-speed .pillar-label-light {
  color: #807DFE !important;
  background: rgba(128, 125, 254, 0.15) !important;
  border-color: rgba(128, 125, 254, 0.30) !important;
}

/* Bullet icons — brighter for dark bg */
.pillar-speed .testimonial-bg-block .testimonial-list-wrap img {
  filter: brightness(0) invert(55%) sepia(100%) hue-rotate(204deg) saturate(300%) brightness(150%) !important;
}

/* Get Started button — solid #0033FF with white text, default and hover */
.pillar-speed .pillar-speed-btn,
.pillar-speed .pillar-speed-btn:hover {
  background: #0033FF !important;
  border-color: #0033FF !important;
  box-shadow: none !important;
  display: inline-flex !important;
}

.pillar-speed .pillar-speed-btn .button-text {
  color: #ffffff !important;
}

/* Text column — no background */
.testimonial-bg-content {
  background: #ffffff !important;
  position: relative;
  overflow: visible;
}
.testimonial-bg-content::before,
.testimonial-bg-content::after { display: none !important; }

/* Text colours — dark on white */
.testimonial-bg-block .heading-03 { color: #01033E !important; }
.testimonial-bg-block .opacity-80 {
  color: rgba(1, 3, 62, 0.6) !important;
}
.testimonial-list-wrap { color: #01033E !important; }

/* Bullet icon — #807DFE */
.testimonial-list-wrap img {
  filter: brightness(0) invert(55%) sepia(100%) hue-rotate(204deg) saturate(300%) brightness(117%) !important;
}

/* Checklist grid — compact columns */
.testimonial-list-grid {
  grid-template-columns: auto auto !important;
  justify-content: start !important;
  gap: 10px 16px !important;
}

/* Checklist items — remove phantom ::before */
.testimonial-list-wrap {
  font-size: 13px !important;
}
.testimonial-list-wrap::before {
  display: none !important;
  content: none !important;
}

/* ================================================================
   VIDEO SECTION
   ================================================================ */
.video-bg-wrap {
  border-radius: 24px !important;
  border: 1px solid rgba(128, 125, 254, 0.15);
  box-shadow: 0 24px 64px rgba(0, 0, 51, 0.3);
  overflow: hidden;
}

.video-bg-block {
  background: rgba(1, 3, 62, 0.7) !important;
  backdrop-filter: blur(20px) !important;
  border-top: 1px solid rgba(128, 125, 254, 0.15) !important;
}

.video-link-wrap img:first-child {
  filter: drop-shadow(0 0 24px rgba(0, 51, 255, 0.6));
}

/* ================================================================
   FEATURES SECTION — Glass dark grid
   ================================================================ */
.bg-wrap {
  background: linear-gradient(180deg, #f0f2fa 0%, #e8eaf4 100%) !important;
  position: relative;
}

.product-bg-wrap {
  background: linear-gradient(160deg, #01033E 0%, #030550 50%, #01033E 100%) !important;
  border: 1px solid rgba(128, 125, 254, 0.15) !important;
  border-radius: 24px !important;
  box-shadow:
    0 32px 80px rgba(0, 0, 51, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.product-wrap {
  border-bottom: 1px solid rgba(128, 125, 254, 0.08) !important;
  transition: background 0.3s ease !important;
  position: relative;
}
.product-wrap::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, #807DFE, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.product-wrap:hover::before { opacity: 1; }

.product-wrap:hover {
  background: rgba(0, 51, 255, 0.08) !important;
}

.product-bg-line-linear {
  background: rgba(128, 125, 254, 0.1) !important;
}

/* Feature image grid cards */
.feature-wrap {
  border-radius: 16px !important;
  border: 1px solid rgba(1, 3, 62, 0.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.feature-wrap:hover {
  box-shadow: 0 0 0 2px #0033FF, 0 12px 40px rgba(0, 51, 255, 0.2) !important;
  transform: translateY(-3px);
}

/* ================================================================
   INTEGRATION SECTION — Elevated glass dark card
   ================================================================ */
.integration-bg-wrap {
  background: linear-gradient(145deg, #010440 0%, #010330 50%, #020550 100%) !important;
  border: 1px solid rgba(128, 125, 254, 0.15) !important;
  border-radius: 28px !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 51, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 80px rgba(0, 51, 255, 0.05);
  position: relative;
  overflow: hidden;
}

/* Big ambient orb inside integration */
.integration-bg-wrap::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0, 51, 255, 0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.integration-bg-wrap::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(128, 125, 254, 0.12) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.black-button {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(128, 125, 254, 0.25) !important;
  border-radius: 10px !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s !important;
}
.black-button:hover {
  background: rgba(128, 125, 254, 0.15) !important;
  border-color: rgba(128, 125, 254, 0.45) !important;
  box-shadow: 0 4px 24px rgba(128, 125, 254, 0.25), inset 0 1px 0 rgba(255,255,255,0.1) !important;
  transform: translateY(-1px);
}

/* ================================================================
   COMPARISON SECTION
   ================================================================ */
.choose-other-bg-wrap {
  border-radius: 20px !important;
  border: 1px solid rgba(1, 3, 62, 0.08);
  box-shadow: 0 8px 32px rgba(1, 3, 62, 0.06);
  background: #eef0f8 !important;
}

.choose-other-bg-wrap.fusion {
  background: linear-gradient(145deg, #010440 0%, #020660 100%) !important;
  border: 1px solid rgba(128, 125, 254, 0.2) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 51, 0.3),
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px rgba(128, 125, 254, 0.08) !important;
  position: relative;
  overflow: hidden;
}
.choose-other-bg-wrap.fusion::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(0,51,255,0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.choose-arrow-bg-content {
  background: #0033FF !important;
  box-shadow: 0 4px 24px rgba(0, 51, 255, 0.45) !important;
  border: 2px solid rgba(128, 125, 254, 0.4);
}
.choose-arrow-bg-content img { filter: brightness(0) invert(1); }

/* ================================================================
   CLIENT REVIEWS MARQUEE — Glassmorphism cards
   ================================================================ */
.clients-marquee-block {
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(128, 125, 254, 0.15) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 18px !important;
  box-shadow:
    0 4px 24px rgba(1, 3, 62, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s !important;
}
.clients-marquee-block:hover {
  box-shadow:
    0 16px 48px rgba(0, 51, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(0, 51, 255, 0.25) !important;
  transform: translateY(-3px);
}

/* Star gradient */
.clients-marquee-star-icon {
  filter: drop-shadow(0 0 4px rgba(255, 200, 0, 0.5));
}

/* Client divider */
.client-line { background: rgba(128, 125, 254, 0.15) !important; }

/* ================================================================
   BLOG SECTION — Light glass cards
   ================================================================ */
.blog-post-wrap {
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(128, 125, 254, 0.1) !important;
  backdrop-filter: blur(8px);
  box-shadow:
    0 4px 24px rgba(1, 3, 62, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  overflow: hidden;
  transition: transform 0.35s var(--ease-glass), box-shadow 0.35s ease, border-color 0.3s !important;
}
.blog-post-wrap:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 20px 56px rgba(0, 51, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  border-color: rgba(0, 51, 255, 0.2) !important;
}

/* ================================================================
   CTA SECTION — Premium gradient with glow
   ================================================================ */
.cta-bg-wrap {
  background: var(--grad-glow-cta) !important;
  border-radius: 28px !important;
  position: relative !important;
  overflow: hidden;
  border: 1px solid rgba(128, 125, 254, 0.2) !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 51, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 120px rgba(0, 51, 255, 0.15) !important;
}

/* Mesh grid on CTA */
.cta-bg-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(128, 125, 254, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 125, 254, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* Center glow on CTA */
.cta-bg-wrap::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(128, 125, 254, 0.2) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.cta-bg-wrap > * { position: relative; z-index: 1; }

/* CTA heading — single line on desktop */
.cta-wrap .heading-02 {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cta-wrap .heading-02 {
    white-space: normal;
  }
}

/* CTA button (white) */
.cta-bg-wrap .button-link {
  background: #ffffff !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,1) !important;
}
.cta-bg-wrap .button-link:hover {
  box-shadow: 0 8px 40px rgba(0, 51, 255, 0.3), inset 0 1px 0 rgba(255,255,255,1) !important;
  transform: translateY(-2px);
}
.cta-bg-wrap .button-text { color: #01033E !important; -webkit-text-fill-color: #01033E !important; }

/* ================================================================
   FOOTER
   ================================================================ */
.footer-section {
  background: linear-gradient(180deg, #010330 0%, #01033E 100%);
  position: relative;
  overflow: hidden;
}
.footer-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128,125,254,0.3), rgba(0,51,255,0.2), rgba(128,125,254,0.3), transparent);
}

/* Footer form glass pill */
.footer-form-wrap {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(128, 125, 254, 0.2) !important;
  border-radius: var(--radius-pill) !important;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 2px 16px rgba(0,0,51,0.3);
  padding: 6px 6px 6px 20px !important;
  display: flex;
  align-items: center;
  gap: 0;
}

/* Email input inside footer form */
#footer-form input[type="email"] {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.85) !important;
  font-size: 14px;
  outline: none;
  flex: 1;
  min-width: 200px;
}
#footer-form input[type="email"]::placeholder { color: rgba(255,255,255,0.35) !important; }

/* Footer submit button */
#footer-form .link-wrap {
  border-radius: 100px !important;
  box-shadow: 0 2px 12px rgba(0,51,255,0.4) !important;
}

/* ================================================================
   NAV ACTIVE LINK — Blue underline pulse
   ================================================================ */
.link-content.nav-link.active .link-text-1 {
  background: linear-gradient(135deg, #807DFE, #0033FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ================================================================
   SCROLL ANIMATION — Smoother fintech feel
   ================================================================ */
.scroll-anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.scroll-anim.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================================================
   FINTECH STAT CHIPS — hero subtitle area enhancement
   ================================================================ */
.hero-stat-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-stat-chip {
  display: inline-flex;
  flex-direction: column;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(128, 125, 254, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.hero-stat-chip .stat-value {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}
.hero-stat-chip .stat-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ================================================================
   SECTION HEADING — gradient accent line
   ================================================================ */
.heading-02,
.heading-03 {
  position: relative;
}

/* Fintech link-wrap (nav CTA) */
.link-wrap {
  background: linear-gradient(135deg, #0033FF, #807DFE) !important;
  box-shadow: 0 2px 16px rgba(0, 51, 255, 0.35) !important;
  border-radius: 100px !important;
  transition: box-shadow 0.25s ease, transform 0.2s ease !important;
}
.link-wrap:hover {
  box-shadow: 0 6px 28px rgba(0, 51, 255, 0.55) !important;
  transform: translateY(-1px);
}

/* ================================================================
   BLOG SECTION — Glass cards
   ================================================================ */

/* Hero blog post */
.blog-hero-bg-wrap {
  border-radius: 20px !important;
  overflow: hidden;
  background: linear-gradient(180deg, #010440 0%, #01033E 100%) !important;
  border: 1px solid rgba(128, 125, 254, 0.15) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 51, 0.2), inset 0 1px 0 rgba(255,255,255,0.05) !important;
  transition: box-shadow 0.35s ease, transform 0.35s var(--ease-glass) !important;
}
.blog-link-wrap:hover .blog-hero-bg-wrap {
  box-shadow: 0 20px 56px rgba(0, 51, 255, 0.2), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  transform: translateY(-4px);
}

/* Blog tag pills */
.blog-tag-block {
  border-radius: 100px !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
}
.blog-tag-block.hero {
  background: rgba(128, 125, 254, 0.25) !important;
  border: 1px solid rgba(128, 125, 254, 0.3) !important;
  color: #c8c7ff !important;
}

/* Side blog cards */
.blog-wrap.hero-02 {
  border-radius: 20px !important;
  background: linear-gradient(145deg, #eef0f9 0%, #e8eaf5 100%) !important;
  border: 1px solid rgba(128, 125, 254, 0.12) !important;
  box-shadow: 0 4px 20px rgba(1, 3, 62, 0.06), inset 0 1px 0 rgba(255,255,255,0.7) !important;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s var(--ease-glass) !important;
}
.blog-wrap.hero-02:hover {
  background: linear-gradient(145deg, #e4e7f6 0%, #dce0f4 100%) !important;
  box-shadow: 0 12px 40px rgba(0, 51, 255, 0.1), inset 0 1px 0 rgba(255,255,255,0.8) !important;
  transform: translateY(-3px);
}

/* "All Resources" dark button (blog section) */
.black-button.dark {
  background: #01033E !important;
  border: 1px solid rgba(128, 125, 254, 0.2) !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 51, 0.15) !important;
  transition: background 0.2s, box-shadow 0.25s, transform 0.2s !important;
}
.black-button.dark:hover {
  background: #020550 !important;
  box-shadow: 0 6px 24px rgba(0, 51, 255, 0.25) !important;
  transform: translateY(-1px);
}

/* ================================================================
   FOOTER — Fintech glass form + social
   ================================================================ */
.footer-form-content {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(128, 125, 254, 0.2) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06) !important;
  transition: border-color 0.25s;
}
.footer-form-content:focus-within {
  border-color: rgba(128, 125, 254, 0.45) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 0 3px rgba(128, 125, 254, 0.1) !important;
}

.submit-button {
  background-color: #0033FF !important;
  border-radius: 100px !important;
  box-shadow: 0 2px 10px rgba(0, 51, 255, 0.4) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'%3E%3C/line%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'%3E%3C/polygon%3E%3C/svg%3E") !important;
  transition: background-color 0.2s, box-shadow 0.2s !important;
}
.submit-button:hover {
  background-color: #807DFE !important;
  box-shadow: 0 4px 18px rgba(128, 125, 254, 0.5) !important;
}

/* Social links glass */
.social-link {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(128, 125, 254, 0.15) !important;
  border-radius: 10px !important;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s !important;
}
.social-link:hover {
  background: rgba(128, 125, 254, 0.15) !important;
  border-color: rgba(128, 125, 254, 0.35) !important;
  box-shadow: 0 4px 16px rgba(128, 125, 254, 0.2) !important;
}

/* Footer divider line */
.footer-bg-wrap {
  border-top: 1px solid rgba(128, 125, 254, 0.12) !important;
}
.cr-wrap {
  border-top: 1px solid rgba(128, 125, 254, 0.1) !important;
}

/* ================================================================
   TRUST SECTION — white bar
   ================================================================ */
.section._140px {
  background: #ffffff !important;
}
.section._140px .sub-heading-04---20px {
  color: #01033E !important;
}
.section._140px .logo-content {
  filter: brightness(0) !important;
  opacity: 0.55 !important;
}
.section._140px .logo-content:hover {
  opacity: 0.85 !important;
  filter: brightness(0) !important;
}

.section._140px .logo-content-block {
  justify-content: space-evenly !important;
  gap: 0 !important;
}
.section._140px .logo-content img {
  height: 104px !important;
  width: auto !important;
}

/* ================================================================
   SECTION SPACING — 20px gap between sections from Services onward
   ================================================================ */

.features-section,
.process-section,
.fullstack-section,
.company-section,
.faq-section,
.cta-bg-wrap {
  margin-top: 20px;
}

/* ── Desktop-only line break ── */
.br-desktop { display: block; }
@media (max-width: 767px) {
  .br-desktop { display: none; }
}

/* ================================================================
   CTA SECTION
   ================================================================ */

/* Widen body copy to two lines, fix button duplicate */
.cta-content {
  max-width: 780px !important;
}

/* CTA inner padding */
.cta-bg-content {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* ================================================================
   FAQ SECTION
   ================================================================ */

.faq-section {
  background: #ffffff;
}

/* Two-column layout */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

/* Left column — sticky */
.faq-left {
  position: sticky;
  top: 100px;
}

.faq-heading {
  font-family: 'Neue Power', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: #01033E;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.faq-subtext {
  font-family: 'General Sans', sans-serif;
  font-size: 15px;
  color: rgba(1, 3, 62, 0.55);
  line-height: 1.65;
  margin-bottom: 36px;
}

.faq-cta {
  display: inline-flex !important;
}

/* Right column — accordion list */
.faq-right {
  display: flex;
  flex-direction: column;
}

/* Individual item */
.faq-item {
  border-bottom: 1px solid rgba(1, 3, 62, 0.10);
}

.faq-item:first-child {
  border-top: 1px solid rgba(1, 3, 62, 0.10);
}

/* Question button */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'General Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #01033E;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #0033FF;
}

.faq-question[aria-expanded="true"] {
  color: #0033FF;
}

/* Plus / X icon */
.faq-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

/* Answer panel */
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.faq-answer.open {
  grid-template-rows: 1fr;
}

.faq-answer > p {
  /* min-height: 0 is REQUIRED for grid 0fr → 1fr collapse to actually hide content */
  min-height: 0;
  overflow: hidden;
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(1, 3, 62, 0.60);
  line-height: 1.75;
  padding-bottom: 0;
  margin: 0;
  transition: padding-bottom 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-answer.open > p {
  padding-bottom: 22px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    position: static;
  }
}

/* ================================================================
   COMPANY SECTION
   ================================================================ */

.company-section {
  /* Subtle gradient so glass blur has something to render against */
  background: linear-gradient(145deg, #eef0ff 0%, #f5f6ff 40%, #e8eaff 100%);
}

/* ── Header ── */
.company-header {
  max-width: 100%;
  margin-bottom: 56px;
}

.company-heading {
  font-family: 'Neue Power', sans-serif !important;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  color: #01033E;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.company-divider {
  width: 100%;
  height: 1px;
  background: rgba(1, 3, 62, 0.10);
  margin-bottom: 28px;
  border: none;
}

.company-body {
  font-family: 'General Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(1, 3, 62, 0.65);
  line-height: 1.7;
  max-width: 100%;
}

/* Eyebrow pill — matches .process-eyebrow style */
.company-eyebrow {
  display: inline-block;
  font-family: 'General Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0033FF;
  background: rgba(0, 51, 255, 0.07);
  border: 1px solid rgba(0, 51, 255, 0.16);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 20px;
}

/* ── 3-column grid ── */
.company-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

/* ── Cards — glass neumorphism ── */
.company-card {
  position: relative !important;
  isolation: isolate !important;
  z-index: 1 !important;
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 20px !important;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow:
    4px 4px 14px rgba(1, 3, 62, 0.07),
    -2px -2px 8px rgba(255, 255, 255, 0.80),
    inset 0 1px 0 rgba(255, 255, 255, 0.90) !important;
}

/* Icon — no background, blue stroke, left-aligned */
.company-icon-wrap {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 28px;
  flex-shrink: 0;
  align-self: flex-start;
}

.company-icon-wrap svg {
  width: 44px;
  height: 44px;
  color: #0033FF;
  stroke: #0033FF;
}

/* Title row */
.company-card-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.company-card-title {
  font-family: 'Neue Power', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #01033E;
  margin: 0;
}

.company-badge {
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #01033E;
  background: rgba(1, 3, 62, 0.07);
  border: 1px solid rgba(1, 3, 62, 0.12);
  border-radius: 100px;
  padding: 3px 10px;
}

/* Body */
.company-card-body {
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(1, 3, 62, 0.60);
  line-height: 1.7;
  margin: 0;
}

/* ── Centre image — absolutely fills the grid cell, never overflows ── */
.company-image-col {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  /* Needs an explicit height anchor so absolute child has something to fill */
  min-height: 0;
  /* grid align-items:stretch handles the height; img fills via absolute */
}

.company-image-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ── Quote overlay ── */
.company-img-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(1, 3, 62, 0.96) 0%,
    rgba(1, 3, 62, 0.65) 42%,
    rgba(1, 3, 62, 0.10) 68%,
    transparent 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 28px 26px;
}

.company-img-quote {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.company-img-quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 52px;
  line-height: 0.85;
  color: #807DFE;
  margin-bottom: 10px;
  display: block;
}

.company-img-quote-text {
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin: 0 0 16px;
}

.company-img-role {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.company-img-name {
  font-family: 'General Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.company-img-title {
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.02em;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .company-grid {
    grid-template-columns: 1fr;
  }

  .company-image-col {
    min-height: 300px;
    order: -1;
  }
}

/* ================================================================
   PROCESS SECTION
   ================================================================ */

.process-section {
  background: #ffffff;
  margin-bottom: 40px;
}

/* Header */
.process-header {
  text-align: left;
  margin-bottom: 64px;
}

/* Single-column: body text stacks below title */
.process-header-cols {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}

@media (max-width: 768px) {
  .process-header {
    text-align: center;
  }

  .process-header-cols {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.process-eyebrow {
  display: inline-block;
  font-family: 'General Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0033FF;
  background: rgba(0, 51, 255, 0.07);
  border: 1px solid rgba(0, 51, 255, 0.16);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.process-heading {
  font-family: 'Neue Power', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: #01033E;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.process-subtext {
  font-family: 'General Sans', sans-serif;
  font-size: 16px;
  color: rgba(1, 3, 62, 0.50);
  margin: 0;
  max-width: 480px;
}

/* Grid: 4 cards + 3 arrow columns */
.process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0 12px;
  align-items: center;
}

/* ── Card base ── */
.process-card {
  background: #ffffff;
  border: 1px solid rgba(1, 3, 62, 0.08);
  border-radius: 20px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: stretch;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(1, 3, 62, 0.09);
  border-color: rgba(0, 51, 255, 0.18);
  background: rgba(0, 51, 255, 0.15);
}

/* Step number — no background, large typographic */
.process-number {
  font-family: 'General Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: rgba(1, 3, 62, 0.12);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

/* Card content */
.process-card-body {
  flex: 1;
  margin-bottom: 24px;
}

.process-title {
  font-family: 'Neue Power', sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  color: #01033E;
  margin-bottom: 10px;
  line-height: 1.3;
}

.process-desc {
  font-family: 'General Sans', sans-serif;
  font-size: 13px;
  color: rgba(1, 3, 62, 0.52);
  line-height: 1.72;
  margin: 0;
}

/* Week tag */
.process-tag {
  display: inline-block;
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #01033E;
  background: rgba(1, 3, 62, 0.05);
  border: 0.5px solid #807DFE;
  border-radius: 100px;
  padding: 4px 12px;
  align-self: flex-start;
}

/* ── Animated arrows ── */
.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
}

.arrow-svg {
  width: 48px;
  height: 20px;
  overflow: visible;
}

.arrow-path {
  stroke: #0033FF;
  stroke-width: 1.6;
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
  opacity: 0;
  transition:
    stroke-dashoffset 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}

/* Trigger when the grid's cards become visible — target via adjacent cards */
.process-card.visible ~ .process-arrow .arrow-path {
  stroke-dashoffset: 0;
  opacity: 1;
}

/* Stagger each arrow slightly after the preceding card */
.process-grid > .process-arrow:nth-child(2) .arrow-path { transition-delay: 0.20s; }
.process-grid > .process-arrow:nth-child(4) .arrow-path { transition-delay: 0.33s; }
.process-grid > .process-arrow:nth-child(6) .arrow-path { transition-delay: 0.46s; }

/* ── Step 04: active / blue ── */
.process-card-active {
  background: #0033FF !important;
  border-color: transparent !important;
  box-shadow: 0 16px 48px rgba(0, 51, 255, 0.26) !important;
}

.process-card-active:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(0, 51, 255, 0.34) !important;
}

.process-card-active .process-number {
  color: rgba(255, 255, 255, 0.22);
}

.process-card-active .process-title {
  color: #ffffff;
}

.process-card-active .process-desc {
  color: rgba(255, 255, 255, 0.68);
}

.process-card-active .process-tag {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

/* ── Step 4 Get Started button ── */
.process-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-family: 'General Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0033FF;
  background: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 8px 18px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.process-cta-btn::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.2s;
}

.process-cta-btn:hover {
  background: #f0f3ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.process-cta-btn:hover::after {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .process-arrow { display: none; }
}

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

/* ================================================================
   FULL STACK GRID SECTION
   ================================================================ */

/* Section background with dark overlay */
.fullstack-section {
  background: #0033FF !important;
  position: relative;
  padding-top: 100px !important;
}

.fullstack-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
  z-index: 0;
}

.fullstack-section .container {
  position: relative;
  z-index: 1;
}

/* Section heading — white, single line */
.fullstack-heading {
  color: #ffffff !important;
  white-space: nowrap;
}
.fullstack-section .heading-block {
  max-width: none;
}

/* 3-column card grid */
.fullstack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

/* Individual card */
.fullstack-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: transform 0.25s ease;
}

.fullstack-card:hover {
  transform: translateY(-4px);
}

/* Icon container — no background */
.fullstack-icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  flex-shrink: 0;
}

/* Modern inline SVG icons */
.fullstack-icon-wrap .icon-svg {
  width: 36px;
  height: 36px;
  color: #ffffff;
  overflow: visible;
}

/* ── Stroke-draw loading animation ── */
/* Default state: paths are "hidden" via dashoffset */
.fullstack-card .icon-svg path,
.fullstack-card .icon-svg line,
.fullstack-card .icon-svg polyline,
.fullstack-card .icon-svg rect,
.fullstack-card .icon-svg circle:not([fill="currentColor"]) {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
  transition:
    stroke-dashoffset 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}

/* Filled dot (lock keyhole) — fade only */
.fullstack-card .icon-svg circle[fill="currentColor"] {
  opacity: 0;
  transition: opacity 0.4s ease 0.7s;
}

/* Triggered when card gets .visible (from IntersectionObserver + data-stagger) */
.fullstack-card.visible .icon-svg path,
.fullstack-card.visible .icon-svg line,
.fullstack-card.visible .icon-svg polyline,
.fullstack-card.visible .icon-svg rect,
.fullstack-card.visible .icon-svg circle:not([fill="currentColor"]) {
  stroke-dashoffset: 0;
  opacity: 1;
}

.fullstack-card.visible .icon-svg circle[fill="currentColor"] {
  opacity: 1;
}

/* Stagger each element within the same icon */
.fullstack-card.visible .icon-svg *:nth-child(1) { transition-delay: 0.05s; }
.fullstack-card.visible .icon-svg *:nth-child(2) { transition-delay: 0.18s; }
.fullstack-card.visible .icon-svg *:nth-child(3) { transition-delay: 0.30s; }
.fullstack-card.visible .icon-svg *:nth-child(4) { transition-delay: 0.40s; }
.fullstack-card.visible .icon-svg *:nth-child(5) { transition-delay: 0.48s; }
.fullstack-card.visible .icon-svg *:nth-child(6) { transition-delay: 0.54s; }

/* Title */
.fullstack-title {
  font-family: 'General Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Description */
.fullstack-desc {
  font-family: 'General Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

/* ================================================================
   FULL STACK — SHOWCASE ROW
   ================================================================ */

.fullstack-showcase-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #807DFE;
  border-radius: 20px;
  padding: 25px;
  margin-top: 48px;
  gap: 16px;
  align-items: stretch;
}

/* Photo columns */
.showcase-photo {
  border-radius: 14px;
  overflow: hidden;
  min-height: 320px;
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 14px;
}

/* UI columns */
.showcase-ui {
  display: flex;
  align-items: stretch;
}

/* White card */
.showcase-ui-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* --- Analytics card --- */
.sui-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sui-label {
  font-family: 'General Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #01033E;
  letter-spacing: 0.01em;
}

.sui-badge {
  font-family: 'General Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #0033FF;
  background: rgba(0, 51, 255, 0.08);
  border: 1px solid rgba(0, 51, 255, 0.18);
  border-radius: 100px;
  padding: 2px 8px;
}

.sui-amount {
  font-family: 'General Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #01033E;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.sui-date {
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  color: rgba(1, 3, 62, 0.45);
  margin-top: 4px;
  margin-bottom: 16px;
}

/* Bar chart */
.sui-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 80px;
  flex: 1;
  margin-bottom: 14px;
}

.sui-bar {
  flex: 1;
  border-radius: 100px;
  background: linear-gradient(180deg, #01033E 0%, rgba(1, 3, 62, 0.25) 100%);
}

.sui-bar.active {
  background: linear-gradient(180deg, #807DFE 0%, rgba(128, 125, 254, 0.30) 100%);
}

.sui-footer {
  display: flex;
  justify-content: space-between;
  font-family: 'General Sans', sans-serif;
  font-size: 11px;
  color: rgba(1, 3, 62, 0.50);
  padding-top: 10px;
  border-top: 1px solid rgba(1, 3, 62, 0.07);
}

/* --- Nav card --- */
.sui-nav-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 3, 62, 0.06);
  border-radius: 8px;
  color: #01033E;
  margin-bottom: 20px;
}

.sui-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.sui-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'General Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(1, 3, 62, 0.55);
  padding: 8px 10px;
  border-radius: 8px;
  cursor: default;
  transition: background 0.15s ease;
}

.sui-nav-item svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.sui-nav-item.active {
  background: rgba(128, 125, 254, 0.10);
  color: #01033E;
  font-weight: 600;
}

.sui-nav-item.active svg {
  opacity: 1;
  stroke: #807DFE;
}

/* ================================================================
   RESPONSIVE — preserve glass on mobile
   ================================================================ */
@media (max-width: 768px) {
  .store-wrap {
    border-radius: 16px !important;
  }
  .integration-bg-wrap {
    border-radius: 20px !important;
    padding: 40px 24px !important;
  }
  .hero-stat-chips {
    gap: 8px;
  }
  .hero-stat-chip .stat-value {
    font-size: 16px;
  }
  .blog-hero-bg-wrap,
  .blog-wrap.hero-02 {
    border-radius: 16px !important;
  }

  /* Full stack grid — 2 columns on tablet */
  .fullstack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /* Showcase row — 2 columns on tablet */
  .fullstack-showcase-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  /* Full stack grid — single column on small mobile */
  .fullstack-grid {
    grid-template-columns: 1fr;
  }

  /* Showcase row — single column on small mobile */
  .fullstack-showcase-row {
    grid-template-columns: 1fr;
  }

  .showcase-photo {
    min-height: 260px;
  }
}

/* ================================================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ================================================================ */

/* ── Hero section ── */
@media (max-width: 991px) {
  /* Push hero content below the fixed 72px navbar so eyebrow pill is visible */
  .hero-section {
    min-height: auto !important;
    padding-top: 72px !important;
  }
  .home-hero {
    padding: 36px 20px 32px !important;
  }
}

@media (max-width: 767px) {
  /* 25px breathing room top + bottom on the hero inner content */
  .home-hero {
    padding: 50px 20px 50px !important;
  }
}

@media (max-width: 767px) {
  /* Hero heading — bigger and tighter */
  .home-hero-text-wrap .heading-01 {
    font-size: clamp(40px, 11vw, 64px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
  }

  .hero-subtitle {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  /* Hero partner strip — smaller logo */
  .hero-partner {
    gap: 8px;
  }
  .hero-partner-logo {
    height: 20px !important;
  }

  /* Rating tag (eyebrow pill) — smaller on mobile */
  .rating-tag-wrap {
    font-size: 11px !important;
    padding: 4px 12px 4px 4px !important;
    gap: 6px !important;
  }
  .rating-tag-wrap img:first-child {
    width: 18px !important;
    height: 18px !important;
  }

  /* ── Hero visual stage — taller than square so all 3 cards fit ── */
  .hero-visual-stage {
    aspect-ratio: 1 / 1.42 !important;
    border-radius: 22px !important;
    padding: 22px !important;
  }

  /* Photo 1 (flag/buildings) — top-left */
  .hv-photo-1 {
    top: 0 !important;
    left: 0 !important;
    width: 56% !important;
    height: 38% !important;
  }
  /* Photo 2 (dollar bill) — lower-right, overlaps photo 1 diagonally */
  .hv-photo-2 {
    top: 16% !important;
    right: 0 !important;
    width: 60% !important;
    height: 52% !important;
  }

  /* Trusted pill — top-right over flag photo */
  .hv-card-trusted {
    top: 6% !important;
    right: 4% !important;
    padding: 8px 12px !important;
    gap: 10px !important;
  }
  .hv-trust-label { font-size: 12px !important; }
  .hv-avatar { width: 22px !important; height: 22px !important; font-size: 8px !important; }

  /* Assessment card — wider + pulled higher for more gap */
  .hv-card-assessment {
    top: 36% !important;
    bottom: auto !important;
    left: 4% !important;
    right: auto !important;
    width: 82% !important;
    padding: 10px 12px !important;
    grid-template-columns: 32px 1fr 28px !important;
    gap: 10px !important;
  }
  .hv-assess-logo svg { width: 28px !important; height: 28px !important; }
  .hv-assess-title { font-size: 12px !important; }
  .hv-assess-sub { font-size: 10px !important; }
  .hv-assess-cta { width: 28px !important; height: 28px !important; }

  /* Progress card — wider + pushed lower for more gap */
  .hv-card-progress {
    top: auto !important;
    bottom: 4% !important;
    left: 4% !important;
    right: auto !important;
    width: 82% !important;
    padding: 12px 14px 10px !important;
  }
  .hv-progress-title { font-size: 12px !important; margin-bottom: 8px !important; }
  .hv-check-label { font-size: 11px !important; }
  .hv-check-desc { font-size: 9.5px !important; }
  .hv-checklist { gap: 6px !important; margin-bottom: 8px !important; }
  .hv-approver-block { margin-bottom: 8px !important; }
  .hv-meta-days-value { font-size: 16px !important; }
}

@media (max-width: 479px) {
  .home-hero-text-wrap .heading-01 {
    font-size: clamp(36px, 11vw, 52px) !important;
  }
  /* Extra-tall stage on small phones */
  .hero-visual-stage {
    aspect-ratio: 1 / 1.52 !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }
}

/* ── Trust / Logos section ── */
/* Hide duplicate logos on desktop — used only for mobile marquee */
.section._140px .logo-dup { display: none; }

@media (max-width: 767px) {
  .section._140px .logo-content img {
    height: 56px !important;
  }
  .section._140px .logo-content {
    padding: 6px 14px !important;
  }

  /* ── Mobile marquee — auto-scrolling logos ── */
  .section._140px .logo-marquee-wrap {
    overflow: hidden !important;
    width: 100%;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
  .section._140px .logo-content-block {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    overflow: visible !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    gap: 8px !important;
    animation: logoMarqueeScroll 22s linear infinite;
  }
  /* Show duplicates on mobile for seamless loop */
  .section._140px .logo-dup { display: flex !important; }

  @keyframes logoMarqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
}

@media (max-width: 479px) {
  .section._140px .logo-content img {
    height: 44px !important;
  }
  .section._140px .logo-content {
    padding: 6px 10px !important;
  }
  .section._140px .logo-content-block {
    animation-duration: 18s;
  }
}

/* ── Services section ── */
@media (max-width: 479px) {
  .store-wrap {
    padding: 28px 24px !important;
  }
  .card-stat {
    font-size: 40px !important;
  }
}

/* ── Features section (Pillar cards) ── */
@media (max-width: 991px) {
  /* Speed-to-Revenue pillar — bleed image to all four edges when stacked */
  .pillar-speed .testimonial-image-wrap {
    margin: -16px !important;
    width: calc(100% + 32px) !important;
    max-width: none !important;
    align-self: stretch !important;
  }
  .pillar-speed .testimonial-image-wrap .pillar-cover-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 280px;
    object-fit: cover !important;
  }
}

@media (max-width: 767px) {
  .testimonial-bg-wrap {
    margin-bottom: 24px !important;
    border-radius: 16px !important;
  }
  .testimonial-bg-content {
    padding: 32px 24px !important;
  }
}

@media (max-width: 479px) {
  .testimonial-bg-content {
    padding: 28px 20px !important;
  }
  .testimonial-bg-wrap .testimonial-image-wrap {
    min-height: 220px !important;
  }
}

/* ── Process section ── */
@media (max-width: 767px) {
  .process-header {
    margin-bottom: 40px !important;
  }
  .process-eyebrow {
    display: block;
    text-align: center;
  }
  .process-card {
    padding: 24px 20px 20px !important;
  }
}

/* ── Full Stack section ── */
@media (max-width: 767px) {
  /* Un-nowrap the heading on mobile */
  .fullstack-heading {
    white-space: normal !important;
    font-size: clamp(24px, 6vw, 40px) !important;
  }
  .fullstack-section {
    padding-top: 64px !important;
  }
  .fullstack-card {
    padding: 28px 20px !important;
  }
  /* Showcase row — tighten */
  .fullstack-showcase-row {
    padding: 18px !important;
    gap: 12px !important;
    margin-top: 32px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 479px) {
  .fullstack-section {
    padding-top: 52px !important;
  }
  /* Showcase row photo — taller on single col */
  .showcase-photo {
    min-height: 220px !important;
  }
  /* Showcase UI cards — compact */
  .showcase-ui-card {
    padding: 18px 16px !important;
  }
  .sui-amount {
    font-size: 18px !important;
  }
}

/* ── Company section ── */
@media (max-width: 767px) {
  .company-heading {
    font-size: clamp(28px, 7vw, 48px) !important;
  }
  .company-body {
    font-size: 15px !important;
  }
  .company-header {
    margin-bottom: 36px !important;
  }
}

@media (max-width: 479px) {
  .company-card {
    padding: 28px 24px !important;
  }
}

/* ── FAQ section ── */
@media (max-width: 479px) {
  .faq-heading {
    font-size: clamp(24px, 7vw, 36px) !important;
  }
  .faq-question {
    font-size: 14px !important;
    padding: 18px 0 !important;
  }
}

/* ── CTA section ── */
@media (max-width: 479px) {
  .cta-bg-content {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .cta-bg-content .heading-02 {
    font-size: clamp(24px, 7vw, 38px) !important;
  }
}

/* ── Footer section ── */
@media (max-width: 767px) {
  .footer-bg-content {
    gap: 40px !important;
  }
  /* Email input — allow narrower on mobile */
  #footer-form input[type="email"] {
    min-width: 120px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 479px) {
  /* Footer form — full-width pill */
  .footer-form-wrap {
    flex-wrap: nowrap !important;
    padding: 6px 6px 6px 16px !important;
  }
  #footer-form input[type="email"] {
    min-width: 80px !important;
  }
}

/* ── Services section heading ── */
@media (max-width: 767px) {
  .heading-block.apps-link .sub-heading-01---40px {
    font-size: clamp(20px, 5.5vw, 32px) !important;
  }
}

/* ================================================================
   NEWSLETTER TOAST POPUP
   ================================================================ */

/* ── Shake animation for invalid email ── */
@keyframes newsletter-shake {
  0%,100% { transform: translateX(0); }
  15%      { transform: translateX(-6px); }
  30%      { transform: translateX(5px); }
  45%      { transform: translateX(-4px); }
  60%      { transform: translateX(3px); }
  75%      { transform: translateX(-2px); }
  90%      { transform: translateX(1px); }
}

/* ── Progress bar drain ── */
@keyframes toast-drain {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}

/* ── Footer form — invalid state ── */
.footer-form-content.form-invalid {
  border-color: rgba(255, 90, 90, 0.7) !important;
  animation: newsletter-shake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.form-error-msg {
  font-size: 12px;
  color: rgba(255, 120, 120, 0.9);
  margin-top: 7px;
  min-height: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}
.form-error-msg.visible {
  max-height: 40px;
  opacity: 1;
}

/* ── Toast base (hidden) ── */
#newsletter-toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 300px;
  max-width: 380px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow:
    0 4px 6px rgba(1,3,62,0.04),
    0 12px 32px rgba(1,3,62,0.14),
    0 0 0 1px rgba(1,3,62,0.06);
  padding: 18px 16px 22px 18px;
  overflow: hidden;
  /* hidden state */
  opacity: 0;
  transform: translateY(18px) scale(0.95);
  pointer-events: none;
  transition:
    opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Toast visible state ── */
#newsletter-toast.toast-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* ── Toast dismiss state ── */
#newsletter-toast.toast-hide {
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  pointer-events: none;
}

/* ── Icon ── */
.toast-icon-wrap {
  flex-shrink: 0;
  margin-top: 1px;
}
.toast-icon-wrap svg { display: block; }

/* ── Text body ── */
.toast-body { flex: 1; min-width: 0; }
.toast-title {
  font-size: 14px;
  font-weight: 700;
  color: #01033E;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
}
.toast-sub {
  font-size: 12.5px;
  color: rgba(1,3,62,0.55);
  line-height: 1.5;
}

/* ── Close button ── */
.toast-close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(1,3,62,0.35);
  border-radius: 6px;
  margin-top: -2px;
  transition: background 0.15s, color 0.15s;
  padding: 0;
}
.toast-close:hover {
  background: rgba(1,3,62,0.06);
  color: rgba(1,3,62,0.7);
}

/* ── Auto-dismiss progress bar ── */
.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #7C3AED, #3B82F6);
  border-radius: 0 0 16px 16px;
  transform-origin: left center;
  transform: scaleX(0);
}
#newsletter-toast.toast-show .toast-progress {
  animation: toast-drain 4.5s linear forwards;
}

/* ── Mobile: full-width, bottom bar ── */
@media (max-width: 600px) {
  #newsletter-toast {
    left: 16px;
    right: 16px;
    bottom: 20px;
    min-width: 0;
    max-width: none;
  }
}
