/* v413G — Homepage hero spacing + Vietnam time placement + passport checker title tuning.
   Goals:
   1) Add breathing room below header so the hero text and Quick Fee Check are not too tight.
   2) Place Vietnam time directly below the header and above Quick Fee Check.
   3) Reduce the Passport / Visa Check headline size for better balance. */

@media (min-width: 861px){
  .home-page .home-hero-v295G{
    padding-top:56px !important;
    padding-bottom:28px !important;
  }

  .home-page .home-conversion-hero-grid-v295G{
    align-items:start !important;
    gap:clamp(24px, 2.8vw, 40px) !important;
  }

  .home-page .home-hero-copy-v295G,
  .home-page .home-hero-side-stack-v295G{
    padding-top:0 !important;
    margin-top:0 !important;
    align-self:start !important;
  }

  .home-page .home-hero-side-stack-v295G{
    gap:10px !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-header.vge-vietnam-time-above-fee-v413G{
    position:relative !important;
    top:auto !important;
    right:auto !important;
    left:auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 8px !important;
    z-index:4 !important;
    pointer-events:none !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-above-fee-v413G .vge-vietnam-time-inner{
    justify-content:flex-end !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-above-fee-v413G .vge-vietnam-time-text{
    background:rgba(9,36,64,.30) !important;
    border:1px solid rgba(191,219,254,.28) !important;
    box-shadow:none !important;
    backdrop-filter:blur(6px) !important;
    padding:5px 12px !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }

  .home-page .home-visa-checker-copy-v296G h2,
  .home-page #home-passport-visa-check-title{
    font-size:clamp(24px, 2.5vw, 34px) !important;
    line-height:1.08 !important;
    max-width:10ch !important;
  }
}

@media (max-width: 860px){
  .home-page .home-hero-v295G{
    padding-top:28px !important;
    padding-bottom:22px !important;
  }

  .home-page .home-hero-side-stack-v295G{
    gap:8px !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-header.vge-vietnam-time-above-fee-v413G{
    position:relative !important;
    top:auto !important;
    right:auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 8px !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-above-fee-v413G .vge-vietnam-time-inner{
    justify-content:flex-start !important;
  }

  .home-page .home-hero-v295G .vge-vietnam-time-above-fee-v413G .vge-vietnam-time-text{
    font-size:11px !important;
    padding:4px 9px !important;
    white-space:normal !important;
    text-align:left !important;
  }

  .home-page .home-visa-checker-copy-v296G h2,
  .home-page #home-passport-visa-check-title{
    font-size:clamp(22px, 8vw, 30px) !important;
    line-height:1.08 !important;
    max-width:none !important;
  }
}
