/* v341G — Home Why Vietnam GoEasy fixed / parallax frame inspired by the reference site.
   Desktop: large visual frame with fixed plane background and foreground content.
   Mobile: keep the existing compact mobile card; do not force fixed background on small screens. */

.home-page .why-vge-fixed-frame-v341G{
  position: relative;
  display: block;
  margin: 10px 0 30px;
  min-height: 430px;
  border-radius: 34px;
  overflow: hidden;
  background-color: #082f49;
  background-image:
    linear-gradient(90deg, rgba(5, 26, 49, .92) 0%, rgba(8, 47, 73, .80) 24%, rgba(8, 47, 73, .54) 44%, rgba(8, 47, 73, .18) 66%, rgba(8, 47, 73, .04) 100%),
    url('/assets/img/why-vge-fixed-plane-v341G.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .18);
}

.home-page .why-vge-fixed-frame-v341G::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.06), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  pointer-events: none;
}

.home-page .why-vge-fixed-inner-v341G{
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 510px) 1fr;
  gap: 20px;
  align-items: center;
  padding: 50px 56px;
}

.home-page .why-vge-fixed-copy-v341G{
  max-width: 500px;
  color: #fff;
}

.home-page .why-vge-fixed-copy-v341G .why-vge-fixed-kicker-v341G{
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.home-page .why-vge-fixed-copy-v341G h2{
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.home-page .why-vge-fixed-copy-v341G p{
  margin: 0 0 18px;
  color: rgba(255,255,255,.94);
  font-size: 18px;
  line-height: 1.65;
}

.home-page .why-vge-fixed-points-v341G{
  margin: 0;
  padding-left: 22px;
  color: rgba(255,255,255,.96);
  display: grid;
  gap: 8px;
  font-size: 16px;
  line-height: 1.55;
}

.home-page .why-vge-fixed-action-v341G{
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  color: #334155;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 16px 36px rgba(15,23,42,.18);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-page .why-vge-fixed-action-v341G:hover,
.home-page .why-vge-fixed-action-v341G:focus-visible{
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 18px 40px rgba(15,23,42,.22);
  outline: none;
}

.home-page .why-vge-fixed-action-v341G span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-page .why-vge-fixed-action-v341G span::after{
  content: '→';
  font-size: 19px;
  line-height: 1;
}

.home-page .trust-section > .container > .eyebrow,
.home-page .trust-section > .container > h2,
.home-page .trust-section > .container > .section-lead{
  display: none;
}

.home-page .trust-section .trust-grid{
  margin-top: 8px;
}

@media (max-width: 1100px){
  .home-page .why-vge-fixed-frame-v341G{
    min-height: 390px;
    border-radius: 28px;
    background-position: center center;
  }

  .home-page .why-vge-fixed-inner-v341G{
    min-height: 390px;
    grid-template-columns: minmax(0, 460px) 1fr;
    padding: 38px 34px 94px;
  }

  .home-page .why-vge-fixed-copy-v341G h2{
    font-size: clamp(30px, 4vw, 40px);
  }

  .home-page .why-vge-fixed-copy-v341G p{
    font-size: 17px;
  }

  .home-page .why-vge-fixed-action-v341G{
    right: 26px;
    bottom: 24px;
  }
}

@media (max-width: 820px){
  .home-page .why-vge-fixed-frame-v341G{
    display: none;
  }

  .home-page .trust-section > .container > .eyebrow,
  .home-page .trust-section > .container > h2,
  .home-page .trust-section > .container > .section-lead{
    display: block;
  }
}

@media (max-width: 480px){
  .home-page .trust-section .trust-grid{
    margin-top: 0;
  }
}
