/* Voice For Locals brand overrides */

:root {
  --vfl-red: #c41e3a;
  --vfl-red-dark: #9e1830;
  --vfl-red-light: #e8354f;
  --vfl-red-muted: rgba(196, 30, 58, 0.2);
  --vfl-red-ring: rgba(196, 30, 58, 0.13);
  --vfl-red-shadow: rgba(196, 30, 58, 0.24);
  --vfl-navy: #0a1628;
  --vfl-text: #051441;
  --vfl-gradient: linear-gradient(90deg, var(--vfl-red-dark) 0%, var(--vfl-red) 100%);
  --vfl-gradient-alt: linear-gradient(-120deg, var(--vfl-red-light) 0%, var(--vfl-red) 100%);
  --vfl-gradient-hero: linear-gradient(40deg, var(--vfl-red-dark) 0%, var(--vfl-red) 100%);
}

/* White site background */
body,
.body_wrapper {
  background: #fff;
}

.bg_color,
.agency_service_area,
.agency_about_area,
.agency_featured_area,
.fun_fact_area,
.fun_fact_area_two,
.agency_testimonial_area,
.sec_pad {
  background: #fff !important;
}

.agency_about_area .about_content_left {
  background: #fff;
}

/* Logo sizing — source files were ~1700px wide */
.navbar-brand.sticky_logo img,
.f-logo img {
  max-height: 86px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.header_area .navbar-brand {
  padding-top: 6px;
  padding-bottom: 6px;
}

.header_area.navbar_fixed .navbar-brand {
  max-height: none;
}

/* Header — dark text on white background */
.header_area .menu_one.menu_four .w_menu .nav-link {
  color: var(--vfl-text);
  font-weight: 500;
}

.header_area .menu_one.menu_four .btn_get {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
}

.header_area .menu_one.menu_four .btn_get:hover {
  background: var(--vfl-red-dark);
  border-color: var(--vfl-red-dark);
}

/* Hero — white background */
.agency_banner_area_two {
  background: #fff !important;
  background-image: none !important;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.agency_banner_area_two .dot_shap {
  display: none;
}

.agency_banner_area_two .agency_content_two h2,
.agency_banner_area_two .agency_content_two p,
.agency_banner_area_two .w_color {
  color: var(--vfl-text) !important;
}

.agency_banner_area_two .agency_banner_img {
  max-width: 100%;
  height: auto;
}

.agency_content_two .agency_banner_btn {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
  margin-right: 12px;
  color: #fff;
}

.agency_content_two .agency_banner_btn:hover {
  background: var(--vfl-red-dark);
  color: #fff;
}

.agency_content_two .agency_banner_btn_outline {
  background: transparent;
  border: 2px solid var(--vfl-red);
  color: var(--vfl-red);
  padding: 14px 32px;
  border-radius: 45px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}

.agency_content_two .agency_banner_btn_outline:hover {
  background: var(--vfl-red);
  color: #fff;
}

.vfl-impact-photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* Service cards */
.agency_service_item h5 {
  min-height: 48px;
}

/* Stats */
.fun_fact_area_two .fact_item h1 span {
  color: var(--vfl-red);
}

/* News cards */
.agency_testimonial_area .blog_grid_item {
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(5, 20, 65, 0.08);
  height: 100%;
  border-left: 4px solid var(--vfl-red);
  border: 1px solid #eee;
  border-left: 4px solid var(--vfl-red);
}

/* Buttons site-wide accent */
.about_btn,
.agency_banner_btn {
  background: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
  color: #fff !important;
}

.about_btn:hover,
.agency_banner_btn:hover {
  background: var(--vfl-red-dark) !important;
}

.btn_get.btn_hover {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
}

.btn_get.btn_hover:hover {
  background: var(--vfl-red-dark);
}

/* Header — always white bar */
.header_area {
  background: #fff;
  box-shadow: 0 2px 15px rgba(9, 30, 66, 0.06);
}

.header_area .sticky_logo img {
  display: none;
}

.header_area .sticky_logo img + img {
  display: block;
}

/* Inner pages breadcrumb */
.breadcrumb_area {
  padding-top: 140px;
  background: #fff !important;
}

.breadcrumb_area .breadcrumb_content h1,
.breadcrumb_area .breadcrumb_content p,
.breadcrumb_area .w_color {
  color: var(--vfl-text) !important;
}

.breadcrumb_area .breadcrumb_shap {
  display: none;
}

/* Footer — SaasLand new_footer_area + VFL brand */
.vfl-footer.new_footer_area {
  background: #fbfbfd !important;
}

.vfl-footer .new_footer_top {
  padding: 80px 0 40px;
}

.vfl-footer .footer_bg {
  display: none !important;
}

.vfl-footer .new_footer_top .f-title {
  color: var(--vfl-text);
}

.vfl-footer .new_footer_top .company_widget p {
  color: #5a6278;
}

.vfl-footer .new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: var(--vfl-red);
}

.vfl-footer .new_footer_top .f_social_icon a:hover {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
}

.vfl-footer .btn_get_two {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
  box-shadow: none;
}

.vfl-footer .btn_get_two:hover {
  background: var(--vfl-red-dark);
  border-color: var(--vfl-red-dark);
}

.vfl-footer .vfl-linkedin-btn {
  margin-top: 0;
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  color: #fff !important;
}

.vfl-footer .vfl-linkedin-btn:hover {
  background: #004182 !important;
  border-color: #004182 !important;
  color: #fff !important;
}

.vfl-footer .footer_bottom a {
  color: #6a7695;
}

.vfl-footer .footer_bottom a:hover {
  color: var(--vfl-red);
}

/* New menu dropdowns */
.menu_one .dropdown-menu {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.1);
  padding: 8px 0;
  min-width: 220px;
}

.menu_one .dropdown-menu .nav-link {
  padding: 8px 20px;
  color: var(--vfl-text) !important;
  font-size: 15px;
}

.menu_one .dropdown-menu .nav-link:hover {
  color: var(--vfl-red) !important;
  background: #fafafa;
}

/* VFL components */
.vfl-eyebrow {
  color: var(--vfl-red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 12px;
}

.vfl-subhead {
  color: #555;
}

.vfl-section-lead {
  max-width: 760px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 28px;
  color: #5a6278;
}

/* Why It Matters — SaasLand process flow (process.html) + VFL brand */
#why-it-matters {
  overflow: visible;
}

.process_area .vfl-process-flow {
  position: relative;
  padding-bottom: 48px;
  overflow: hidden;
}

.vfl-process-flow .dot_img {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  width: 641px;
  max-width: 56%;
  max-height: 1980px;
  height: auto;
  object-fit: cover;
  object-position: top left;
  pointer-events: none;
  /* divider.png is white dashes on black — invert for white page */
  filter: invert(1);
  opacity: 0.45;
}

.vfl-process-flow .middle_dot {
  display: none;
}

.vfl-process-flow .agency_featured_item {
  position: relative;
  z-index: 2;
  background: transparent;
}

.vfl-process-flow .dot,
.vfl-process-flow .middle_dot {
  z-index: 3;
}

.vfl-process-img {
  position: relative;
}

.vfl-process-flow .agency_featured_img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.1);
}

.vfl-process-step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--vfl-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.25);
}

.vfl-process-flow .agency_featured_content .number {
  display: block;
  margin-bottom: 8px;
}

/* Steps 2 & 4 — number at top of content, image pushed down */
.vfl-process-flow .agency_featured_item_two .agency_featured_content .number {
  margin-top: 0;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .vfl-process-flow .vfl-process-img-offset {
    margin-top: 88px;
  }
}

.vfl-process-flow .agency_featured_content h3 {
  color: var(--vfl-text);
}

.vfl-process-flow .agency_featured_content p {
  color: #5a6278;
}

.vfl-process-dot {
  background-color: rgba(196, 30, 58, 0.12);
}

.vfl-process-dot .dot1,
.vfl-process-dot .dot2 {
  background: var(--vfl-red);
}

.vfl-process-flow .agency_featured_content .icon {
  background: var(--vfl-red);
  background-image: none;
  box-shadow: 0 10px 20px rgba(196, 30, 58, 0.2);
  color: #fff;
}

.vfl-process-flow .agency_featured_content .icon:hover {
  background: var(--vfl-red-dark);
  color: #fff;
}

@media (min-width: 992px) {
  .vfl-process-flow .dot_img,
  .vfl-process-flow .dot {
    display: block !important;
  }
}

.vfl-section-alt {
  background: #fff !important;
}

.vfl-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s ease;
}

.vfl-card:hover {
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.08);
}

.vfl-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 12px;
}

.vfl-card p {
  color: #666;
  font-size: 15px;
  margin-bottom: 0;
}

.vfl-card a {
  color: var(--vfl-red);
  font-size: 14px;
  font-weight: 500;
}

.vfl-card-icon {
  width: 52px;
  height: 52px;
  background: rgba(196, 30, 58, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.vfl-card-icon i {
  font-size: 22px;
  color: var(--vfl-red);
}

.vfl-card-news {
  border-left: 4px solid var(--vfl-red);
}

.vfl-news-card {
  padding: 0;
  overflow: hidden;
  border-left: none;
}

.vfl-news-thumb {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f5f8;
}

.vfl-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.3s ease;
}

.vfl-news-card:hover .vfl-news-thumb img {
  transform: scale(1.04);
}

.vfl-news-body {
  padding: 24px;
}

/* Home page news cards — compact thumbnails */
.vfl-home-news .vfl-home-news-grid {
  --vfl-home-news-max: 300px;
}

.vfl-home-news .vfl-news-card {
  max-width: var(--vfl-home-news-max);
  margin: 0 auto;
}

.vfl-home-news .vfl-news-thumb {
  aspect-ratio: 16 / 9;
  max-height: 120px;
}

.vfl-home-news .vfl-news-thumb img {
  object-fit: cover;
  object-position: center;
}

.vfl-home-news .vfl-news-body {
  padding: 16px 18px 20px;
}

.vfl-home-news .vfl-news-body h5 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.vfl-home-news .vfl-news-body p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vfl-home-news .vfl-card-date {
  font-size: 12px;
}

@media (max-width: 991px) {
  .vfl-home-news .vfl-home-news-grid {
    --vfl-home-news-max: 100%;
  }

  .vfl-home-news .vfl-news-thumb {
    max-height: 140px;
  }
}

/* News & Media hero */
.vfl-news-hero {
  position: relative;
  overflow: hidden;
  padding-top: 156px;
  padding-bottom: 64px;
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.vfl-news-hero .container {
  position: relative;
  z-index: 1;
}

.vfl-news-hero .vfl-doodle {
  opacity: 0.35;
}

.vfl-news-hero-content {
  text-align: left;
}

.vfl-news-hero .vfl-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.vfl-news-hero h1,
.vfl-news-hero .breadcrumb_content h1 {
  color: #fff !important;
}

.vfl-news-hero h1 span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.vfl-news-hero p,
.vfl-news-hero .breadcrumb_content p {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 520px;
}

.vfl-news-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  margin-top: 36px;
}

.vfl-news-hero-stat strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.vfl-news-hero-stat span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
}

.vfl-news-hero-collage {
  position: relative;
  min-height: 340px;
}

.vfl-news-hero-card {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: #fff;
}

.vfl-news-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vfl-news-hero-card--1 {
  width: 58%;
  aspect-ratio: 4 / 3;
  top: 0;
  right: 0;
  transform: rotate(4deg);
  z-index: 3;
}

.vfl-news-hero-card--2 {
  width: 50%;
  aspect-ratio: 4 / 3;
  bottom: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: 2;
}

.vfl-news-hero-card--3 {
  width: 44%;
  aspect-ratio: 1 / 1;
  top: 38%;
  left: 38%;
  transform: rotate(7deg);
  z-index: 1;
  opacity: 0.92;
}

.vfl-news-hero-ticker {
  margin-top: 52px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.vfl-news-ticker-marquee {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: vfl-news-ticker-scroll 45s linear infinite;
}

.vfl-news-ticker-marquee:hover {
  animation-play-state: paused;
}

@keyframes vfl-news-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.vfl-news-pill-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.vfl-news-pill-light:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vfl-red);
}

@media (max-width: 991px) {
  .vfl-news-hero {
    padding-top: 140px;
    padding-bottom: 48px;
  }

  .vfl-news-hero-content {
    text-align: center;
  }

  .vfl-news-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .vfl-news-hero-stats {
    justify-content: center;
  }

  .vfl-news-hero-ticker {
    margin-top: 36px;
  }
}

.vfl-stat h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--vfl-text);
}

.vfl-stat h3 span {
  color: var(--vfl-red);
}

.vfl-stat p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}

.vfl-video-card {
  text-align: center;
  min-height: 140px;
}

.vfl-video-card i {
  font-size: 36px;
  color: var(--vfl-red);
  margin-bottom: 12px;
  display: block;
}

/* Partners — logo carousel strip */
#partners.sec_pad {
  padding-top: 64px;
  padding-bottom: 64px;
}

#partners .section_title.mb_60 {
  margin-bottom: 36px !important;
}

.vfl-partner-logo-strip {
  position: relative;
  padding: 28px 0 12px;
  border-top: 1px solid #eceef3;
  border-bottom: 1px solid #eceef3;
  background: #fff;
  overflow: hidden;
}

.vfl-partner-logo-strip::before,
.vfl-partner-logo-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.vfl-partner-logo-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.vfl-partner-logo-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.vfl-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 0 12px;
}

.vfl-partner-logo img {
  max-width: 140px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.25s ease;
}

.vfl-partner-logo:hover img {
  transform: scale(1.04);
}

.vfl-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.vfl-list li {
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid #eee;
  position: relative;
  color: #444;
}

.vfl-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: var(--vfl-red);
  border-radius: 50%;
}

.vfl-section {
  scroll-margin-top: 100px;
}

#news {
  scroll-margin-top: 176px;
}

.agency_banner_btn_outline {
  background: transparent;
  border: 2px solid var(--vfl-red);
  color: var(--vfl-red);
  padding: 14px 28px;
  border-radius: 45px;
  font-weight: 500;
  display: inline-block;
}

.agency_banner_btn_outline:hover {
  background: var(--vfl-red);
  color: #fff;
}

.vfl-cta .agency_banner_btn_outline {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}

.vfl-cta .agency_banner_btn_outline:hover {
  background: #fff !important;
  color: var(--vfl-red) !important;
}

.gap-2 { gap: 0.5rem; }

/* App download buttons on audience pages */
.get_started_area .app_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  margin-right: 12px;
}

.vfl-store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.vfl-store-badge {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.vfl-store-badge:hover {
  opacity: 0.85;
}

.vfl-store-badge img {
  height: 44px;
  width: auto;
}

.n_hero_banner_area .vfl-hero-store-badges {
  margin-top: 24px;
}

.n_hero_banner_area .vfl-hero-store-badges .vfl-store-badge img {
  height: 48px;
}

.vfl-store-availability-note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #60656d;
}

.vfl-store-availability-note--center {
  text-align: center;
}

.vfl-store-availability-note a {
  color: var(--vfl-red);
  text-decoration: underline;
}

.vfl-store-availability-note a:hover {
  color: var(--vfl-red-dark);
}

.n_hero_banner_area .vfl-store-availability-note {
  color: rgba(255, 255, 255, 0.88);
}

.n_hero_banner_area .vfl-store-availability-note a {
  color: #fff;
}

.n_hero_banner_area .vfl-store-availability-note a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.support_help_area .vfl-store-availability-note {
  margin-top: 12px;
}

/* Achievement stats roller — all WIIF pages */
.vfl-stats-roller {
  background: var(--vfl-red);
  padding: 32px 0;
  overflow: hidden;
  position: relative;
}

.vfl-stats-roller-slider .owl-stage-outer {
  overflow: visible;
}

.vfl-stats-roller-item {
  text-align: center;
  color: #fff;
  padding: 8px 20px;
}

.vfl-stats-roller-item h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}

.vfl-stats-roller-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  line-height: 22px;
}

#business-testimonials.vfl-testimonial-section {
  background: #fff;
}

.vfl-wiif-businesses #business-testimonials .author_description {
  margin-top: 0;
}

.vfl-pricing-section {
  position: relative;
  overflow: hidden;
}

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

.vfl-pricing-section .price_box_two {
  position: relative;
  overflow: hidden;
}

.vfl-pricing-section .price_box_two .tag {
  position: absolute;
  font: 400 14px "Poppins", sans-serif;
  color: #fff;
  background: var(--vfl-red);
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  transform: rotate(-45deg);
}

.vfl-pricing-section .price_box_two .tag span {
  position: relative;
  top: 11px;
}

.vfl-pricing-section .price_box_two .rate sub {
  font-size: 18px;
  font-weight: 400;
  bottom: 0;
}

.vfl-pricing-tabs {
  margin-bottom: 0;
}

.vfl-wiif-businesses .vfl-pricing-section .price_box_two {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .vfl-pricing-layout {
    margin-top: 32px;
  }
}

.vfl-pricing-layout {
  margin-top: 48px;
}

.vfl-pricing-layout .price_box_two {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vfl-pricing-layout .price_box_two .purchase_btn_two {
  margin-top: auto;
}

.vfl-pricing-includes-label {
  font-size: 14px;
  font-weight: 400;
  color: #727988;
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif;
}

.vfl-pricing-feature-list {
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
}

.vfl-pricing-feature-list li {
  line-height: 28px;
  color: #727988;
  font-weight: 400;
}

.vfl-pricing-additional-label {
  margin-top: 16px;
}

.vfl-pricing-additional-list {
  padding-bottom: 0;
}

.vfl-pricing-store-badges {
  margin: 24px auto 8px;
  justify-content: center;
}

.vfl-pricing-benefits-panel {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 11, 40, 0.06);
  border: 1px solid rgb(240, 243, 250);
  padding: 32px 28px;
}

.vfl-pricing-benefits-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef0f5;
}

.vfl-pricing-benefits-intro {
  font-size: 15px;
  line-height: 26px;
  color: #5a6278;
  margin: -8px 0 20px;
}

.vfl-pricing-benefits-panel .vfl-benefit-icon-cell {
  padding-top: 18px;
  padding-bottom: 18px;
}

.vfl-pricing-benefits-panel .vfl-benefit-copy-cell {
  padding-top: 18px;
  padding-bottom: 18px;
}

.vfl-pricing-benefits-table {
  border-collapse: separate;
  border-spacing: 0;
}

.vfl-pricing-benefits-table tr + tr td {
  border-top: 1px solid #eef0f5;
}

.vfl-pricing-benefits-table tr:first-child td {
  padding-top: 0;
}

.vfl-benefit-icon-cell {
  width: 96px;
  vertical-align: top;
  padding: 24px 16px 24px 0;
}

.vfl-benefit-copy-cell {
  vertical-align: top;
  padding: 24px 0;
}

.vfl-benefit-copy-cell h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 10px;
}

.vfl-benefit-copy-cell p {
  font-size: 15px;
  line-height: 26px;
  color: #5a6278;
  margin-bottom: 0;
}

.vfl-payment-feature-icon {
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vfl-payment-feature-icon i {
  font-size: 30px;
  color: var(--vfl-red);
}

@media (max-width: 991px) {
  .vfl-benefit-icon-cell {
    width: 72px;
    padding-right: 12px;
  }

  .vfl-payment-feature-icon {
    width: 56px;
    height: 56px;
  }

  .vfl-payment-feature-icon i {
    font-size: 24px;
  }
}

.get_started_area .app_btn_one {
  background: #222;
  color: #fff;
}

.get_started_area .app_btn_two {
  background: #000;
  color: #fff;
}

.n_banner_btn.me-2 {
  margin-right: 12px;
}

/* Mobile */
@media (max-width: 991px) {
  .agency_banner_area_two {
    min-height: auto;
    padding-top: 100px;
    text-align: center;
  }

  .agency_banner_area_two .row {
    flex-direction: column-reverse;
  }

  .agency_content_two .action_btn {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* Doodle accents — decorative only, white page stays clean */
.vfl-hero-area,
.vfl-section,
.fun_fact_area_two,
.agency_testimonial_area,
.payment_testimonial_area,
.vfl-cta {
  position: relative;
  overflow: hidden;
}

.vfl-hero-area,
.vfl-section,
.vfl-section-alt,
.payment_testimonial_area {
  background: #fff !important;
}

#partners,
#news {
  background: #fff !important;
}

.vfl-cta {
  background: var(--vfl-red) !important;
}

.vfl-cta .vfl-doodles {
  display: none;
}

.vfl-cta .vfl-eyebrow,
.vfl-cta h2,
.vfl-cta .t_color3 {
  color: #fff !important;
}

.vfl-cta p {
  color: #fff;
  opacity: 0.95;
}

.vfl-cta .agency_banner_btn {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--vfl-red) !important;
}

.vfl-cta .agency_banner_btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.vfl-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.vfl-doodle {
  position: absolute;
  opacity: 0.42;
  max-width: 72px;
  height: auto;
}

.vfl-doodle-lg {
  max-width: 96px;
}

.vfl-doodle-sm {
  max-width: 48px;
}

.vfl-doodle-a { top: 12%; right: 4%; }
.vfl-doodle-b { bottom: 10%; left: 3%; }
.vfl-doodle-c { top: 18%; left: 2%; }
.vfl-doodle-d { bottom: 14%; right: 5%; }
.vfl-doodle-e { top: 8%; right: 8%; }
.vfl-doodle-f { bottom: 8%; left: 6%; }

.vfl-hero-area .container,
.vfl-section .container,
.fun_fact_area_two .container,
.agency_testimonial_area .container,
.vfl-cta .container {
  position: relative;
  z-index: 1;
}

/* Home hero */
.vfl-hero-area {
  min-height: auto !important;
  height: auto !important;
  padding-top: 168px;
  padding-bottom: 80px;
}

.vfl-hero-img {
  text-align: center;
}

.vfl-hero-img img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 8px;
}

.vfl-hero-area .banner_text h2 {
  margin-bottom: 36px;
}

.vfl-hero-area .banner_text p {
  margin-bottom: 32px;
}

.vfl-hero-area .vfl-hero-btn {
  background-color: var(--vfl-red);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 1), 0 3px 10px rgba(5, 20, 65, 0.04);
}

.vfl-hero-area .vfl-hero-btn:hover {
  background-color: var(--vfl-red-dark);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 1), 0 2px 6px rgba(5, 20, 65, 0.04);
}

.banner_text .vfl-hero-tagline {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  margin-bottom: 16px;
}

.banner_text .vfl-hero-line {
  display: block;
}

.banner_text .vfl-hero-typed {
  display: inline;
  margin-top: 6px;
  background: transparent;
}

/* Disable full-width mark bar; underline tracks typed text instead */
.banner_text mark.vfl-hero-typed:after {
  display: none;
  content: none;
  width: 0;
}

.banner_text .typed {
  font-weight: 700;
  color: var(--vfl-text);
  background-image: linear-gradient(rgba(196, 30, 58, 0.45), rgba(196, 30, 58, 0.45));
  background-size: 92% 4px;
  background-repeat: no-repeat;
  background-position: 0 90%;
}

.banner_text .typed-cursor {
  color: var(--vfl-red);
  font-weight: 300;
  opacity: 0.65;
}

.banner_text .dmeo_banner_btn_two {
  margin-left: 12px;
}

.vfl-hero-area .vfl-hero-btn-outline,
.vfl-hero-area .dmeo_banner_btn_two {
  background-color: #fff !important;
  color: var(--vfl-red) !important;
  border: 2px solid var(--vfl-red) !important;
  box-shadow: none !important;
}

.vfl-hero-area .vfl-hero-btn-outline:hover,
.vfl-hero-area .dmeo_banner_btn_two:hover {
  background-color: #fff !important;
  color: var(--vfl-red-dark) !important;
  border-color: var(--vfl-red-dark) !important;
  box-shadow: none !important;
}

.vfl-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.vfl-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.vfl-impact-stats .vfl-stat {
  padding: 20px 12px;
}

.vfl-testimonial-tabs {
  flex-wrap: wrap;
  gap: 8px;
}

.vfl-testimonial-tabs .nav-link {
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  color: var(--vfl-text);
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 4px;
}

.vfl-testimonial-tabs .nav-link.active,
.vfl-testimonial-tabs .nav-link:hover {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
  color: #fff;
}

/* Testimonials — SaasLand payment_testimonial_area style */
.vfl-testimonial-section.payment_testimonial_area {
  background: #fff !important;
  padding-top: 72px;
  padding-bottom: 72px;
}

#testimonials .section_title.mb_60 {
  margin-bottom: 40px !important;
}

.vfl-testimonial-slider-wrap {
  position: relative;
  padding: 0 40px 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.vfl-testimonial-section .payment_testimonial_info {
  align-items: center;
}

.vfl-testimonial-section .payment_testimonial_info .testimonial_content {
  margin-top: 0;
  padding-left: 56px;
  position: relative;
}

.vfl-testimonial-section .payment_testimonial_info .testimonial_content .icon {
  color: rgba(196, 30, 58, 0.1);
  font-size: 160px;
  height: 88px;
  left: -18px;
}

.vfl-testimonial-section .payment_testimonial_info .testimonial_content p {
  color: var(--vfl-text);
  font-size: 17px !important;
  line-height: 28px;
  margin-bottom: 20px;
}

.vfl-testimonial-section .payment_testimonial_info .testimonial_content .author {
  color: var(--vfl-text);
  font-size: 18px !important;
}

.vfl-testimonial-section .payment_testimonial_info .testimonial_content .author_description {
  color: #5a6278;
  font-size: 14px;
}

.vfl-testimonial-section .testimonial_img {
  margin-bottom: 0;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-testimonial-section .testimonial_img img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(5, 20, 65, 0.1);
}

.vfl-testimonial-slider-wrap .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
}

.vfl-testimonial-slider-wrap .owl-nav button {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  color: var(--vfl-text) !important;
  font-size: 18px !important;
  line-height: 44px !important;
  box-shadow: 0 4px 16px rgba(5, 20, 65, 0.08);
  transition: all 0.2s ease;
}

.vfl-testimonial-slider-wrap .owl-nav button:hover {
  background: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
  color: #fff !important;
}

.vfl-testimonial-slider-wrap .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.vfl-testimonial-slider-wrap .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.vfl-testimonial-slider-wrap .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.vfl-testimonial-slider-wrap .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px 6px;
  background: #ddd;
}

.vfl-testimonial-slider-wrap .owl-dot.active span,
.vfl-testimonial-slider-wrap .owl-dot:hover span {
  background: var(--vfl-red);
}

@media (max-width: 991px) {
  .vfl-testimonial-slider-wrap {
    padding: 0 0 32px;
  }

  .vfl-testimonial-slider-wrap .owl-nav {
    display: none;
  }

  .vfl-testimonial-section .payment_testimonial_info .testimonial_content {
    padding-left: 44px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .vfl-testimonial-section .testimonial_img {
    max-width: 200px;
  }

  .vfl-testimonial-section .testimonial_img img {
    max-height: 160px;
  }
}

.vfl-news-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.vfl-news-scroll-track {
  display: flex;
  gap: 12px;
  min-width: min-content;
}

.vfl-news-pill {
  flex: 0 0 auto;
  padding: 12px 22px;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  color: var(--vfl-text);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.vfl-news-pill:hover {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
  color: #fff;
  text-decoration: none;
}

.vfl-card-date {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--vfl-red);
}

#impact.fun_fact_area_two {
  background: var(--vfl-red) !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

#impact .vfl-doodles {
  display: none;
}

#impact .vfl-eyebrow {
  color: #fff;
}

#impact .section_title h2,
#impact .section_title .t_color3 {
  color: #fff !important;
}

#impact .vfl-stat h3 {
  color: #fff;
}

#impact .vfl-stat h3 span {
  color: #fff;
}

#impact .vfl-stat p {
  color: #fff;
  opacity: 0.95;
}

@media (max-width: 991px) {
  .header_area .menu_one {
    padding: 14px 0;
  }

  .vfl-hero-area {
    padding-top: 176px;
    padding-bottom: 60px;
  }

  .banner_text h2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .vfl-hero-area {
    padding-top: 188px;
  }

  .vfl-doodle {
    opacity: 0.28;
    max-width: 52px;
  }

  .vfl-doodle-lg {
    max-width: 64px;
  }

  .vfl-hero-img {
    margin-top: 32px;
  }

  .vfl-hero-img img {
    max-width: 100%;
  }

  .banner_text .dmeo_banner_btn_two {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  .vfl-testimonial-tabs .nav-link {
    font-size: 13px;
    padding: 8px 14px;
  }
}

/* About Us page */
.vfl-about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 156px;
  padding-bottom: 72px;
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.vfl-about-hero .container {
  position: relative;
  z-index: 1;
}

.vfl-about-hero .vfl-doodle {
  opacity: 0.35;
}

.vfl-about-hero-content {
  text-align: left;
}

.vfl-about-hero-content--centered {
  text-align: center;
}

.vfl-about-hero-content--centered p {
  margin-left: auto;
  margin-right: auto;
}

.vfl-about-hero .vfl-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.vfl-about-hero h1,
.vfl-about-hero .breadcrumb_content h1 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.vfl-about-hero h1 .vfl-about-hero-highlight {
  font-weight: 700 !important;
  color: #fff !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 0 92%;
}

.vfl-about-hero p,
.vfl-about-hero .breadcrumb_content p {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 520px;
}

.vfl-about-hero .n_banner_btn.vfl-btn-hero-light {
  background: #fff !important;
  color: var(--vfl-red) !important;
  border: 2px solid #fff !important;
}

.vfl-about-hero .n_banner_btn.vfl-btn-hero-light:hover {
  background: transparent !important;
  color: #fff !important;
}

.vfl-about-hero-founder-photo {
  max-width: 420px;
  margin-right: auto;
}

.vfl-about-hero-founder-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.vfl-founder-actions--hero {
  flex-wrap: nowrap;
  margin-top: 28px;
}

.vfl-about-hero .vfl-founder-actions .vfl-linkedin-btn,
.vfl-about-hero .vfl-founder-actions .vfl-founder-note-btn {
  margin: 0;
}

.vfl-about-hero .vfl-linkedin-btn {
  background: #fff !important;
  color: var(--vfl-red) !important;
  border: 2px solid #fff !important;
}

.vfl-about-hero .vfl-linkedin-btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.vfl-about-hero .vfl-founder-note-btn {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.vfl-about-hero .vfl-founder-note-btn:hover {
  background: #fff !important;
  color: var(--vfl-red) !important;
}

.vfl-about-hero-gallery-wrap {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-about-hero-gallery {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  border: 3px solid rgba(255, 255, 255, 0.9);
  background: #fff;
}

.vfl-about-hero-gallery .item {
  aspect-ratio: 4 / 3;
}

.vfl-about-hero-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vfl-about-hero-gallery .owl-dots {
  margin-top: 18px;
}

.vfl-about-hero-gallery .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.35);
}

.vfl-about-hero-gallery .owl-dots .owl-dot.active span {
  background: #fff;
}

.vfl-about-nav {
  position: sticky;
  top: 72px;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #eceef3;
  box-shadow: 0 4px 16px rgba(5, 20, 65, 0.04);
}

.vfl-about-nav-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vfl-about-nav-list li {
  flex: 0 0 auto;
}

.vfl-about-nav-list a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  color: var(--vfl-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.vfl-about-nav-list a:hover {
  background: var(--vfl-red);
  border-color: var(--vfl-red);
  color: #fff;
}

.vfl-about-photo {
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.1);
}

.vfl-about-media {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f5f8;
  border: 1px solid #eceef3;
  aspect-ratio: 16 / 10;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.08);
}

#founders-story .vfl-about-media {
  background: transparent;
  border: none;
  box-shadow: none;
  aspect-ratio: auto;
  overflow: visible;
}

#founders-story .vfl-about-media img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.1);
}

.vfl-founder-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.vfl-founder-note-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 45px;
  background: transparent !important;
  color: var(--vfl-red) !important;
  border: 2px solid var(--vfl-red) !important;
}

.vfl-founder-note-btn:hover {
  background: var(--vfl-red) !important;
  color: #fff !important;
}

.vfl-about-pillars a.vfl-card-link h5,
.vfl-about-pillars a.vfl-card-link p {
  color: inherit;
}

.vfl-about-pillars a.vfl-card-link:hover h5 {
  color: var(--vfl-red);
}

.vfl-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vfl-about-card-media {
  margin: 0 -24px 20px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f5f8;
  border-bottom: 1px solid #eceef3;
}

.vfl-about-pillars .vfl-card {
  padding-top: 0;
  overflow: hidden;
}

.vfl-about-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.vfl-about-card-media--fit {
  aspect-ratio: 16 / 10;
  background: #eceef3;
}

.vfl-about-card-media--fit img {
  object-fit: contain;
  object-position: center center;
}

.vfl-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 14px 28px;
  border-radius: 45px;
}

.vfl-linkedin-btn i {
  font-size: 18px;
  line-height: 1;
}

.vfl-about-pillars .vfl-card h5 {
  min-height: 2.6em;
}

.vfl-about-award {
  border-top: 4px solid var(--vfl-red);
}

.vfl-about-card-media--award {
  aspect-ratio: auto;
  height: auto;
  overflow: visible;
  margin: 0 -24px 20px;
  background: #fff;
  border-bottom: 1px solid #eceef3;
}

.vfl-about-card-media--award img {
  width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
}

.vfl-about-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vfl-about-timeline-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
}

.vfl-about-timeline-num {
  display: inline-block;
  background: rgba(196, 30, 58, 0.1);
  color: var(--vfl-red);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.vfl-about-timeline-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 10px;
}

.vfl-about-timeline-item p {
  color: #666;
  font-size: 15px;
  margin-bottom: 0;
}

.vfl-about-team-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
}

.vfl-about-team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
}

.vfl-about-team-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 6px;
}

.vfl-about-role {
  color: var(--vfl-red);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.vfl-about-advisor h5 {
  margin-bottom: 6px;
}

.vfl-about-milestones {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-about-video-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.vfl-about-video-link img {
  width: 100%;
  display: block;
}

.vfl-about-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--vfl-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(196, 30, 58, 0.35);
  transition: transform 0.2s ease;
}

.vfl-about-video-link:hover .vfl-about-play {
  transform: translate(-50%, -50%) scale(1.06);
}

#jobs.vfl-cta {
  margin-bottom: 0;
}

#the-vision.vfl-section {
  background: var(--vfl-red) !important;
}

#the-vision .vfl-eyebrow,
#the-vision h2,
#the-vision .t_color3 {
  color: #fff !important;
}

#the-vision .vfl-subhead,
#the-vision .vfl-section-lead {
  color: #fff;
  opacity: 0.95;
}

#the-vision .vfl-doodle {
  opacity: 0.2;
  filter: brightness(0) invert(1);
}

/* ========== Global VFL red accents — all pages ========== */

/* Hero banners (What's In It For + onepage template) */
.n_hero_banner_area {
  background: var(--vfl-red) !important;
  background-image: none !important;
}

.n_hero_banner_area .vfl-doodle {
  opacity: 0.2;
  filter: brightness(0) invert(1);
}

.n_hero_banner_area .n_banner_btn.vfl-btn-outline,
.n_hero_banner_area .n_banner_btn[style*="transparent"] {
  background: transparent !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.n_hero_banner_area .n_banner_btn.vfl-btn-outline:hover,
.n_hero_banner_area .n_banner_btn[style*="transparent"]:hover {
  background: #fff !important;
  color: var(--vfl-red) !important;
}

/* Purple gradient buttons → VFL red */
.btn_three,
.btn_three:hover {
  background: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
}

.btn_three:hover {
  color: var(--vfl-red) !important;
  background: transparent !important;
}

a.n_banner_btn:not(.vfl-btn-outline),
.onepage_about_content .n_banner_btn,
.get_started_area .n_banner_btn {
  background: var(--vfl-red) !important;
  background-image: none !important;
  border-color: var(--vfl-red) !important;
  color: #fff !important;
}

a.n_banner_btn:not(.vfl-btn-outline):hover,
.onepage_about_content .n_banner_btn:hover,
.get_started_area .n_banner_btn:hover {
  background: var(--vfl-red-dark) !important;
  border-color: var(--vfl-red-dark) !important;
  color: #fff !important;
}

.n_banner_content .n_banner_btn.vfl-btn-hero-light,
.n_hero_banner_area .n_banner_btn.vfl-btn-hero-light {
  background: #fff !important;
  background-image: none !important;
  color: var(--vfl-red) !important;
  border: 2px solid #fff !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.n_banner_content .n_banner_btn.vfl-btn-hero-light:hover,
.n_hero_banner_area .n_banner_btn.vfl-btn-hero-light:hover {
  background: #f8f8f8 !important;
  color: var(--vfl-red-dark) !important;
  border-color: #fff !important;
}

/* Feature icon rings (onepage) */
.b_features_icon {
  color: var(--vfl-red) !important;
  border-color: var(--vfl-red-muted) !important;
}

.b_features_icon .hover_color {
  background-image: var(--vfl-gradient-alt) !important;
}

.b_features_item h3:hover {
  color: var(--vfl-red) !important;
}

.b_features_item .vfl-feature-tagline {
  color: var(--vfl-red);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

/* FAQ accordion active sections */
.faq_accordian_two .card:before {
  background-image: var(--vfl-gradient) !important;
}

.faq_accordian_two .card .card-header h5 .btn-link i {
  color: var(--vfl-red) !important;
}

/* Pricing cards */
.price_box_two .purchase_btn_two {
  color: var(--vfl-red) !important;
  border-color: var(--vfl-red-light) !important;
}

.price_box_two .purchase_btn_two:before {
  background-image: var(--vfl-gradient) !important;
}

.price_box_two:hover .rate {
  color: var(--vfl-red) !important;
}

/* Tab / section highlights */
.design_tab .nav-item .nav-link.active {
  background-color: var(--vfl-red) !important;
}

/* Circular icon badges */
.agency_featured_item .agency_featured_content .icon,
.erp_content_two .erp_item .icon,
.erp_content_two .erp_item .icon.green,
.erp_content_two .erp_item .icon.blue,
.erp_content_two .erp_item .icon.yellow,
.erp_content_two .erp_item .icon.purple,
.erp_content_two .erp_item .icon.green_two {
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
  box-shadow: 0 10px 20px 0 var(--vfl-red-shadow) !important;
}

/* Pulsing rings (partnerships / ERP template) */
.erp_features_img_two .img_icon .pluse_1,
.erp_features_img_two .img_icon .pluse_2,
.erp_features_img_two .img_icon.red .pluse_1,
.erp_features_img_two .img_icon.red .pluse_2,
.erp_features_img_two .img_icon.green .pluse_1,
.erp_features_img_two .img_icon.green .pluse_2 {
  background: var(--vfl-red-muted) !important;
}

.erp_features_img_two .img_icon .pluse_1:before,
.erp_features_img_two .img_icon .pluse_1:after,
.erp_features_img_two .img_icon .pluse_2:before,
.erp_features_img_two .img_icon .pluse_2:after,
.erp_features_img_two .img_icon.red .pluse_1:before,
.erp_features_img_two .img_icon.red .pluse_1:after,
.erp_features_img_two .img_icon.red .pluse_2:before,
.erp_features_img_two .img_icon.red .pluse_2:after,
.erp_features_img_two .img_icon.green .pluse_1:before,
.erp_features_img_two .img_icon.green .pluse_1:after,
.erp_features_img_two .img_icon.green .pluse_2:before,
.erp_features_img_two .img_icon.green .pluse_2:after {
  background: var(--vfl-red-ring) !important;
}

.erp_features_img_two .img_icon .pluse_1:after,
.erp_features_img_two .img_icon .pluse_2:after,
.erp_features_img_two .img_icon.red .pluse_1:after,
.erp_features_img_two .img_icon.red .pluse_2:after,
.erp_features_img_two .img_icon.green .pluse_1:after,
.erp_features_img_two .img_icon.green .pluse_2:after {
  background: var(--vfl-red) !important;
}

.startup_tab .nav-item .icon,
.startup_tab .nav-item .nav-link.active {
  background: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
}

.startup_tab .nav-item:nth-child(1) .icon,
.startup_tab .nav-item:nth-child(2) .icon,
.startup_tab .nav-item:nth-child(3) .icon,
.startup_tab .nav-item:nth-child(4) .icon,
.startup_tab .nav-item:nth-child(5) .icon,
.startup_tab .nav-item:nth-child(1) .nav-link.active,
.startup_tab .nav-item:nth-child(2) .nav-link.active,
.startup_tab .nav-item:nth-child(3) .nav-link.active,
.startup_tab .nav-item:nth-child(4) .nav-link.active,
.startup_tab .nav-item:nth-child(5) .nav-link.active {
  background: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
}

/* Blog / checkout hero strips */
.blog_breadcrumb_area,
.blog_breadcrumb_area .background_overlay,
.checkout_area {
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.breadcrumb_area_two .bubble li {
  background: var(--vfl-red) !important;
}

/* Purple text accents → VFL red */
.new_footer_top .f_widget.about-widget .f_list li a:hover,
.payment_features_item .learn_btn_two:hover {
  color: var(--vfl-red) !important;
}

/* Process / timeline rings */
.dot {
  background-color: var(--vfl-red-muted) !important;
}

.dot .dot1,
.dot .dot2 {
  background: var(--vfl-red) !important;
}

/* Pricing tabs */
.price_tab .nav-item .nav-link.active,
.price_tab .hover_bg,
.price_tab_two .hover_bg {
  background: var(--vfl-red) !important;
}

/* What's In It For page layout helpers */
.vfl-wiif-businesses .n_hero_banner_area,
.vfl-wiif-shoppers .n_hero_banner_area {
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.vfl-wiif-businesses .n_hero_banner_area .n_banner_content h2,
.vfl-wiif-businesses .n_hero_banner_area .n_banner_content p,
.vfl-wiif-shoppers .n_hero_banner_area .n_banner_content h2,
.vfl-wiif-shoppers .n_hero_banner_area .n_banner_content p {
  color: #fff !important;
}

.vfl-wiif-businesses .n_hero_banner_area .mobile_img img,
.vfl-wiif-shoppers .n_hero_banner_area .mobile_img img {
  width: 330px;
  max-width: 100%;
  height: auto;
}

.vfl-wiif-businesses .support_help_area .vfl-business-type-img,
.vfl-wiif-shoppers .support_help_area .vfl-shopper-type-img {
  width: 189px;
  height: 158px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto 12px;
}

.vfl-wiif-businesses .support_help_area .support_item h4,
.vfl-wiif-shoppers .support_help_area .support_item h4 {
  margin: 40px 0 0;
}

.vfl-wiif-businesses .support_help_area .vfl-store-badges,
.vfl-wiif-shoppers .support_help_area .vfl-store-badges {
  justify-content: center;
  margin-top: 36px;
}

.vfl-wiif-businesses .vfl-business-features-content .tab-pane .tab_img,
.vfl-wiif-shoppers .vfl-shopper-features-content .tab-pane .tab_img {
  margin-right: 0;
  max-width: 100%;
  aspect-ratio: 846 / 687;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vfl-wiif-businesses .vfl-business-features-content .tab-pane .tab_img img,
.vfl-wiif-shoppers .vfl-shopper-features-content .tab-pane .tab_img img {
  width: 100%;
  max-width: 846px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(5, 20, 65, 0.12);
}

@media (max-width: 991px) {
  .vfl-wiif-businesses .vfl-business-features-tab,
  .vfl-wiif-shoppers .vfl-shopper-features-tab {
    margin-bottom: 36px;
  }
}

.vfl-wiif-businesses .vfl-business-own-data .onepage_about_img img,
.vfl-wiif-shoppers .vfl-shopper-save .onepage_about_img img {
  max-width: 100%;
  height: auto;
}

.vfl-wiif-businesses #features,
.vfl-wiif-shoppers #how-it-works {
  scroll-margin-top: 100px;
}

.vfl-shopper-features-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #5a6278;
}

.vfl-shopper-steps {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-shopper-step {
  text-align: center;
  padding: 24px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.08);
  height: 100%;
}

.vfl-shopper-step-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vfl-red);
  margin-bottom: 10px;
}

.vfl-shopper-step h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #051441;
}

.vfl-shopper-pricing {
  background: var(--vfl-red) !important;
}

.vfl-shopper-pricing .title-four {
  margin-bottom: 40px;
}

.vfl-shopper-pricing .vfl-eyebrow,
.vfl-shopper-pricing .title-four h2,
.vfl-shopper-pricing .title-four .p_color {
  color: #fff;
}

.vfl-shopper-pricing-badges {
  margin-top: 10px;
}

.vfl-shopper-pricing .vfl-store-availability-note {
  color: rgba(255, 255, 255, 0.88);
}

.vfl-shopper-pricing .vfl-store-availability-note a {
  color: #fff;
}

.vfl-shopper-pricing .vfl-store-availability-note a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.vfl-shopper-tiers {
  position: relative;
  overflow: hidden;
}

.vfl-shopper-tiers .container {
  position: relative;
  z-index: 1;
}

.vfl-shopper-tiers .title-four {
  margin-bottom: 60px;
}

.vfl-shopper-tiers-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-shopper-tier-grid {
  margin-top: 0;
}

.vfl-shopper-tiers .price_box_two {
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vfl-shopper-tiers .vfl-shopper-tier-rewards-btn {
  margin-top: auto;
}

.vfl-shopper-tiers .price_icon.vfl-shopper-tier-icon {
  margin-top: 16px;
  margin-bottom: 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vfl-shopper-tiers .price_icon.vfl-shopper-tier-icon img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vfl-shopper-tiers .vfl-shopper-tier-features {
  text-align: center;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.vfl-shopper-tiers .vfl-shopper-tier-features li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated,
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(1),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(1) {
  left: 30%;
  top: 58px;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(3),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(3) {
  left: 5%;
  top: 33%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(2),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(2) {
  left: 8%;
  top: 120px;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(6),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(6) {
  left: 28%;
  top: 86%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(5),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(5) {
  left: 13%;
  top: 81%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(7),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(7) {
  left: 38%;
  top: 89%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(8),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(8) {
  left: 39%;
  top: 40%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(4),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(4) {
  left: 12%;
  top: 64%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(9),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(9) {
  left: 28%;
  top: 29%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(10),
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated .memphis-parallax li:nth-child(10) {
  left: 12%;
  top: 34%;
}

.vfl-wiif-businesses .design_tab_area.vfl-onepage-decorated svg,
.vfl-wiif-shoppers .design_tab_area.vfl-onepage-decorated svg {
  position: absolute;
  top: -14px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
  height: 277px;
}

.vfl-wiif-businesses .support_help_area .container,
.vfl-wiif-businesses .design_tab_area .container,
.vfl-wiif-businesses .vfl-business-own-data .container,
.vfl-wiif-businesses .support_price_area .container,
.vfl-wiif-businesses .pricing_area_five.vfl-pricing-section .container,
.vfl-wiif-businesses .agency_testimonial_area .container,
.vfl-wiif-businesses .n_hero_banner_area .container,
.vfl-wiif-businesses .onepage_about_area .container,
.vfl-wiif-businesses .best_screen_features_area .container,
.vfl-wiif-businesses .faq_solution_area .container,
.vfl-wiif-businesses .pricing_area_five .container,
.vfl-wiif-businesses .get_started_area .container,
.vfl-wiif-shoppers .support_help_area .container,
.vfl-wiif-shoppers .design_tab_area .container,
.vfl-wiif-shoppers .vfl-shopper-save .container,
.vfl-wiif-shoppers .pricing_area_five.vfl-pricing-section .container,
.vfl-wiif-shoppers .agency_testimonial_area .container,
.vfl-wiif-shoppers .n_hero_banner_area .container,
.vfl-wiif-shoppers .onepage_about_area .container,
.vfl-wiif-shoppers .faq_solution_area .container,
.vfl-wiif-shoppers .pricing_area_five .container,
.vfl-wiif-shoppers .get_started_area .container,
.onepage_about_area .container,
.best_screen_features_area .container,
.faq_solution_area .container,
.pricing_area_five .container,
.get_started_area .container {
  position: relative;
  z-index: 1;
}

.vfl-wiif-shoppers #consumer-testimonials .author_description {
  margin-top: 0;
}

.vfl-wiif-shoppers .n_hero_banner_area .n_banner_btn.vfl-btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.vfl-wiif-shoppers .n_hero_banner_area .n_banner_btn.vfl-btn-outline:hover {
  background: #fff;
  color: var(--vfl-red);
}

.pricing_area_five,
.get_started_area {
  position: relative;
  overflow: hidden;
}

/* Consumer app — SaasLand support doorstep tab layout */
.vfl-loyalty-points {
  position: relative;
  overflow: hidden;
}

.vfl-loyalty-points .container {
  position: relative;
  z-index: 1;
}

.vfl-loyalty-points .sec_title p.f_400 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: #5a6278;
}

.vfl-loyalty-support-tab .nav-item {
  margin-bottom: 18px;
}

.vfl-loyalty-support-tab .nav-item .nav-link {
  border-radius: 10px;
  padding: 22px 28px;
  cursor: pointer;
}

.vfl-loyalty-support-tab .nav-item .nav-link.active {
  background-color: var(--vfl-red);
}

.vfl-loyalty-support-tab .nav-item .nav-link:hover:not(.active) {
  background-color: rgba(196, 30, 58, 0.06);
}

.vfl-loyalty-support-tab .nav-item .nav-link:hover:not(.active) h5 {
  color: var(--vfl-red);
}

.vfl-loyalty-support-content .tab-pane .tab_img {
  margin-right: -120px;
  padding-left: 40px;
  aspect-ratio: 846 / 687;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vfl-loyalty-support-content .tab-pane .tab_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(5, 20, 65, 0.12);
}

@media (max-width: 991px) {
  .vfl-loyalty-support-tab {
    margin-bottom: 36px;
  }

  .vfl-loyalty-support-content .tab-pane .tab_img {
    margin-right: 0;
    padding-left: 0;
  }
}

/* Job Seekers / Local Champion page */
.vfl-champion-hero-banner {
  position: relative;
  overflow: hidden;
  padding-top: 156px;
  padding-bottom: 72px;
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.vfl-champion-hero-banner .container {
  position: relative;
  z-index: 1;
}

.vfl-champion-hero-banner .vfl-doodle {
  opacity: 0.35;
}

.vfl-champion-hero-content .vfl-eyebrow,
.vfl-champion-hero-content .vfl-eyebrow-light {
  color: rgba(255, 255, 255, 0.9);
}

.vfl-champion-hero-content h1 {
  color: #fff !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 20px;
}

.vfl-champion-hero-content > p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px;
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 28px;
}

.vfl-champion-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.vfl-champion-pillars span {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
}

.vfl-champion-hero-banner .n_banner_btn.vfl-btn-hero-light {
  background: #fff !important;
  color: var(--vfl-red) !important;
  border: 2px solid #fff !important;
}

.vfl-champion-hero-banner .n_banner_btn.vfl-btn-outline {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.vfl-champion-hero-banner .n_banner_btn.vfl-btn-outline:hover {
  background: #fff !important;
  color: var(--vfl-red) !important;
}

.vfl-champion-hero-visual img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.vfl-pathway-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vfl-pathway-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(5, 20, 65, 0.1);
}

.vfl-pathway-card-featured {
  border-color: var(--vfl-red);
  box-shadow: 0 12px 40px rgba(196, 30, 58, 0.12);
}

.vfl-pathway-step {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--vfl-red);
  margin-bottom: 14px;
}

.vfl-pathway-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.1);
  color: var(--vfl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}

.vfl-pathway-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 10px;
}

.vfl-pathway-card p {
  color: #5a6278;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 15px;
}

.vfl-skill-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 20px rgba(5, 20, 65, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vfl-skill-chip:hover {
  border-color: rgba(196, 30, 58, 0.35);
  box-shadow: 0 8px 28px rgba(5, 20, 65, 0.08);
}

.vfl-skill-chip i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.1);
  color: var(--vfl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.vfl-skill-chip span {
  font-size: 15px;
  font-weight: 500;
  color: var(--vfl-text);
  line-height: 1.4;
}

.vfl-champion-video-feature {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(5, 20, 65, 0.15);
}

.vfl-champion-video-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.vfl-champion-video-feature:hover img {
  transform: scale(1.03);
}

.vfl-champion-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--vfl-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 32px rgba(196, 30, 58, 0.4);
  transition: transform 0.25s ease, background 0.25s ease;
}

.vfl-champion-video-feature:hover .vfl-champion-video-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--vfl-red-dark);
}

.vfl-champion-video-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.vfl-champion-video-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: inherit;
  text-decoration: none;
}

.vfl-champion-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(5, 20, 65, 0.1);
  color: inherit;
  text-decoration: none;
}

.vfl-champion-video-thumb {
  position: relative;
  overflow: hidden;
}

.vfl-champion-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.vfl-champion-video-card:hover .vfl-champion-video-thumb img {
  transform: scale(1.05);
}

.vfl-champion-video-play-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.92);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.vfl-champion-video-body {
  padding: 20px 22px 24px;
}

.vfl-champion-video-body h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 8px;
}

.vfl-champion-video-body p {
  font-size: 14px;
  color: #5a6278;
  line-height: 1.55;
  margin-bottom: 0;
}

.vfl-special-skills-box {
  background: var(--vfl-red);
  background-image: var(--vfl-gradient-hero);
  color: #fff;
  border-radius: 16px;
  padding: 36px 32px;
}

.vfl-special-skills-box .vfl-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.vfl-special-skills-box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.vfl-special-skills-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vfl-special-skills-box ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.5;
}

.vfl-special-skills-box ul li::before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  font-size: 12px;
}

/* SaasLand POS / Hosting elements on Job Seekers page */
/* Job Seekers — Local Champion photo carousel */
.vfl-champion-gallery {
  background: #fff;
}

.vfl-champion-gallery-wrap {
  position: relative;
  padding: 0 48px;
}

.vfl-champion-gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.1);
}

.vfl-champion-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.vfl-champion-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.vfl-champion-gallery-wrap .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}

.vfl-champion-gallery-wrap .owl-nav button {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #eceef3 !important;
  color: var(--vfl-red) !important;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(5, 20, 65, 0.1);
}

.vfl-champion-gallery-wrap .owl-nav button:hover {
  background: var(--vfl-red) !important;
  color: #fff !important;
  border-color: var(--vfl-red) !important;
}

.vfl-champion-gallery-wrap .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.vfl-champion-gallery-wrap .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.vfl-champion-gallery-wrap .owl-dots {
  margin-top: 28px;
}

.vfl-champion-gallery-wrap .owl-dots .owl-dot span {
  background: #d8dce6;
}

.vfl-champion-gallery-wrap .owl-dots .owl-dot.active span {
  background: var(--vfl-red);
}

@media (max-width: 767px) {
  .vfl-champion-gallery-wrap {
    padding: 0;
  }

  .vfl-champion-gallery-wrap .owl-nav {
    display: none;
  }
}

/* Home — affiliates & partnerships prompts */
.vfl-home-affiliates,
.vfl-home-partnerships {
  background: #fff !important;
}

.vfl-home-partnerships {
  background: #fafbfd !important;
}

/* Home — media logo marquee below hero */
.vfl-home-logo-bar {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff !important;
}

.vfl-home-logo-bar h4 {
  color: var(--vfl-text) !important;
}

.vfl-logo-marquee-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.vfl-logo-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  animation: vfl-logo-marquee-scroll 28s linear infinite;
}

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

@keyframes vfl-logo-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.vfl-logo-marquee-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 72px;
  padding-right: 72px;
}

.vfl-logo-marquee-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vfl-logo-marquee-item img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.vfl-home-logo-bar + .vfl-awards-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.vfl-wiif-job-seekers #recruitment-testimonials.vfl-testimonial-section {
  background: #fff !important;
}

.vfl-wiif-job-seekers .hosting_service_area {
  background: #fff;
}

.vfl-wiif-job-seekers .hosting_title .vfl-eyebrow {
  margin-bottom: 12px;
}

.vfl-wiif-job-seekers .hosting_service_item .h_head {
  color: var(--vfl-text);
}

.vfl-wiif-job-seekers .hosting_service_item:hover .h_head {
  color: var(--vfl-red);
}

/* Job Seekers — unify multicolored template icons to VFL red */
.vfl-wiif-job-seekers .p_service_item .icon.icon_one,
.vfl-wiif-job-seekers .p_service_item .icon.icon_two,
.vfl-wiif-job-seekers .p_service_item .icon.icon_three,
.vfl-wiif-job-seekers .p_service_item .icon.icon_four,
.vfl-wiif-job-seekers .p_service_item .icon.icon_five,
.vfl-wiif-job-seekers .p_service_item .icon.icon_six,
.vfl-wiif-job-seekers .p_service_item .icon.icon_one:before,
.vfl-wiif-job-seekers .p_service_item .icon.icon_two:before,
.vfl-wiif-job-seekers .p_service_item .icon.icon_three:before,
.vfl-wiif-job-seekers .p_service_item .icon.icon_four:before,
.vfl-wiif-job-seekers .p_service_item .icon.icon_five:before,
.vfl-wiif-job-seekers .p_service_item .icon.icon_six:before {
  background: var(--vfl-red) !important;
}

.vfl-wiif-job-seekers .service_item .icon.s_icon_one,
.vfl-wiif-job-seekers .service_item .icon.s_icon_two,
.vfl-wiif-job-seekers .service_item .icon.s_icon_three,
.vfl-wiif-job-seekers .service_item .icon.s_icon_four {
  background-image: linear-gradient(40deg, var(--vfl-red-dark) 0%, var(--vfl-red) 100%) !important;
  box-shadow: 0 14px 30px 0 rgba(196, 30, 58, 0.35) !important;
}

.vfl-wiif-job-seekers .vfl-job-seekers-logo-bar {
  padding: 36px 0;
  background: #fff !important;
  overflow: hidden;
}

.vfl-wiif-job-seekers .vfl-job-seekers-logo-bar h4 {
  color: var(--vfl-text) !important;
}

.vfl-wiif-job-seekers .vfl-job-seekers-logo-bar .vfl-logo-marquee-item img {
  max-height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.85;
}

.vfl-wiif-job-seekers .vfl-job-seekers-logo-bar .vfl-logo-marquee-wrap:hover .vfl-logo-marquee-track {
  animation-play-state: paused;
}

.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero,
.vfl-wiif-job-seekers #home.vfl-job-seekers-hero {
  background-color: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
  padding-top: 160px !important;
  padding-bottom: 80px !important;
}

.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero .prototype_content h2,
.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero .prototype_content h2.t_color3,
.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero .prototype_content p {
  color: #fff !important;
}

.vfl-wiif-job-seekers .header_area:not(.navbar_fixed) {
  background: transparent !important;
  box-shadow: none !important;
}

.vfl-wiif-job-seekers .header_area:not(.navbar_fixed) .menu_one.menu_four .w_menu .nav-link {
  color: #fff !important;
}

.vfl-wiif-job-seekers .header_area:not(.navbar_fixed) .sticky_logo img {
  display: block !important;
}

.vfl-wiif-job-seekers .header_area:not(.navbar_fixed) .sticky_logo img + img {
  display: none !important;
}

.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero .btn_three {
  background: #fff !important;
  color: var(--vfl-red) !important;
  border-color: #fff !important;
}

.vfl-wiif-job-seekers .prototype_banner_area.vfl-job-seekers-hero .btn_three:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.vfl-wiif-job-seekers .vfl-job-seekers-partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
  width: 100%;
}

.vfl-wiif-job-seekers .vfl-job-seekers-partner-logos .p_logo_item img {
  max-height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.85;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.vfl-wiif-job-seekers .vfl-job-seekers-partner-logos .p_logo_item img:hover {
  filter: none;
  opacity: 1;
}

.vfl-wiif-job-seekers .vfl-process-tab-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.08);
  background: #f5f6fa;
  margin-right: 0;
  padding-left: 0;
}

.vfl-wiif-job-seekers .vfl-process-tab-content .tab-pane .tab_img img {
  width: 100%;
  display: block;
  transform: none;
}

.vfl-wiif-job-seekers .vfl-champion-videos {
  background: #fafbfd;
}

.vfl-wiif-job-seekers .vfl-champion-videos .sec_title p {
  color: #5a6278;
}

.vfl-wiif-businesses #business-testimonials .vfl-business-video-testimonials > p {
  color: #5a6278;
}

.vfl-wiif-businesses #business-testimonials .vfl-youtube-grid {
  row-gap: 36px;
}

.vfl-wiif-businesses #business-testimonials .vfl-youtube-card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.08);
}

.vfl-wiif-businesses #business-testimonials .vfl-youtube-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #050f2e;
}

.vfl-wiif-businesses #business-testimonials .vfl-youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vfl-wiif-businesses #business-testimonials .vfl-youtube-caption {
  padding: 20px 22px 24px;
}

.vfl-wiif-job-seekers .vfl-youtube-grid {
  row-gap: 36px;
}

.vfl-wiif-job-seekers .vfl-youtube-card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(5, 20, 65, 0.08);
}

.vfl-wiif-job-seekers .vfl-youtube-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #050f2e;
}

.vfl-wiif-job-seekers .vfl-youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vfl-wiif-job-seekers .vfl-youtube-caption {
  padding: 20px 22px 24px;
}

.vfl-wiif-job-seekers .vfl-champion-process .design_tab .nav-link.active h5,
.vfl-wiif-job-seekers .vfl-champion-process .design_tab .nav-link:hover h5 {
  color: var(--vfl-red);
}

.vfl-champion-perks {
  position: relative;
  background: #fafbfd !important;
}

.vfl-champion-perks-pattern {
  opacity: 0.35;
}

.vfl-champion-role {
  background: #fff;
}

.vfl-wiif-job-seekers .pos_developer_product_area .develor_tab .nav-link {
  color: #5a6278;
  border-color: transparent;
}

.vfl-wiif-job-seekers .pos_developer_product_area .develor_tab .nav-link.active,
.vfl-wiif-job-seekers .pos_developer_product_area .develor_tab .nav-link:hover {
  color: var(--vfl-red) !important;
  border-color: var(--vfl-red) !important;
}

.vfl-wiif-job-seekers .developer_tab_content h4 {
  font-size: 28px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 18px;
  line-height: 1.3;
}

.vfl-wiif-job-seekers .developer_tab_content p {
  color: #5a6278;
  line-height: 1.7;
  font-size: 16px;
}

.vfl-wiif-job-seekers .tab_img_info .tab_img img {
  border-radius: 12px;
}

.vfl-wiif-job-seekers .tab_img_info .bg_circle,
.vfl-wiif-job-seekers .tab_img_info .bg_circle.green,
.vfl-wiif-job-seekers .tab_img_info .bg_circle.pink,
.vfl-wiif-job-seekers .tab_img_info .bg_circle.yellow {
  background: rgba(196, 30, 58, 0.08);
}

@media (max-width: 991px) {
  .vfl-champion-hero-content {
    text-align: center;
  }

  .vfl-champion-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .vfl-champion-hero-content h1 {
    font-size: 36px;
  }

  .vfl-champion-pillars {
    justify-content: center;
  }

}

@media (max-width: 991px) {
  .vfl-about-hero {
    padding-top: 140px;
    padding-bottom: 44px;
  }

  .vfl-about-hero-content {
    text-align: center;
  }

  .vfl-about-hero .vfl-founder-actions--hero {
    justify-content: center;
  }

  .vfl-about-hero-founder-photo {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .vfl-about-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .vfl-about-hero-gallery-wrap {
    margin-top: 36px;
  }

  .vfl-about-nav {
    top: 64px;
  }

  .vfl-about-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .vfl-about-timeline {
    grid-template-columns: 1fr;
  }
}

/* Affiliates page */
.vfl-affiliates-hero-banner {
  position: relative;
  overflow: hidden;
  padding-top: 156px;
  padding-bottom: 72px;
  background: var(--vfl-red) !important;
  background-image: var(--vfl-gradient-hero) !important;
}

.vfl-affiliates-hero-banner .container {
  position: relative;
  z-index: 1;
}

.vfl-affiliates-hero-banner .vfl-doodle {
  opacity: 0.35;
}

.vfl-affiliates-hero-content .vfl-eyebrow,
.vfl-affiliates-hero-content .vfl-eyebrow-light {
  color: rgba(255, 255, 255, 0.9);
}

.vfl-affiliates-hero-content h1 {
  color: #fff !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.vfl-affiliates-hero-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px;
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 28px;
}

.vfl-affiliates-hero-banner .n_banner_btn.vfl-btn-hero-light {
  background: #fff !important;
  color: var(--vfl-red) !important;
  border: 2px solid #fff !important;
}

.vfl-affiliates-hero-banner .n_banner_btn.vfl-btn-outline {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.vfl-affiliates-hero-banner .n_banner_btn.vfl-btn-outline:hover {
  background: #fff !important;
  color: var(--vfl-red) !important;
}

.vfl-affiliates-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

.vfl-affiliates-hero-stat {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.vfl-affiliates-hero-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.vfl-affiliates-hero-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
}

.vfl-problem-card {
  height: 100%;
  background: #fff;
  border: 1px solid #eceef3;
  border-top: 4px solid var(--vfl-red);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 10px 36px rgba(5, 20, 65, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vfl-problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(5, 20, 65, 0.1);
}

.vfl-problem-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.1);
  color: var(--vfl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.vfl-problem-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 12px;
}

.vfl-problem-card p {
  color: #5a6278;
  line-height: 1.65;
  margin-bottom: 0;
}

.vfl-affiliate-audience {
  background: #fff;
  border: 1px solid #eceef3;
  border-left: 4px solid var(--vfl-red);
  border-radius: 14px;
  padding: 32px 36px;
  box-shadow: 0 10px 36px rgba(5, 20, 65, 0.06);
}

.vfl-affiliate-audience h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 20px;
}

.vfl-affiliate-audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vfl-affiliate-audience-tags span {
  display: inline-block;
  padding: 10px 16px;
  background: #fafbfd;
  border: 1px solid #eceef3;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #5a6278;
}

.vfl-benefit-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vfl-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(5, 20, 65, 0.08);
}

.vfl-benefit-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.1);
  color: var(--vfl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.vfl-benefit-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 8px;
}

.vfl-benefit-card p {
  color: #5a6278;
  line-height: 1.65;
  margin-bottom: 0;
}

.vfl-affiliates-features {
  background: #fafbfd;
}

.vfl-affiliates-roi {
  background: #fff;
}

.vfl-roi-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 8px 30px rgba(5, 20, 65, 0.05);
}

.vfl-roi-card-featured {
  border-color: var(--vfl-red);
  box-shadow: 0 16px 48px rgba(196, 30, 58, 0.15);
  transform: scale(1.03);
}

.vfl-roi-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--vfl-red);
  margin-bottom: 12px;
}

.vfl-roi-card h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--vfl-text);
  margin-bottom: 4px;
}

.vfl-roi-period {
  font-size: 14px;
  color: #8a94a8;
  margin-bottom: 20px;
}

.vfl-roi-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.vfl-roi-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #5a6278;
  font-size: 15px;
  line-height: 1.5;
}

.vfl-roi-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vfl-red);
}

@media (max-width: 991px) {
  .vfl-affiliates-hero-content {
    text-align: center;
  }

  .vfl-affiliates-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .vfl-affiliates-hero-content h1 {
    font-size: 36px;
  }

  .vfl-roi-card-featured {
    transform: none;
  }
}

/* Partnerships page */
.vfl-partner-type-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 14px;
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 36px rgba(5, 20, 65, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vfl-partner-type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(5, 20, 65, 0.1);
  border-color: rgba(196, 30, 58, 0.25);
  color: inherit;
}

.vfl-partner-type-card .vfl-card-icon {
  margin-bottom: 18px;
}

.vfl-partner-type-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--vfl-text);
  margin-bottom: 12px;
}

.vfl-partner-type-card p {
  flex: 1;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6278;
  margin-bottom: 18px;
}

.vfl-partner-type-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vfl-red);
}

.vfl-partner-type-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.vfl-partner-type-card:hover .vfl-partner-type-link i {
  transform: translateX(4px);
}

.vfl-partnerships-cta a:not(.agency_banner_btn) {
  color: var(--vfl-red);
  font-weight: 600;
  text-decoration: underline;
}

.vfl-partnerships-cta a:not(.agency_banner_btn):hover {
  color: #9a1830;
}

.vfl-partner-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.vfl-partner-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.vfl-partner-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.vfl-partner-breadcrumb span {
  color: rgba(255, 255, 255, 0.55);
  margin: 0 8px;
}

.vfl-partner-detail-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vfl-partner-detail-icon i {
  font-size: 48px;
  color: #fff;
}

.vfl-affiliate-audience-tags span a {
  color: inherit;
  text-decoration: none;
}

.vfl-affiliate-audience-tags span a:hover {
  color: var(--vfl-red);
}

/* News & Media page */
.vfl-news-media .vfl-news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(5, 20, 65, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vfl-news-media .vfl-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(5, 20, 65, 0.12);
}

.vfl-news-media .blog_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.vfl-news-media .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vfl-news-media .blog_content {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vfl-news-media .entry_post_info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px;
  font-size: 13px;
}

.vfl-news-media .vfl-news-region {
  color: var(--vfl-red);
  font-weight: 600;
}

.vfl-news-media .vfl-news-source {
  color: #5a6278;
}

/* Legal pages */
.vfl-legal-page {
  background: #fff;
}

.vfl-legal-content {
  color: #3d4461;
  font-size: 16px;
  line-height: 1.75;
}

.vfl-legal-kicker {
  color: var(--vfl-red);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vfl-legal-doc-title {
  font-size: 28px;
  line-height: 1.35;
  color: #051441;
  margin-bottom: 12px;
}

.vfl-legal-effective {
  margin-bottom: 28px;
  color: #5a6278;
}

.vfl-legal-content h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #051441;
  margin-top: 32px;
  margin-bottom: 12px;
}

.vfl-legal-subheading {
  font-size: 17px;
  line-height: 1.4;
  color: #051441;
  margin-top: 20px;
  margin-bottom: 10px;
}

.vfl-legal-content p {
  margin-bottom: 14px;
}

.vfl-legal-list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.vfl-legal-list li {
  margin-bottom: 8px;
}

.vfl-legal-address {
  font-style: normal;
  margin: 0 0 16px;
  line-height: 1.7;
}

.vfl-legal-content a {
  color: var(--vfl-red);
  text-decoration: underline;
}

.vfl-legal-content a:hover {
  color: var(--vfl-red-dark);
}

.vfl-news-media .blog_content h5 {
  line-height: 1.4;
}

.vfl-news-media .blog_content h5:hover {
  color: var(--vfl-red);
}

.vfl-news-media .vfl-news-read-more {
  margin-top: auto;
  padding-top: 16px;
  color: var(--vfl-red);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.vfl-news-media .vfl-news-read-more:hover {
  text-decoration: underline;
}

.vfl-news-media #blog_masonry .page-numbers {
  display: none;
}

/* Contact page */
.vfl-contact-page .header_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1080;
  background: #fff !important;
  box-shadow: 0 2px 15px rgba(9, 30, 66, 0.06) !important;
}

.vfl-contact-page .header_area.navbar_fixed {
  background: #fff !important;
  box-shadow: 0 2px 15px rgba(9, 30, 66, 0.06) !important;
}

.vfl-contact-page .header_area .menu_one.menu_four .w_menu .nav-link,
.vfl-contact-page .header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: var(--vfl-text) !important;
}

.vfl-contact-page .header_area .sticky_logo img {
  display: none !important;
}

.vfl-contact-page .header_area .sticky_logo img + img {
  display: block !important;
}

.vfl-contact-page .header_area .menu_toggle .hamburger span,
.vfl-contact-page .header_area .menu_toggle .hamburger-cross span {
  background: var(--vfl-text);
}

.vfl-contact-hero {
  margin-top: 82px;
  padding-top: 72px;
  padding-bottom: 90px;
}

.vfl-contact-hero .vfl-affiliates-hero-content {
  max-width: 720px;
  margin: 0 auto;
}

.vfl-contact-hero .vfl-affiliates-hero-content p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.vfl-contact-details .vfl-contact-card {
  padding: 36px 28px;
}

.vfl-contact-details .vfl-contact-card p,
.vfl-contact-details .vfl-card p {
  color: #5a6278;
}

.vfl-contact-form-section .contact_form_box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.vfl-contact-form-section .form-control,
.vfl-contact-form-section input,
.vfl-contact-form-section textarea,
.vfl-contact-form-section select {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .vfl-contact-page .header_area {
    margin-top: 0;
  }

  .vfl-contact-hero {
    margin-top: 72px;
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .vfl-contact-form-section .contact_form_box {
    padding: 28px 22px;
  }
}
