/*
Theme Name: Virtual Assistant Theme
Theme URI: https://virtual-assistant.local/
Author: Virtual Assistant
Description: Virtual Assistant WordPress theme powered by ACF templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: virtual-assistant-theme
*/

#mainmenu {
  position: relative;
}

#mainmenu > li.has-mega {
  position: static;
}

#mainmenu > li.has-mega > ul.mega-menu {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: min(calc((var(--mega-cols, 4) * 250px) + 40px), calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  min-width: 280px;
  box-sizing: border-box;
  background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 111, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.18);
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

#mainmenu > li.has-mega:hover > ul.mega-menu,
#mainmenu > li.has-mega:focus-within > ul.mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#mainmenu > li.has-mega > ul.mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#mainmenu ul.mega-menu > li {
  width: 100%;
  padding: 0;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  grid-template-columns: repeat(var(--mega-cols, 4), minmax(220px, 1fr));
  gap: 18px;
}

.mega-col {
  padding: 8px 12px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.mega-grid .mega-col:last-child {
  border-right: 0;
}

.mega-col h5 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0f172a;
}

.mega-col a {
  display: block;
  margin: 0 0 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
}

.mega-col a:hover {
  color: #0a2540 !important;
  transform: translateX(2px);
  opacity: 1 !important;
  background: rgba(10, 37, 64, 0.04);
}

.mega-highlight {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  border: 1px solid #bfdbfe;
  border-radius: 12px;
}

.mega-highlight p {
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  margin: 0 0 12px;
}

.mega-highlight small {
  display: block;
  margin-top: 10px;
  color: #64748b;
}

.mega-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  background: #0f6fff;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
}

@media (max-width: 992px) {
  #mainmenu > li.has-mega > ul.mega-menu {
    display: none;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 6px 0 0;
  }

  #mainmenu > li.has-mega:hover > ul.mega-menu,
  #mainmenu > li.has-mega:focus-within > ul.mega-menu {
    display: block;
  }

  /* Mobile: disable desktop mega panel look */
  #mainmenu > li.has-mega > ul.mega-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mega-grid {
    display: block;
  }

  .mega-col {
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
  }

  .mega-col h5 {
    margin: 10px 0 6px;
    padding: 0 0 0 14px;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
  }

  .mega-col a {
    margin: 0;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: transparent;
  }

  .mega-col a:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    opacity: 1 !important;
  }
}

/* Benefits Section */
.va-benefits-section {
  background: #ffffff;
  color: #0f172a;
}

/* Services Section */
.va-services-dark {
  background: #234982;
  color: #ffffff;
  padding: 80px 0 90px;
}

.va-services-dark h2,
.va-services-dark .lead {
  color: #ffffff;
}

.va-services-dark .subtitle.bg-color-3 {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff;
}

.va-services-dark .rounded-20px {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.va-services-dark .padding40.bg-color-3 {
  background: #eef2f7 !important;
}

.va-services-dark .padding40.bg-color-3 h4,
.va-services-dark .padding40.bg-color-3 p,
.va-services-dark .padding40.bg-color-3 a {
  color: #0f2f4e !important;
}

.va-services-dark .padding40.bg-color-3 p {
  opacity: 1;
}

.va-services-dark .va-service-grid-item.is-hidden {
  display: none;
}

.va-services-dark #services-load-more {
  min-width: 170px;
}

@media (max-width: 991px) {
  .va-services-dark {
    padding: 56px 0 72px;
  }
}

.va-benefits-shell {
  padding: 10px 0;
  background: transparent;
}

.va-benefits-graph {
  padding-right: 10px;
}

.va-benefits-image-wrap {
  width: 100%;
}

.va-benefits-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.va-benefits-chart-card {
  padding: 0;
  background: transparent;
}

.va-benefits-chart-head {
  margin: 0 0 12px;
  color: #244264;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-benefits-chart-wrap {
  position: relative;
  padding-left: 44px;
}

.va-benefits-y-label {
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  letter-spacing: 0.07em;
  font-size: 11px;
  font-weight: 700;
  color: #3d597b;
}

.va-benefits-grid {
  position: absolute;
  left: 44px;
  right: 0;
  top: 4px;
  bottom: 60px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  z-index: 1;
}

.va-benefits-grid span {
  position: relative;
  display: block;
  padding-left: 6px;
  color: #6f86a3;
  font-size: 11px;
  font-weight: 600;
}

.va-benefits-grid span::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 0;
  top: 50%;
  border-top: 1px dashed rgba(15, 54, 96, 0.14);
}

.va-benefits-axis {
  position: relative;
  min-height: 290px;
  border-left: 3px solid #163e67;
  border-bottom: 3px solid #163e67;
  border-radius: 0 0 0 10px;
  padding: 22px 8px 0 36px;
  z-index: 2;
}

.va-benefits-bars {
  min-height: 240px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
}

.va-benefit-bar-item {
  text-align: center;
}

.va-benefit-bar-track {
  height: 220px;
  display: flex;
  align-items: flex-end;
}

.va-benefit-bar {
  position: relative;
  height: var(--bar-height, 70%);
  min-height: 12px;
  width: 100%;
  border: 3px solid #163e67;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(22, 62, 103, 0.22), rgba(22, 62, 103, 0.08));
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.va-benefit-bar span {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: #14385d;
  white-space: nowrap;
}

.va-benefit-bar.is-alt {
  border-color: #5f88cf;
  background: linear-gradient(180deg, rgba(95, 136, 207, 0.3), rgba(95, 136, 207, 0.08));
}

.va-benefit-bar.is-alt span {
  color: #2c548f;
}

.va-benefit-bar-item h5 {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.va-benefits-footnote {
  margin: 16px 0 0;
  padding-left: 44px;
  font-size: 14px;
  color: #3b5779;
}

.va-benefits-footnote strong {
  color: #113457;
}

.va-benefits-content .subtitle {
  margin-bottom: 10px;
}

.va-benefits-title {
  margin: 0 0 16px;
  color: #0a2540;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.va-benefits-content p {
  margin: 0 0 12px;
  color: #344a67;
  font-size: 15px;
  line-height: 1.75;
}

.va-benefits-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.va-benefits-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(103, 143, 213, 0.35);
  border-radius: 10px;
  background: #f5f8ff;
}

.va-benefits-point i {
  color: #234982;
}

.va-benefits-point span {
  color: #14385d;
  font-size: 14px;
  font-weight: 600;
}

.va-benefits-cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #678fd5;
  color: #ffffff;
  border: 1px solid #678fd5;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 15px;
}

.va-benefits-cta:hover {
  background: #557ec7;
  color: #ffffff;
}

@media (max-width: 991px) {
  .va-benefits-shell {
    padding: 0;
  }

  .va-benefits-graph {
    padding-right: 0;
  }

  .va-benefits-chart-wrap {
    padding-left: 34px;
  }

  .va-benefits-grid {
    left: 34px;
    bottom: 52px;
  }

  .va-benefits-grid span {
    font-size: 10px;
  }

  .va-benefits-axis {
    min-height: 238px;
    padding-left: 28px;
  }

  .va-benefits-bars {
    min-height: 190px;
    gap: 12px;
  }

  .va-benefit-bar-track {
    height: 176px;
  }

  .va-benefit-bar span {
    font-size: 17px;
    top: -30px;
  }

  .va-benefit-bar-item h5 {
    font-size: 13px;
  }

  .va-benefits-title {
    font-size: 38px;
  }

  .va-benefits-content p {
    font-size: 14px;
  }

  .va-benefits-footnote {
    padding-left: 34px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .va-benefits-title {
    font-size: 34px;
  }
}

/* Milestone Section */
.va-milestone-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(103, 143, 213, 0.16), rgba(103, 143, 213, 0) 38%),
    radial-gradient(circle at 88% 90%, rgba(35, 73, 130, 0.1), rgba(35, 73, 130, 0) 36%),
    #f4f8ff;
}

.va-milestone-subtitle {
  margin: 0;
  color: #5e7fb4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-milestone-title {
  margin: 10px 0 0;
  color: #102a47;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.va-milestone-note {
  margin: 12px auto 0;
  max-width: 620px;
  color: #5d738f;
  font-size: 16px;
}

.va-milestone-item {
  position: relative;
  height: 100%;
  padding: 24px 20px;
  border: 1px solid rgba(35, 73, 130, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 0.96));
  box-shadow: 0 14px 26px rgba(22, 48, 84, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.va-milestone-item:hover {
  transform: translateY(-6px);
  border-color: rgba(103, 143, 213, 0.4);
  box-shadow: 0 18px 32px rgba(22, 48, 84, 0.16);
}

.va-milestone-icon {
  width: 62px;
  height: 62px;
  margin: 0 0 14px;
  border-radius: 14px;
  background: linear-gradient(145deg, #eaf1ff 0%, #f8fbff 100%);
  border: 1px solid rgba(126, 162, 230, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e74b7;
  font-size: 24px;
}

.va-milestone-metric {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.va-milestone-value {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0;
}

.va-milestone-item h4 {
  margin: 0;
  color: #0f2f4e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.va-milestone-value .va-counter {
  color: #0f2f4e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.va-milestone-value .plus {
  color: #678fd5;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.va-milestone-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a819e;
}

.va-milestone-item p {
  margin: 0;
  color: #59708d;
  font-size: 14px;
  line-height: 1.55;
}

/* Features Section */
.va-featured-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 14%, rgba(103, 143, 213, 0.12) 0%, rgba(103, 143, 213, 0) 42%),
    radial-gradient(circle at 90% 86%, rgba(35, 73, 130, 0.08) 0%, rgba(35, 73, 130, 0) 35%),
    #ffffff;
}

.va-featured-title {
  margin: 0 auto;
  max-width: 900px;
  color: #0f172a;
  font-size: clamp(32px, 4.1vw, 54px);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.va-featured-line {
  width: 92px;
  height: 3px;
  margin: 18px auto 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #234982, #678fd5);
}

.va-featured-subtitle {
  margin: 0;
  color: #5f6f81;
  font-size: 16px;
}

.va-featured-controls {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 14px;
  align-items: center;
}

.va-feature-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.va-feature-tab {
  border: 1px solid #d4dce8;
  background: #f2f5fa;
  color: #3a4c60;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.22s ease;
}

.va-feature-tab:hover {
  border-color: #234982;
  color: #234982;
}

.va-feature-tab.active {
  background: #234982;
  border-color: #234982;
  color: #ffffff;
}

.va-feature-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d4dbe7;
  border-radius: 50%;
  background: #ffffff;
  color: #7e8ea2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.va-feature-arrow:hover {
  border-color: #234982;
  color: #234982;
  box-shadow: 0 10px 20px rgba(35, 73, 130, 0.15);
}

.va-feature-panel {
  margin-top: 26px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #5f88ce 0%, #678fd5 45%, #5b85cd 100%);
  border: 1px solid rgba(46, 82, 142, 0.22);
  padding: 28px;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 24px;
  box-shadow: 0 16px 32px rgba(21, 46, 84, 0.18);
}

.va-feature-media img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 18px rgba(12, 28, 55, 0.2);
}

.va-feature-copy h4 {
  display: none;
}

.va-feature-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.58;
  text-wrap: balance;
}

/* Features CTA */
.va-feature-cta {
  background: #ffffff;
  color: #0f2f4e;
}

.va-feature-cta .container {
  max-width: 1160px;
}

.va-feature-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 34px 34px;
  border: 1px solid rgba(35, 73, 130, 0.2);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(14, 39, 76, 0.12);
}

.va-feature-cta-kicker {
  margin: 0 0 10px;
  color: #678fd5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-feature-cta h3 {
  margin: 0 0 8px;
  color: #0f2f4e;
  font-size: 38px;
  line-height: 1.18;
}

.va-feature-cta p {
  color: #4f6481;
  font-size: 16px;
}

.va-feature-cta-btn {
  background: #234982;
  border: 1px solid #234982;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 800;
  color: #ffffff !important;
}

.va-feature-cta-btn:hover {
  background: #678fd5;
  border-color: #678fd5;
  color: #ffffff !important;
}

/* Zero Risk Section */
.va-risk-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 0% 0%, rgba(103, 143, 213, 0.2), rgba(103, 143, 213, 0) 35%),
    radial-gradient(circle at 100% 100%, rgba(103, 143, 213, 0.18), rgba(103, 143, 213, 0) 35%),
    #234982;
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
}

.va-risk-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 16px;
  border: 1px solid rgba(103, 143, 213, 0.45);
  background: rgba(103, 143, 213, 0.12);
  color: #678fd5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.va-risk-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.va-risk-title span {
  color: #678fd5;
}

.va-risk-subtitle {
  margin: 14px 0 0;
  color: rgba(227, 236, 248, 0.9);
  font-size: 26px;
}

.va-risk-card {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(103, 143, 213, 0.32);
  background: rgba(4, 20, 43, 0.74);
  backdrop-filter: blur(2px);
  padding: 26px 20px 22px;
  text-align: center;
}

.va-risk-card h3 {
  margin: 0;
  color: #678fd5;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.va-risk-card h5 {
  margin: 10px 0 8px;
  color: #f7fbff;
  font-size: 22px;
}

.va-risk-card p {
  margin: 0;
  color: rgba(220, 232, 247, 0.85);
  font-size: 18px;
}

.va-risk-footnote {
  color: rgba(202, 219, 240, 0.86);
  font-size: 26px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .va-milestone-title {
    font-size: 36px;
  }

  .va-milestone-note {
    font-size: 15px;
  }

  .va-milestone-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .va-milestone-item h4 {
    font-size: 34px;
  }

  .va-milestone-value .va-counter {
    font-size: 34px;
  }

  .va-milestone-value .plus {
    font-size: 24px;
  }

  .va-featured-title {
    font-size: 38px;
  }

  .va-featured-controls {
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
  }

  .va-feature-panel {
    grid-template-columns: 140px 1fr;
    gap: 16px;
    padding: 20px;
  }

  .va-feature-media img {
    height: 100px;
  }

  .va-feature-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .va-feature-cta h3 {
    font-size: 26px;
  }

  .va-feature-cta-box {
    padding: 22px 18px;
  }

  .va-risk-subtitle {
    font-size: 19px;
  }

  .va-risk-card h3 {
    font-size: 42px;
  }

  .va-risk-card h5 {
    font-size: 18px;
  }

  .va-risk-card p {
    font-size: 15px;
  }

  .va-risk-footnote {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .va-featured-title {
    font-size: 32px;
  }

  .va-featured-subtitle {
    font-size: 14px;
  }

  .va-featured-controls {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .va-feature-arrow {
    display: none;
  }

  .va-feature-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .va-feature-tab {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .va-feature-panel {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }

  .va-feature-media img {
    height: 170px;
  }

  .va-feature-copy p {
    font-size: 15px;
  }

  .va-risk-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
    margin-bottom: 14px;
  }

  .va-risk-title {
    font-size: 34px;
  }

  .va-risk-subtitle {
    font-size: 16px;
  }

  .va-risk-footnote {
    font-size: 16px;
  }
}

/* Hiring Process */
.va-hiring-process {
  background: #ffffff;
}

.va-hiring-eyebrow {
  margin: 0;
  color: #5b708b;
  font-weight: 600;
  font-size: 20px;
}

.va-hiring-title {
  margin: 6px 0 0;
  color: #0f2f4e;
  font-size: 42px;
  line-height: 1.15;
}

.va-hiring-list {
  display: grid;
  gap: 12px;
}

.va-hiring-item {
  border: 1px solid #d9e2f0;
  border-radius: 10px;
  background: #f4f7fc;
  overflow: hidden;
}

.va-hiring-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #193b63;
  font-weight: 700;
}

.va-hiring-item summary::-webkit-details-marker {
  display: none;
}

.va-hiring-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #4a5f7d;
  font-size: 14px;
  line-height: 1.65;
}

/* Why Choose Us + CTA (Merged) */
.va-why-merged {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(103, 143, 213, 0.2) 0%, rgba(103, 143, 213, 0) 38%),
    radial-gradient(circle at 92% 86%, rgba(35, 73, 130, 0.12) 0%, rgba(35, 73, 130, 0) 34%),
    linear-gradient(155deg, #edf3ff 0%, #f8fbff 42%, #ffffff 100%);
}

.va-why-merged::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(35, 73, 130, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 73, 130, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}

.va-why-merged .subtitle {
  background: rgba(103, 143, 213, 0.18) !important;
  color: #234982 !important;
  border: 1px solid rgba(35, 73, 130, 0.22);
}

.va-why-merged h2,
.va-why-merged .lead {
  color: #0f2f4e;
}

.va-why-merged h2 span {
  color: #678fd5;
}

.va-why-compare {
  display: grid;
  gap: 12px;
  border-radius: 18px;
  border: 1px solid rgba(35, 73, 130, 0.18);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(3px);
  padding: 14px;
  box-shadow: 0 16px 34px rgba(19, 43, 81, 0.12);
}

.va-why-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.va-why-col {
  border-radius: 14px;
  padding: 16px 18px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(6, 18, 37, 0.2);
}

.va-why-col.old {
  color: #bc244f;
  border: 1px solid rgba(216, 89, 125, 0.35);
  background: linear-gradient(140deg, rgba(255, 214, 225, 0.82), rgba(255, 238, 243, 0.75));
}

.va-why-col.new {
  color: #234982;
  border: 1px solid rgba(103, 143, 213, 0.5);
  background: linear-gradient(140deg, rgba(191, 212, 245, 0.92), rgba(220, 234, 255, 0.78));
}

.va-why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
}

.va-why-row::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #678fd5;
  border: 1px solid rgba(35, 73, 130, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  z-index: 2;
}

.va-why-row .bad,
.va-why-row .good {
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.35;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.va-why-row .bad {
  color: #8c3954;
  border: 1px solid rgba(216, 112, 139, 0.3);
  background: linear-gradient(160deg, rgba(255, 235, 241, 0.95), rgba(255, 246, 249, 0.9));
}

.va-why-row .good {
  color: #173b64;
  border: 1px solid rgba(103, 143, 213, 0.36);
  background: linear-gradient(160deg, rgba(231, 241, 255, 0.98), rgba(244, 249, 255, 0.95));
}

.va-why-row .bad:hover,
.va-why-row .good:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(13, 33, 64, 0.12);
}

.va-why-row .bad i {
  color: #d75a83;
}

.va-why-row .good i {
  color: #678fd5;
}

.va-why-merged .va-cta-form-shell {
  margin-top: 4px;
  border: 1px solid rgba(35, 73, 130, 0.2);
  background:
    radial-gradient(circle at 12% 16%, rgba(103, 143, 213, 0.2) 0%, rgba(103, 143, 213, 0) 40%),
    rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 30px rgba(15, 36, 69, 0.14);
}

.va-why-merged .va-cta-kicker,
.va-why-merged .va-cta-form-copy h2,
.va-why-merged .va-cta-form-copy > p,
.va-why-merged .va-cta-points li,
.va-why-merged .va-cta-points i {
  color: #234982 !important;
}

.va-why-merged .va-cta-form-card {
  border: 1px solid rgba(35, 73, 130, 0.2);
  background: #ffffff;
}

.va-why-merged .va-cta-submit {
  background: #234982;
  border-color: #234982;
}

.va-why-merged .va-cta-submit:hover {
  background: #678fd5;
  border-color: #678fd5;
}

/* CTA Form Section */
.va-cta-form-section {
  background: #ffffff;
}

.va-cta-form-shell {
  border-radius: 22px;
  padding: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(103, 143, 213, 0.16) 0%, rgba(103, 143, 213, 0) 44%),
    linear-gradient(155deg, #f5f8ff 0%, #ffffff 54%);
  border: 1px solid rgba(35, 73, 130, 0.15);
  box-shadow: 0 20px 40px rgba(17, 42, 80, 0.11);
}

.va-cta-kicker {
  margin: 0 0 10px;
  color: #678fd5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-cta-form-copy h2 {
  margin: 0 0 12px;
  color: #0f2f4e;
  font-size: 44px;
  line-height: 1.14;
}

.va-cta-form-copy > p {
  margin: 0;
  color: #4f6582;
  font-size: 17px;
  line-height: 1.66;
}

.va-cta-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.va-cta-points li {
  color: #234982;
  font-weight: 600;
  font-size: 15px;
}

.va-cta-points i {
  color: #678fd5;
  margin-right: 8px;
}

.va-cta-form-card {
  border-radius: 16px;
  padding: 22px;
  border: 1px solid rgba(35, 73, 130, 0.2);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 40, 74, 0.08);
}

.va-cta-form-card h4 {
  margin: 0 0 12px;
  color: #0f2f4e;
  font-size: 24px;
}

.va-cta-form-card label {
  display: block;
  margin-bottom: 6px;
  color: #355374;
  font-size: 13px;
  font-weight: 700;
}

.va-cta-form-card input,
.va-cta-form-card textarea {
  width: 100%;
  border: 1px solid #cfdae7;
  border-radius: 10px;
  padding: 11px 12px;
  color: #0f2f4e;
  background: #f8fbff;
  font-size: 14px;
}

.va-cta-form-card input:focus,
.va-cta-form-card textarea:focus {
  border-color: #678fd5;
  outline: none;
  background: #ffffff;
}

.va-cta-submit {
  width: 100%;
  background: #234982;
  border: 1px solid #234982;
  color: #ffffff !important;
  border-radius: 10px;
}

.va-cta-submit:hover {
  background: #678fd5;
  border-color: #678fd5;
}

@media (max-width: 991px) {
  .va-cta-form-shell {
    padding: 20px;
    border-radius: 16px;
  }

  .va-cta-form-copy h2 {
    font-size: 32px;
  }

  .va-cta-form-copy > p {
    font-size: 15px;
  }

  .va-why-row .bad,
  .va-why-row .good {
    font-size: 15px;
  }

  .va-why-row::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .va-why-head,
  .va-why-row {
    grid-template-columns: 1fr;
  }

  .va-why-col {
    font-size: 13px;
  }

  .va-why-row .bad,
  .va-why-row .good {
    font-size: 14px;
    padding: 12px 13px;
  }
}

.va-hiring-item[open] summary {
  background: #eaf1fb;
}

.va-hiring-item i {
  color: #5e7aa3;
  transition: transform 0.2s ease;
}

.va-hiring-item[open] i {
  transform: rotate(180deg);
}

/* Hiring Models Section */
.va-hiring-models-section {
  background: #f2f6fc;
}

.va-hiring-models-section h2 {
  color: #0f2f4e;
}

.va-hiring-models-section .lead {
  color: #4f6481;
}

.va-model-card {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(35, 73, 130, 0.18);
  background: #ffffff;
  padding: 24px 22px 22px;
  box-shadow: 0 12px 24px rgba(18, 43, 82, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.va-model-card h4 {
  margin: 0 0 18px;
  color: #ffffff;
  background: linear-gradient(90deg, #234982, #678fd5);
  border-radius: 999px;
  padding: 11px 14px;
  text-align: center;
  font-size: 18px;
}

.va-model-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #234982;
  color: #234982;
  background: #f7fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.va-model-note {
  margin: 16px 0 14px;
  color: #233f61;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
}

.va-model-card h5 {
  margin: 0 0 10px;
  color: #0f2f4e;
  font-size: 34px;
}

.va-model-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.va-model-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #556c88;
  font-size: 15px;
}

.va-model-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #678fd5;
  font-size: 14px;
}

.va-model-btn {
  margin-top: auto;
  align-self: center;
  min-width: 170px;
}

.va-model-card.featured {
  background: #234982;
  border-color: #234982;
}

.va-model-card.featured .va-model-icon {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.va-model-card.featured .va-model-note,
.va-model-card.featured h5,
.va-model-card.featured ul li {
  color: #ffffff;
}

.va-model-card.featured ul li::before {
  color: #b8d3ff;
}

.va-model-card.featured .va-model-btn {
  background: #678fd5;
  border-color: #678fd5;
}

.va-model-card.featured .va-model-btn:hover {
  background: #86a8e3;
  border-color: #86a8e3;
}

/* CTA after Testimonials */
.va-after-testimonial-cta {
  background: #ffffff;
}

.va-after-testimonial-cta-box {
  border-radius: 18px;
  border: 1px solid rgba(35, 73, 130, 0.18);
  background:
    radial-gradient(circle at 14% 20%, rgba(103, 143, 213, 0.22), rgba(103, 143, 213, 0) 42%),
    linear-gradient(140deg, #f6f9ff 0%, #ffffff 65%);
  padding: 28px 30px;
  box-shadow: 0 16px 30px rgba(17, 42, 80, 0.1);
}

.va-after-testimonial-kicker {
  margin: 0 0 10px;
  color: #678fd5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-after-testimonial-cta-box h3 {
  margin: 0 0 10px;
  color: #0f2f4e;
  font-size: 34px;
  line-height: 1.2;
}

.va-after-testimonial-cta-box p {
  color: #536983;
  font-size: 16px;
}

.va-after-testimonial-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.va-after-testimonial-btn {
  min-width: 170px;
  text-align: center;
}

.va-after-testimonial-btn.primary {
  background: #234982;
  border: 1px solid #234982;
  color: #ffffff !important;
}

.va-after-testimonial-btn.primary:hover {
  background: #678fd5;
  border-color: #678fd5;
}

.va-after-testimonial-btn.ghost {
  background: #ffffff;
  border: 1px solid #234982;
  color: #234982 !important;
}

.va-after-testimonial-btn.ghost:hover {
  background: #eef4ff;
}

.va-hiring-visual {
  width: 100%;
  margin-top: 8px;
}

.va-hiring-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .va-hiring-title {
    font-size: 32px;
  }

  .va-model-card h4 {
    font-size: 17px;
  }

  .va-model-note {
    font-size: 15px;
  }

  .va-model-card h5 {
    font-size: 28px;
  }

  .va-model-card ul li {
    font-size: 14px;
  }

  .va-after-testimonial-cta-box {
    padding: 20px 18px;
  }

  .va-after-testimonial-cta-box h3 {
    font-size: 26px;
  }

  .va-after-testimonial-actions {
    justify-content: flex-start;
  }

  .va-after-testimonial-btn {
    width: 100%;
  }

  .va-hiring-visual {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .va-hiring-eyebrow {
    font-size: 16px;
  }

  .va-hiring-title {
    font-size: 28px;
  }

  .va-hiring-visual img {
    max-width: 100%;
  }
}

/* Category FAQ */
.va-faq-categories-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #1d3f76 0%, #234982 58%, #2e58a5 100%);
}

.va-faq-categories-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(103, 143, 213, 0.5) 0%, rgba(103, 143, 213, 0) 70%);
  pointer-events: none;
}

.va-faq-categories-section .container {
  position: relative;
  z-index: 1;
}

.va-faq-categories-section .lead {
  color: rgba(255, 255, 255, 0.84);
}

.va-faq-content {
  max-width: 1060px;
  margin: 0 auto;
}

.va-faq-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(8, 26, 52, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.va-faq-category-btn {
  flex: 0 1 auto;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #e9f1ff;
  border-radius: 999px;
  min-height: 52px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  text-align: center;
  transition: all 0.25s ease;
}

.va-faq-category-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.va-faq-category-btn.active {
  color: #ffffff;
  border-color: #678fd5;
  background: linear-gradient(135deg, #678fd5 0%, #4f79c0 100%);
  box-shadow: 0 10px 26px rgba(7, 19, 40, 0.34);
}

.va-faq-category-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.va-faq-panel-wrap {
  border-radius: 18px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 22px 46px rgba(7, 23, 48, 0.24);
}

.va-faq-category-panel {
  display: none;
}

.va-faq-category-panel.active {
  display: block;
}

.va-faq-categories-section .accordion-section-title {
  border: 1px solid #d9e6ff;
  background: #f7fbff;
  color: #12335a;
  border-radius: 12px;
  padding: 15px 48px 15px 16px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.22s ease;
}

.va-faq-categories-section .accordion-section-title:after {
  color: #234982;
}

.va-faq-categories-section .accordion-section-title:hover {
  border-color: #bfd3f6;
  background: #edf4ff;
}

.va-faq-categories-section .accordion-section-title.active {
  border-color: #678fd5;
  background: linear-gradient(135deg, #678fd5 0%, #5984ca 100%);
  color: #ffffff;
}

.va-faq-categories-section .accordion-section-title.active:after {
  color: #ffffff;
}

.va-faq-categories-section .accordion-section-content {
  background: #ffffff;
  border: 1px solid #dfeaff;
  border-radius: 12px;
  margin: 0 0 14px;
  padding: 16px;
  color: #39567a;
}

.va-faq-categories-section .accordion-section-content p {
  margin: 0;
  color: #39567a;
}

@media (max-width: 991px) {
  .va-faq-category-list {
    max-width: 100%;
    padding: 8px;
  }

  .va-faq-panel-wrap {
    padding: 14px;
  }

  .va-faq-category-btn {
    flex: 1 1 calc(50% - 8px);
    min-height: 48px;
    font-size: 14px;
  }

  .va-faq-categories-section .accordion-section-title {
    font-size: 15px;
    padding: 14px 44px 14px 14px;
  }
}

@media (max-width: 575px) {
  .va-faq-category-btn {
    flex: 1 1 100%;
  }
}

/* Modern Footer */
.va-footer-modern {
  padding: 72px 0 26px;
  background: linear-gradient(145deg, #0b1d38 0%, #112c53 100%);
  color: #dbe7ff;
}

.va-footer-shell {
  border: 1px solid rgba(158, 188, 241, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 28px;
}

.va-footer-topline {
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(156, 188, 242, 0.25);
  background: linear-gradient(130deg, rgba(103, 143, 213, 0.24), rgba(103, 143, 213, 0.06));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.va-footer-kicker {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aac7fb;
  font-weight: 700;
}

.va-footer-topline-copy h4 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
}

.va-footer-topline-btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
  color: #ffffff;
  background: #678fd5;
  border: 1px solid #678fd5;
  box-shadow: 0 10px 22px rgba(32, 65, 120, 0.36);
}

.va-footer-topline-btn:hover {
  color: #ffffff;
  background: #7ea2df;
  border-color: #7ea2df;
}

.va-footer-brand img {
  max-width: 208px;
  height: auto;
  margin-bottom: 16px;
}

.va-footer-brand p {
  color: #c5d6f7;
  line-height: 1.7;
  margin: 0 0 16px;
  max-width: 320px;
}

.va-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.va-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid rgba(154, 185, 239, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.2s ease;
}

.va-footer-socials a:hover {
  transform: translateY(-2px);
  background: #678fd5;
  border-color: #678fd5;
  color: #ffffff;
}

.va-footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  height: 100%;
  align-content: start;
}

.va-footer-links h5,
.va-footer-contact h5 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(154, 184, 236, 0.22);
}

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

.va-footer-links li {
  margin-bottom: 8px;
}

.va-footer-links a {
  color: #d4e2ff;
  font-weight: 400;
  transition: all 0.2s ease;
}

.va-footer-links a:hover {
  color: #9abcf5;
}

.va-footer-contact {
  border: 1px solid rgba(158, 188, 241, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
  height: 100%;
}

.va-footer-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}

.va-footer-phone i {
  color: #7fa7e8;
  font-size: 24px;
}

.va-footer-contact-item {
  margin-bottom: 11px;
}

.va-footer-contact-item strong {
  display: block;
  color: #eef4ff;
  margin-bottom: 3px;
  font-size: 13px;
}

.va-footer-contact-item p,
.va-footer-contact-item a {
  margin: 0;
  color: #c4d8fd;
  line-height: 1.55;
}

.va-footer-empty {
  margin: 4px 0 14px;
  color: #c4d8fd;
}

.va-footer-cta {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 9px;
  background: #678fd5;
  color: #ffffff;
  font-weight: 600;
}

.va-footer-cta:hover {
  background: #7fa2df;
  color: #ffffff;
}

.va-footer-bottom {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(158, 188, 241, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.va-footer-copy {
  color: #b5caf0;
  font-size: 14px;
}

.va-footer-policy {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.va-footer-policy a {
  color: #cadbf9;
  font-size: 14px;
  font-weight: 500;
}

.va-footer-policy a:hover {
  color: #9fc0ff;
}

@media (max-width: 991px) {
  .va-footer-modern {
    padding: 56px 0 22px;
  }

  .va-footer-shell {
    padding: 22px 16px;
  }

  .va-footer-topline {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    margin-bottom: 20px;
  }

  .va-footer-topline-copy h4 {
    font-size: 22px;
  }

  .va-footer-topline-btn {
    width: 100%;
  }

  .va-footer-links-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .va-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Final CTA after Blog */
.va-final-cta-section {
  background:
    linear-gradient(140deg, #234982 0%, #2d58a1 100%);
}

.va-final-cta-box {
  padding: 10px 0;
}

.va-final-cta-kicker {
  margin: 0 0 10px;
  color: rgba(207, 224, 252, 0.92);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.va-final-cta-box h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.va-final-cta-box p {
  margin: 0;
  color: rgba(229, 238, 255, 0.9);
  font-size: 17px;
  line-height: 1.62;
}

.va-final-cta-points {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.va-final-cta-points span {
  color: #e7f0ff;
  font-size: 14px;
  font-weight: 600;
}

.va-final-cta-points i {
  color: #aecdff;
  margin-right: 7px;
}

.va-final-cta-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.va-final-cta-btn {
  min-width: 220px;
  text-align: center;
}

.va-final-cta-btn.primary {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #234982 !important;
}

.va-final-cta-btn.primary:hover {
  background: #eaf2ff;
  border-color: #eaf2ff;
}

.va-final-cta-btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff !important;
}

.va-final-cta-btn.ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .va-final-cta-box {
    padding: 0;
  }

  .va-final-cta-box h2 {
    font-size: 32px;
  }

  .va-final-cta-box p {
    font-size: 15px;
  }

  .va-final-cta-actions {
    justify-items: stretch;
  }

  .va-final-cta-btn {
    min-width: 0;
    width: 100%;
  }
}

/* Premium Features Section Override */
.va-featured-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(103, 143, 213, 0.15), rgba(103, 143, 213, 0) 40%),
    radial-gradient(circle at 84% 90%, rgba(35, 73, 130, 0.11), rgba(35, 73, 130, 0) 36%),
    #f4f8ff;
}

.va-featured-shell {
  position: relative;
  overflow: visible;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.va-featured-glow {
  display: none;
}

.va-featured-glow-1 {
  left: -90px;
  top: -90px;
  background: radial-gradient(circle, rgba(103, 143, 213, 0.26), rgba(103, 143, 213, 0));
}

.va-featured-glow-2 {
  right: -80px;
  bottom: -100px;
  background: radial-gradient(circle, rgba(35, 73, 130, 0.22), rgba(35, 73, 130, 0));
}

.va-featured-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(35, 73, 130, 0.08);
  color: #2a4f8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-featured-title {
  margin: 0 auto;
  max-width: 920px;
  color: #102949;
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.va-featured-line {
  width: 110px;
  height: 4px;
  margin: 18px auto 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #234982 0%, #678fd5 100%);
}

.va-featured-subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: #5a6f8c;
  font-size: 16px;
}

.va-featured-controls {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 14px;
  align-items: center;
}

.va-feature-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(35, 73, 130, 0.2);
  border-radius: 50%;
  background: #ffffff;
  color: #3a5f9f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(22, 48, 84, 0.1);
  transition: all 0.2s ease;
}

.va-feature-arrow:hover {
  border-color: #234982;
  color: #ffffff;
  background: #234982;
}

.va-feature-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.va-feature-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(35, 73, 130, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: #325486;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
}

.va-feature-tab-index {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(35, 73, 130, 0.09);
  color: #34578b;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.va-feature-tab.active {
  background: #234982;
  border-color: #234982;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(35, 73, 130, 0.28);
}

.va-feature-tab.active .va-feature-tab-index {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.va-feature-panel {
  margin-top: 28px;
  border-radius: 22px;
  border: 1px solid rgba(35, 73, 130, 0.2);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  align-items: stretch;
  background:
    linear-gradient(130deg, #1f3f74 0%, #285094 48%, #678fd5 100%);
  box-shadow: 0 20px 36px rgba(21, 46, 84, 0.2);
}

.va-feature-media {
  position: relative;
  min-height: 260px;
}

.va-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 25, 54, 0.05), rgba(9, 25, 54, 0.35));
}

.va-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.va-feature-copy {
  padding: 34px 34px;
}

.va-feature-label {
  margin: 0 0 10px;
  color: rgba(216, 230, 254, 0.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.va-feature-copy h4 {
  display: block;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 38px);
  letter-spacing: -0.02em;
  line-height: 1.14;
}

.va-feature-copy p {
  margin: 0;
  color: rgba(237, 244, 255, 0.95);
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .va-featured-shell {
    padding: 0;
    border-radius: 0;
  }

  .va-featured-title {
    font-size: 40px;
  }

  .va-featured-controls {
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
  }

  .va-feature-panel {
    grid-template-columns: 1fr;
  }

  .va-feature-media,
  .va-feature-media img {
    min-height: 230px;
  }

  .va-feature-copy {
    padding: 24px 20px;
  }

  .va-feature-copy h4 {
    font-size: 28px;
  }

  .va-feature-copy p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .va-featured-title {
    font-size: 32px;
  }

  .va-featured-subtitle {
    font-size: 14px;
  }

  .va-featured-controls {
    grid-template-columns: 1fr;
  }

  .va-feature-arrow {
    display: none;
  }

  .va-feature-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .va-feature-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .va-feature-media,
  .va-feature-media img {
    min-height: 200px;
  }

  .va-feature-copy h4 {
    font-size: 24px;
  }

  .va-feature-copy p {
    font-size: 15px;
  }
}
