/* =====================================================
   Viral Fox — Modern Layer
   Preserves all existing brand colors:
     Orange  : #F95D02 / rgba(249,93,2,255)
     Purple  : #2c0e4b
     Teal    : #00a69c
     Blue    : #6173f4
   ===================================================== */

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

/* ── Typography upgrade ─────────────────────────────── */
body {
  font-family: 'Inter', 'Source Sans Pro', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Source Sans Pro', Arial, sans-serif !important;
}

/* ── Navbar — sticky glass ──────────────────────────── */
#fh5co-header {
  position: sticky !important;
  top: 0;
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
  z-index: 1000;
  padding: 0;
}

#fh5co-header .navbar {
  min-height: 64px;
}

#fh5co-header #navbar li a span {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

/* CTA button in nav */
.navbar-cta-btn {
  background: rgba(249, 93, 2, 255) !important;
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.5;
  border: 2px solid rgba(249, 93, 2, 255) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  margin-top: 14px;
}

.navbar-cta-btn:hover,
.navbar-cta-btn:focus {
  background: #d94e00 !important;
  border-color: #d94e00 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(249, 93, 2, 0.3);
  text-decoration: none !important;
}

/* ── Hero slider improvements ───────────────────────── */
.fh5co-lead {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}

.fh5co-sub-lead {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 28px;
}

/* ── Stats strip ────────────────────────────────────── */
.vf-stats-strip {
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  padding: 0;
}

.vf-stats-strip .stat-item {
  text-align: center;
  padding: 28px 20px;
  border-right: 1px solid #E5E7EB;
}

.vf-stats-strip .stat-item:last-child {
  border-right: none;
}

.vf-stats-strip .stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: rgba(249, 93, 2, 255);
  line-height: 1;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}

.vf-stats-strip .stat-label {
  font-size: 13px;
  color: #6B7280;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* ── Section headings ───────────────────────────────── */
.section-heading h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px;
}

/* ── Content rows ───────────────────────────────────── */
.container > .row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container > .row img {
  border-radius: 12px;
}

.p1 h3 .s1,
.p1 h3 span {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.p1 p .s1,
.p1 > p {
  font-size: 16px;
  line-height: 1.75;
  color: #4B5563;
}

/* ── How It Works section ───────────────────────────── */
.vf-how-section {
  background: #2c0e4b;
  padding: 72px 0;
  color: #fff;
}

.vf-how-section .section-heading {
  margin-bottom: 16px;
}

.vf-how-section .section-heading h2 {
  color: #fff !important;
  font-size: 34px !important;
}

.vf-how-section .section-heading h2::after {
  background: rgba(249, 93, 2, 255) !important;
}

.vf-how-section .section-heading h3 {
  color: rgba(255, 255, 255, 0.65) !important;
}

.vf-step-card {
  text-align: center;
  padding: 32px 20px;
}

.vf-step-number {
  width: 56px;
  height: 56px;
  background: rgba(249, 93, 2, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 20px;
  font-family: 'Inter', sans-serif;
}

.vf-step-card h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vf-step-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* ── Page hero (inner pages) ────────────────────────── */
.vf-page-hero {
  background: linear-gradient(135deg, #2c0e4b 0%, #4a1a80 100%);
  padding: 72px 0 56px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.vf-page-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -8%;
  width: 500px;
  height: 500px;
  background: rgba(249, 93, 2, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.vf-page-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 350px;
  height: 350px;
  background: rgba(97, 115, 244, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.vf-page-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 14px;
  line-height: 1.15;
}

.vf-page-hero p.hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 580px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

.vf-page-tag {
  display: inline-block;
  background: rgba(249, 93, 2, 0.18);
  border: 1px solid rgba(249, 93, 2, 0.35);
  color: #ffaa75;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── Buttons ────────────────────────────────────────── */
.btn.btn-primary {
  border-radius: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s !important;
}

.btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(249, 93, 2, 0.3) !important;
}

.btn.btn-secondary {
  border-radius: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
  transition: background 0.2s !important;
}

.btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* ── Footer — modern grid ───────────────────────────── */
#footer {
  background: #2c0e4b !important;
  padding: 56px 0 0 !important;
}

/* Hide old footer nav list */
#footer-main-menu {
  display: none !important;
}

.vf-footer-grid {
  padding-bottom: 48px;
}

.vf-footer-brand img {
  height: 32px;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
  display: block;
}

.vf-footer-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  max-width: 240px;
  margin-bottom: 20px;
}

.vf-footer-social {
  display: flex;
  gap: 10px;
}

.vf-footer-social a {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.vf-footer-social a:hover {
  background: rgba(249, 93, 2, 255);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.vf-footer-col-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}

.vf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-footer-links li {
  margin-bottom: 9px;
}

.vf-footer-links li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.vf-footer-links li a:hover {
  color: #fff;
  text-decoration: none;
}

.vf-footer-links li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.6;
  display: block;
}

.vf-footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}

.vf-footer-bottom {
  padding: 18px 0;
}

.vf-footer-bottom p {
  color: rgba(255, 255, 255, 0.35) !important;
  font-size: 12px;
  margin: 0;
}

/* ── Contact form ───────────────────────────────────── */
#fp_business_lead_form .form-control {
  border-radius: 8px !important;
  border-color: #D1D5DB !important;
  font-size: 15px;
  padding: 10px 14px;
  height: auto;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #111827;
}

#fp_business_lead_form .form-control:focus {
  border-color: rgba(249, 93, 2, 255) !important;
  box-shadow: 0 0 0 3px rgba(249, 93, 2, 0.12) !important;
  outline: none;
}

#fp_business_lead_form label {
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  margin-bottom: 6px;
}

#fp_business_lead_form button[type="submit"] {
  background: rgba(249, 93, 2, 255) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: background 0.2s, transform 0.15s !important;
  width: 100%;
  cursor: pointer;
}

#fp_business_lead_form button[type="submit"]:hover {
  background: #d94e00 !important;
  transform: translateY(-1px);
}

/* ── Blog article layout ────────────────────────────── */
#fh5co-features .row[id^="blog"] {
  padding: 48px 0;
  border-bottom: 1px solid #E5E7EB;
}

#fh5co-features .row[id^="blog"]:last-child {
  border-bottom: none;
}

#fh5co-features .row[id^="blog"] img {
  border-radius: 12px;
}

.animate-features-1 {
  font-family: 'Inter', sans-serif;
}

/* ── Homepage hero (replaces carousel) ──────────────── */
.vf-main-hero {
  background: linear-gradient(150deg, #2c0e4b 0%, #491780 55%, #1a0a2e 100%);
  padding: 96px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.vf-main-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: rgba(249, 93, 2, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.vf-main-hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 380px;
  height: 380px;
  background: rgba(97, 115, 244, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.vf-hero-tag {
  display: inline-block;
  background: rgba(249, 93, 2, 0.15);
  border: 1px solid rgba(249, 93, 2, 0.32);
  color: #ffb07a;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.vf-hero-h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff !important;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  position: relative;
  z-index: 1;
}

.vf-hero-accent {
  color: rgba(249, 93, 2, 255);
}

.vf-hero-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  margin: 0 auto 36px;
  line-height: 1.72;
  position: relative;
  z-index: 1;
}

.vf-hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.vf-btn-outline {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 12px 28px !important;
  font-size: 15px !important;
  transition: background 0.2s, border-color 0.2s !important;
}

.vf-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: #fff !important;
}

.vf-hero-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.vf-hero-platforms .platform-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-right: 4px;
}

.platform-tag {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 3px 11px;
}

@media screen and (max-width: 768px) {
  .vf-main-hero {
    padding: 64px 0 56px;
  }

  .vf-hero-h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .vf-hero-sub {
    font-size: 16px;
  }

  .vf-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
}

/* ── Service cards (services page) ─────────────────── */
.vf-service-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 36px 28px;
  margin-bottom: 24px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}

.vf-service-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.vf-service-card--featured {
  border-color: rgba(249, 93, 2, 0.35);
  background: linear-gradient(160deg, #fff 60%, rgba(249, 93, 2, 0.04));
}

.vf-service-icon {
  width: 52px;
  height: 52px;
  background: rgba(249, 93, 2, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.vf-service-icon i {
  font-size: 22px;
  color: rgba(249, 93, 2, 255);
}

.vf-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}

.vf-service-card p {
  font-size: 15px;
  color: #4B5563;
  line-height: 1.7;
  margin-bottom: 16px;
}

.vf-service-link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(249, 93, 2, 255);
  text-decoration: none;
}

.vf-service-link:hover {
  color: #d94e00;
  text-decoration: none;
}

/* ── Check list (used on services page) ─────────────── */
.vf-check-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
}

.vf-check-list li {
  font-size: 15px;
  color: #374151;
  padding: 5px 0 5px 26px;
  position: relative;
  line-height: 1.5;
}

.vf-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(249, 93, 2, 255);
  font-weight: 700;
}

/* ── Responsive ─────────────────────────────────────── */
@media screen and (max-width: 768px) {
  .fh5co-lead {
    font-size: 32px !important;
  }

  .vf-page-hero h1 {
    font-size: 28px;
  }

  .vf-stats-strip .stat-item {
    border-right: none;
    border-bottom: 1px solid #E5E7EB;
    padding: 18px 12px;
  }

  .vf-stats-strip .stat-number {
    font-size: 28px;
  }

  .section-heading h2 {
    font-size: 24px !important;
  }

  .p1 h3 .s1,
  .p1 h3 span {
    font-size: 24px !important;
  }

  .vf-how-section {
    padding: 48px 0;
  }

  .vf-step-card {
    padding: 24px 12px;
  }

  .navbar-cta-btn {
    display: none !important;
  }
}
