/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

:root {
  --primary: #3366FF;
}

@media (max-width: 767.98px) {
  .container,
  .navbar-container > .container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.bg-primary {
  background-color: #3366FF !important;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.15s ease, opacity 0.15s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.footer-social-link svg {
  display: block;
}

.btn-primary {
  background-color: #3366FF;
  border-color: #3366FF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #2952E6;
  border-color: #2952E6;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #1F45D6;
  border-color: #1F45D6;
}

.text-primary {
  color: #3366FF !important;
}

.w-200p {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.navbar-brand img {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.text-soft {
  color: #7A8290 !important;
}

.balance-featured {
  position: relative;
  z-index: 2;
  overflow: visible;
}

@media (min-width: 992px) {
  .balance-featured {
    transform: scale(1.06);
  }
}

.balance-featured-badge {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  letter-spacing: 0.05em;
  color: #fff !important;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  
  align-self: center;
  height: auto !important;
  bottom: auto;
  display: inline-block;
}

.packages-featured-badge {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  background: #14B8A6 !important;
  color: #fff !important;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  align-self: center;
  height: auto !important;
  bottom: auto;
  display: inline-block;
  padding: 0.4rem 0.9rem;
}

.package-card {
  border-radius: 1rem;
  overflow: visible;
}

.packages .balance-featured {
  box-shadow: 0 24px 48px -14px rgba(41, 71, 176, 0.32) !important;
}

.package-tier-icon {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.75rem;
  background: #E3EAFD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-tier-icon .icon {
  width: 1.3rem;
  height: 1.3rem;
}

.package-tier-icon-featured {
  background: #3366FF;
}

.package-tier-intro {
  margin-bottom: 0.75rem;
  min-height: 4.25rem;
}

.package-tier-intro p {
  line-height: 1.4;
}

.package-tier-detail {
  margin-top: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.package-tier-detail small {
  margin-bottom: 0.15rem;
}

.packages-billing-note {
  font-size: 0.9rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.packages-check {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #E4F5EC;
  color: #1F9254;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  margin-top: 0.15rem;
}

.packages-included-item {
  line-height: 1.5;
}

.packages-included-body {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.packages-included-illo {
  flex: 0 0 auto;
  width: 12.5rem;
}

.packages-included-illo img {
  width: 100%;
  height: auto;
  display: block;
}

.packages-included-content {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767.98px) {
  .packages-included-body {
    flex-direction: column;
    text-align: left;
  }

  .packages-included-illo {
    width: 10rem;
  }
}

.gs-hero .gs-hero-crumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.16);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-bottom: 0;
}

.gs-hero .gs-hero-crumbs .breadcrumb-item,
.gs-hero .gs-hero-crumbs .breadcrumb-item a,
.gs-hero .gs-hero-crumbs .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
}

.gs-hero .gs-hero-crumbs .breadcrumb-item.active {
  color: #fff;
}

.gs-hero .gs-hero-crumbs .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.gs-hero-illo img {
  width: 100%;
  max-width: 28rem;
  height: auto;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .gs-hero-row {
    flex-direction: column-reverse;
  }

  .gs-hero-illo {
    margin-bottom: 1rem;
  }

  .gs-hero-illo img {
    max-width: 20rem;
  }
}

.balance-illo {
  max-width: 28.75rem;
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.balance-illo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.diff-card-title {
  min-height: 3rem;
  margin-bottom: 0.75rem !important;
}

.jinvoy-difference-illo {
  width: 10rem;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 575.98px) {
  .jinvoy-difference-illo {
    width: 7.5rem;
  }
}

.how-it-works-sub {
  display: block;
  padding-left: calc(1.333em + 1rem);
}

.how-it-works-mark {
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  font-size: 0.7rem;
}

.how-it-works-check {
  background: #E4F5EC;
  color: #1F9254;
}

.how-it-works-x {
  background: #FBEAE8;
  color: #C94B3F;
}

.how-it-works-summary-lose {
  background: #FAFAFB;
}

@media (max-width: 767.98px) {
  .how-it-works-row .col-md-6.bg-primary-alt {
    border-bottom: 1px dashed #E7EAF2;
  }
}

.balance-spectrum {
  position: relative;
  padding-top: 5.5rem;
  margin-bottom: 2rem;
}

.balance-spectrum-pin {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

[data-aos].aos-animate .balance-spectrum-pin {
  animation: balance-pin-drop 0.7s ease-out 0.15s both;
}

@keyframes balance-pin-drop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-aos].aos-animate .balance-spectrum-pin {
    animation: none;
  }
}

.balance-spectrum-badge {
  background: #fff;
  color: #3366FF;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.balance-spectrum-stem {
  width: 2px;
  height: 1.875rem;
  background: rgba(255, 255, 255, 0.55);
}

.balance-spectrum-pin-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  margin-top: -0.25rem;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

.balance-spectrum-track {
  position: relative;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, #8B5CF6 0%, rgba(255, 255, 255, 0.9) 50%, #60A5FA 100%);
}

.balance-spectrum-end {
  position: absolute;
  top: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.balance-spectrum-end-left {
  left: -6px;
}

.balance-spectrum-end-right {
  right: -6px;
}

@media (max-width: 575.98px) {
  .balance-spectrum-badge {
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem;
  }
}

.balance-spectrum-pills {
  gap: 0.65rem;
}

.balance-spectrum-pill {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6rem 1.15rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.engage-step-num {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .engage-steps {
    position: relative;
  }

  
  .engage-steps::before {
    content: "";
    position: absolute;
    top: calc(2.875rem / 2);
    left: calc(15px + 1.4375rem);
    right: calc(25% - 15px - 1.4375rem);
    height: 2px;
    margin-top: -1px;
    background: #D5DAE6;
    z-index: 0;
  }

  
  .engage-steps::after {
    content: "";
    position: absolute;
    top: calc(2.875rem / 2);
    left: calc(75% + 15px + 2.875rem + 0.35rem);
    right: 15px;
    height: 16px;
    margin-top: -8px;
    z-index: 0;
    pointer-events: none;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cpath d='M2 2.5 L11 8 L2 13.5' stroke='%23B0B7C8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"),
      repeating-linear-gradient(
        to right,
        #D5DAE6 0 5px,
        transparent 5px 11px
      );
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    background-size: 14px 16px, calc(100% - 12px) 2px;
    
    -webkit-mask-image: linear-gradient(
      to right,
      #000 0%,
      #000 45%,
      rgba(0, 0, 0, 0.45) calc(100% - 18px),
      #000 calc(100% - 14px),
      #000 100%
    );
    mask-image: linear-gradient(
      to right,
      #000 0%,
      #000 45%,
      rgba(0, 0, 0, 0.45) calc(100% - 18px),
      #000 calc(100% - 14px),
      #000 100%
    );
  }
}

.final-cta {
  overflow: hidden;
  background-color: #10152B;
  padding: 5.5rem 0;
}

@media (max-width: 640px) {
  .final-cta {
    padding: 4.25rem 0;
  }
}

.final-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: 620px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(62, 99, 221, 0.35) 0%, rgba(62, 99, 221, 0) 70%);
  pointer-events: none;
}

.final-cta-eyebrow {
  letter-spacing: 0.1em;
  color: #A9B6F0;
}

.final-cta-actions {
  gap: 1.125rem;
}

.final-cta-secondary {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}

.final-cta-secondary:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.btn-primary-2 {
  color: #fff;
  background-color: #14B8A6;
  border-color: #14B8A6;
}

.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2.focus {
  color: #fff;
  background-color: #0D9488;
  border-color: #0F766E;
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.35);
}

.btn-primary-2:not(:disabled):not(.disabled):active,
.btn-primary-2:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0F766E;
  border-color: #115E59;
}

.badge-primary-2 {
  color: #fff;
  background-color: #14B8A6;
}

.home-hero-actions {
  gap: 1.375rem;
}

.home-hero-secondary {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.home-hero-secondary:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.quote-mark {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -0.875rem;
  color: #C9D6F7;
}

.quote-rule {
  width: 3.25rem;
  height: 3px;
  border-radius: 3px;
}

.quote-bridges {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.bridge-mini-step {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #E3EAFD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.bridge-mini-step .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.bridge-mini-line {
  width: 1.625rem;
  height: 2px;
  flex: 0 0 auto;
}

.team-strip-faces .team-strip-face {
  width: 3.375rem;
  height: 3.375rem;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(27, 29, 40, 0.1);
  margin-left: -0.875rem;
}

.team-strip-faces .team-strip-face:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .quote-bridges .btn {
    display: block;
    width: 100%;
  }
}

.who-we-are-hero {
  background-color: #E1E7F7;
  background-image: url('../img/WhoWeAre01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 24rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.who-we-are-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(248, 250, 255, 0.98) 0%,
    rgba(245, 248, 255, 0.94) 42%,
    rgba(235, 240, 252, 0.55) 68%,
    rgba(225, 231, 247, 0) 82%
  );
  pointer-events: none;
}

.who-we-are-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: flex-start;
}

.hero-copy-row {
  min-height: 20rem;
}

@media (max-width: 991.98px) {
  .hero-copy-row {
    min-height: 14rem;
  }
}

.who-we-are-hero .display-4 {
  color: #1B1D28;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.who-we-are-hero-sub {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4B5468;
  margin: 0 0 1.75rem;
}

.who-we-are-hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.who-we-are-hero-ctas .btn-primary {
  background-color: #2947B0;
  border-color: #2947B0;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: 0.625rem;
}

.who-we-are-hero-ctas .btn-primary:hover,
.who-we-are-hero-ctas .btn-primary:focus {
  background-color: #213A94;
  border-color: #213A94;
}

.who-we-are-hero-secondary {
  color: #2947B0;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(41, 71, 176, 0.4);
  padding-bottom: 0.125rem;
}

.who-we-are-hero-secondary:hover {
  color: #213A94;
  text-decoration: none;
  border-bottom-color: #213A94;
}

@media (max-width: 700px) {
  .who-we-are-hero {
    min-height: 20rem;
    background-position: 70% bottom;
  }
}

.bg-light-blue {
  background-color: #e1e7f7 !important;
}

.our-values {
  background: #FFFFFF;
  padding: 4.75rem 0;
  position: relative;
  overflow: hidden;
}

.our-values-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.our-values-dot-1 {
  width: 18px;
  height: 18px;
  background: #FF7A59;
  top: 64px;
  right: 9%;
}

.our-values-dot-2 {
  width: 10px;
  height: 10px;
  background: #FFC9B3;
  top: 42%;
  right: 22%;
}

.our-values-dot-3 {
  width: 12px;
  height: 12px;
  background: #A9BCF5;
  bottom: 54px;
  right: 6%;
}

.our-values-dot-4 {
  width: 14px;
  height: 14px;
  background: #A9BCF5;
  top: 88px;
  left: 7%;
}

.our-values-dot-5 {
  width: 8px;
  height: 8px;
  background: #FF7A59;
  top: 58%;
  left: 4%;
}

.our-values-dot-6 {
  width: 11px;
  height: 11px;
  background: #FFC9B3;
  bottom: 72px;
  left: 14%;
}

.our-values-dot-7 {
  width: 9px;
  height: 9px;
  background: #FF7A59;
  top: 28%;
  right: 4%;
}

.our-values-dot-8 {
  width: 16px;
  height: 16px;
  background: #FFC9B3;
  top: 71%;
  left: 47%;
}

.our-values-dot-9 {
  width: 10px;
  height: 10px;
  background: #A9BCF5;
  bottom: 28%;
  right: 14%;
}

.our-values-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125rem;
}

.our-values .value-card {
  background: #FFFFFF;
  border: 1px solid #D3DBF5;
  border-radius: 14px;
  padding: 1.625rem 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex: 1 1 18.75rem;
  max-width: 20.625rem;
  box-shadow: 0 2px 8px rgba(41, 71, 176, 0.06);
}

.value-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  background: #DDE5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.value-card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #2947B0;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.value-card-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1B1D28;
  margin: 0;
}

.value-card-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5B6270;
  margin: 0;
}

@media (max-width: 760px) {
  .our-values .value-card {
    flex: 1 1 100%;
    max-width: none;
  }
}

.team-carousel {
  margin: 0 -0.75rem 1rem;
}

.team-carousel .carousel-cell {
  width: 100%;
  padding: 0.25rem 0.75rem 1.5rem;
  height: auto;
  display: flex;
}

@media (min-width: 768px) {
  .team-carousel .carousel-cell {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .team-carousel .carousel-cell {
    width: 33.333%;
  }
}

.team-carousel .team-member-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-carousel .team-member-bio {
  flex: 1 1 auto;
}

.team-carousel .flickity-button {
  background: #fff;
  box-shadow: 0 4px 14px rgba(27, 29, 40, 0.12);
}

.team-carousel .flickity-button:hover {
  background: #fff;
}

.team-carousel .flickity-prev-next-button {
  width: 2.5rem;
  height: 2.5rem;
}

.team-carousel .flickity-prev-next-button.previous {
  left: -0.25rem;
}

.team-carousel .flickity-prev-next-button.next {
  right: -0.25rem;
}

.team-carousel .flickity-page-dots {
  bottom: -0.25rem;
}

.team-carousel .flickity-page-dots .dot {
  background: #3366FF;
}

.team-member-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.team-member-photo {
  position: relative;
  width: 11.5rem;
  height: 11.5rem;
  margin: 1.5rem auto 0;
  flex: 0 0 auto;
  background-color: #E3EAFD;
  overflow: hidden;
  border-radius: 0.5rem;
}

.team-member-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #DDE5FC 0%, #B8C8F5 100%);
  color: #2947B0;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
}

.team-member-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.2s ease;
}

.team-member-photo .team-photo-hover {
  opacity: 0;
}

.team-member-photo:hover .team-photo-hover {
  opacity: 1;
}

.team-member-photo:hover .team-photo-default {
  opacity: 0;
}

.team-member-head {
  flex: 0 0 auto;
  padding: 1.125rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.team-member-head .team-member-role {
  margin: 0;
  min-height: 1.25rem;
  line-height: 1.25rem;
}

.team-member-bio {
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.65;
  padding: 1.25rem;
}

.navbar-container .navbar {
  border-bottom: 1px solid #E7EAF2;
}

.navbar-container .navbar-nav .nav-link {
  font-weight: 600;
  color: #3E63DD !important;
}

.navbar-container .navbar-nav .nav-link:hover,
.navbar-container .navbar-nav .nav-link:focus {
  color: #2947B0 !important;
}

.navbar-container .navbar-nav .nav-link.active {
  color: #1B1D28 !important;
}

.navbar-container .btn-primary {
  border-radius: 0.5rem;
  font-weight: 700;
  padding: 0.65rem 1.35rem;
}

.contact-form-section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.contact-form-card .form-group label {
  font-weight: 600;
  color: #1B1D28;
}

.contact-form-card .contact-message {
  min-height: 9.5rem;
}

.contact-footnotes a {
  border-bottom: 1px solid rgba(41, 71, 176, 0.3);
}

@media (max-width: 767.98px) {
  .contact-submit-row .btn {
    width: 100%;
  }
}

.platform-flow {
  padding-top: 4.25rem;
  padding-bottom: 4.75rem;
}

.platform-flow-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1.7fr auto 1fr;
  align-items: start;
  gap: 0;
}

.platform-flow-node {
  background: #FFFFFF;
  border: 1px solid #E7EAF2;
  border-radius: 1rem;
  padding: 1.625rem 1.375rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.platform-flow-node-mid {
  border-color: #3E63DD;
  box-shadow: 0 12px 28px -12px rgba(41, 71, 176, 0.28);
}

.platform-flow-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: #E3EAFD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-flow-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke: #2947B0;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.platform-flow-icon-mid {
  background: #3E63DD;
}

.platform-flow-icon-mid svg {
  stroke: #FFFFFF;
}

.platform-flow-node-title {
  font-weight: 700;
  font-size: 0.96875rem;
  color: #1B1D28;
  margin: 0;
}

.platform-flow-node-desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #5B6270;
  margin: 0;
}

.platform-flow-caps {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 0.25rem;
  width: 100%;
  text-align: left;
}

.platform-flow-cap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.platform-flow-cap-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5625rem;
  background: #E3EAFD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-flow-cap-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: #2947B0;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.platform-flow-cap-label {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: #1B1D28;
  margin-bottom: 0.125rem;
}

.platform-flow-cap-desc {
  display: block;
  font-size: 0.78125rem;
  line-height: 1.45;
  color: #5B6270;
}

.platform-flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2.75rem;
  width: 5.25rem;
}

.platform-flow-arrow-line {
  width: 100%;
  height: 14px;
  stroke: #C7CFE8;
  stroke-width: 2;
  fill: none;
}

.platform-flow-arrow-label {
  font-size: 0.71875rem;
  font-weight: 600;
  color: #2947B0;
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.4;
  max-width: 6.25rem;
}

@media (max-width: 991.98px) {
  .platform-flow-diagram {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .platform-flow-arrow {
    flex-direction: row;
    width: auto;
    padding-top: 0;
    gap: 0.875rem;
    justify-content: center;
  }

  .platform-flow-arrow-line {
    width: 2.5rem;
    transform: rotate(90deg);
  }

  .platform-flow-arrow-label {
    margin-top: 0;
    max-width: none;
  }
}

.jv-comp-card {
  background: #F7F8FA;
  border: 1px solid #E1E5EB;
  border-radius: 14px;
  padding: 1.75rem 1.5rem 1.25rem;
}

.jv-comp-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0B1A33;
  margin: 0 0 0.25rem;
}

.jv-comp-card-sub {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #45506A;
  opacity: 0.85;
  margin: 0 0 1.25rem;
}

.jv-comp-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid #E1E5EB;
}

.jv-comp-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.jv-comp-icon {
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.5rem;
  background: #E3EAFD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jv-comp-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: #3366FF;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jv-comp-item-text {
  padding-top: 0.125rem;
}

.jv-comp-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0B1A33;
  line-height: 1.4;
}

.jv-comp-desc {
  display: block;
  font-size: 0.8125rem;
  color: #45506A;
  opacity: 0.85;
  line-height: 1.45;
  margin-top: 0.125rem;
}

.jv-comp-footnote {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: #45506A;
}

.jv-comp-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #3366FF;
  flex: 0 0 auto;
}

.platform-hero .display-4 {
  color: #1B1D28;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.platform-hero-def {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #5B6270;
  max-width: 42rem;
  margin: 0;
}

.platform-hero-def strong {
  color: #1B1D28;
  font-weight: 700;
}

.platform-hero-accent {
  color: #2947B0;
  font-weight: 700;
}

.platform-hero-illo img {
  width: 100%;
  max-width: 28rem;
  height: auto;
}

@media (max-width: 991.98px) {
  .platform-hero-illo {
    order: -1;
    margin-bottom: 1.5rem;
  }

  .platform-hero-illo img {
    max-width: 20rem;
  }
}

