/* fast-funding page — zero inline, theme-respecting, mobile responsive */
.hcp-fast-funding .ff-section { position: relative; }

/* Hero */
.hcp-fast-funding .ff-hero { position: relative; min-height: 80vh; }
.hcp-fast-funding .ff-hero-bg {
  position: absolute; inset: 0;
  background-image: url(/web/image/16117/fast_funding_hero_2026-04-25.png);
  background-size: cover;
  background-position: center;
}
.hcp-fast-funding .ff-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15, 30, 22, 0.78), rgba(15, 30, 22, 0.55));
}
.hcp-fast-funding .ff-hero-inner {
  position: relative; z-index: 1;
  padding: clamp(60px, 10vw, 140px) 0;
}
.hcp-fast-funding .ff-hero-h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 1rem;
}
.hcp-fast-funding .ff-hero-lede {
  font-size: clamp(1.05rem, 2.4vw, 1.5rem);
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  max-width: 780px; margin: 0 auto 2rem;
}
.hcp-fast-funding .ff-hero-cta { margin: 1.5rem 0 1rem; }
.hcp-fast-funding .ff-cta-btn {
  padding: 14px 36px;
  font-size: 1.05rem;
  letter-spacing: 0.4px;
}
.hcp-fast-funding .ff-hero-fineprint {
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  opacity: 0.85;
}

/* Section spacing */
.hcp-fast-funding .pt48 { padding-top: 48px; }
.hcp-fast-funding .pb48 { padding-bottom: 48px; }
.hcp-fast-funding .ff-section-h2 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  margin-bottom: 0.75rem;
}
.hcp-fast-funding .ff-section-lede {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 760px; margin: 0 auto 1rem;
}

/* Timeline */
.hcp-fast-funding .ff-timeline-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 16px;
  max-width: 880px; margin-left: auto; margin-right: auto;
}
.hcp-fast-funding .ff-timeline-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border-left: 6px solid #C8A96A;
}
.hcp-fast-funding .ff-timeline-marker {
  font-weight: 800;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #C8A96A;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hcp-fast-funding .ff-timeline-body p { margin-bottom: 0; }

/* Cards */
.hcp-fast-funding .ff-fast-card {
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hcp-fast-funding .ff-fast-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}
.hcp-fast-funding .ff-fast-icon {
  font-size: 2.4rem;
  color: #C8A96A;
}

/* Slow section */
.hcp-fast-funding .ff-slow-list {
  list-style: none; padding: 0;
  display: grid; gap: 14px;
}
.hcp-fast-funding .ff-slow-list li {
  padding: 14px 18px;
  border-left: 4px solid #C8A96A;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
}
.hcp-fast-funding .ff-slow-note {
  margin-top: 1.5rem;
  font-style: italic;
  opacity: 0.9;
}

/* Form */
.hcp-fast-funding .ff-form .form-control,
.hcp-fast-funding .ff-form .form-select {
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
}
.hcp-fast-funding .ff-form label { font-weight: 600; }
.hcp-fast-funding .ff-submit-btn {
  padding: 14px 48px;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 767px) {
  .hcp-fast-funding .ff-timeline-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .hcp-fast-funding .ff-hero-inner { padding: 60px 0; }
  .hcp-fast-funding .pt48 { padding-top: 32px; }
  .hcp-fast-funding .pb48 { padding-bottom: 32px; }
}
