/* v343G — Merge duplicated Why content into the plane frame.
   Scope: Home Why Vietnam GoEasy section only.
   Purpose: keep all headline/support copy inside the fixed plane image frame,
   and leave only the 8 rectangular trust cards below it. */

.home-page .trust-section > .container > .eyebrow,
.home-page .trust-section > .container > h2,
.home-page .trust-section > .container > .section-lead,
.home-page .mobile-why-vge-v316G{
  display: none !important;
}

.home-page .why-vge-fixed-frame-v343G{
  min-height: 500px;
  margin-bottom: 32px;
}

.home-page .why-vge-fixed-inner-v343G{
  min-height: 500px;
  padding: 52px 56px 96px;
}

.home-page .why-vge-fixed-copy-v343G{
  max-width: 560px;
}

.home-page .why-vge-fixed-copy-v343G p{
  max-width: 540px;
  margin-bottom: 18px;
}

.home-page .why-vge-fixed-points-v343G{
  max-width: 570px;
  gap: 9px;
}

.home-page .trust-section .trust-grid{
  display: grid !important;
}

@media (max-width: 1100px){
  .home-page .why-vge-fixed-frame-v343G{
    min-height: 480px;
  }

  .home-page .why-vge-fixed-inner-v343G{
    min-height: 480px;
    padding: 40px 34px 92px;
  }

  .home-page .why-vge-fixed-copy-v343G{
    max-width: 540px;
  }
}

@media (max-width: 820px){
  .home-page .why-vge-fixed-frame-v343G{
    display: block !important;
    min-height: 470px;
    margin: 14px 0 24px;
    border-radius: 24px;
    background-attachment: scroll !important;
    background-position: 62% center !important;
    background-image:
      linear-gradient(180deg, rgba(5, 26, 49, .90) 0%, rgba(8, 47, 73, .73) 46%, rgba(8, 47, 73, .50) 100%),
      url('/assets/img/why-vge-fixed-plane-v341G.png') !important;
  }

  .home-page .why-vge-fixed-inner-v343G{
    min-height: 470px;
    display: block;
    padding: 28px 22px 84px;
  }

  .home-page .why-vge-fixed-copy-v343G{
    max-width: 100%;
  }

  .home-page .why-vge-fixed-copy-v343G .why-vge-fixed-kicker-v341G{
    font-size: 15px;
    margin-bottom: 12px;
  }

  .home-page .why-vge-fixed-copy-v343G h2{
    max-width: 430px;
    font-size: clamp(26px, 7.2vw, 34px);
    line-height: 1.08;
  }

  .home-page .why-vge-fixed-copy-v343G p{
    max-width: 430px;
    font-size: 15px;
    line-height: 1.54;
  }

  .home-page .why-vge-fixed-points-v343G{
    max-width: 460px;
    gap: 7px;
    font-size: 14px;
    line-height: 1.45;
  }

  .home-page .why-vge-fixed-action-v341G{
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    min-height: 48px;
    font-size: 14px;
    border-radius: 12px;
  }

  .home-page .trust-section .trust-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 480px){
  .home-page .why-vge-fixed-frame-v343G{
    min-height: 500px;
    background-position: 66% center !important;
  }

  .home-page .why-vge-fixed-inner-v343G{
    min-height: 500px;
    padding: 24px 18px 82px;
  }

  .home-page .why-vge-fixed-points-v343G{
    padding-left: 20px;
  }
}
