/* v301G — final focused UI fixes: remove Home how-strip, align service hero headline size with Fees, add add-on service registration buttons. */

/* Home passport result popup: keep the result comfortably visible on desktop. */
.home-page .vge-visa-popup-v298G,
.vge-visa-popup-v298G{
  padding:16px !important;
}
.home-page .vge-visa-popup-card-v298G,
.vge-visa-popup-card-v298G{
  width:min(100%, 940px) !important;
  max-height:calc(100vh - 32px) !important;
}
.home-page .vge-visa-popup-head-v298G,
.vge-visa-popup-head-v298G{
  padding:16px 22px 10px !important;
}
.home-page .vge-visa-popup-body-v298G,
.vge-visa-popup-body-v298G{
  padding:16px 22px 18px !important;
}
.home-page .vge-visa-popup-body-v298G .visa-result-card h3,
.vge-visa-popup-body-v298G .visa-result-card h3{
  font-size:25px !important;
  margin:6px 0 8px !important;
}
.home-page .vge-visa-popup-body-v298G .visa-result-card p,
.vge-visa-popup-body-v298G .visa-result-card p{
  line-height:1.48 !important;
  margin:0 0 10px !important;
}
.home-page .vge-visa-popup-body-v298G .result-grid,
.vge-visa-popup-body-v298G .result-grid{
  margin:12px 0 !important;
  gap:9px !important;
}
.home-page .vge-visa-popup-body-v298G .result-grid div,
.vge-visa-popup-body-v298G .result-grid div{
  padding:10px !important;
}
.home-page .vge-visa-popup-body-v298G .hero-actions,
.vge-visa-popup-body-v298G .hero-actions{
  margin-top:12px !important;
}
@media(max-width:760px){
  .home-page .vge-visa-popup-v298G,
  .vge-visa-popup-v298G{
    padding:10px !important;
  }
  .home-page .vge-visa-popup-card-v298G,
  .vge-visa-popup-card-v298G{
    width:100% !important;
    max-height:92vh !important;
  }
}

/* Match Urgent and Add-on hero headline scale to the Fees hero scale. */
.service-polish-v256 .urgent-hero h1,
.service-polish-v256 .addon-hero h1{
  max-width:720px !important;
  font-size:clamp(36px,3.5vw,56px) !important;
  line-height:1.04 !important;
  letter-spacing:-.05em !important;
}
@media(max-width:640px){
  .service-polish-v256 .urgent-hero h1,
  .service-polish-v256 .addon-hero h1{
    font-size:clamp(30px,8vw,42px) !important;
  }
}

/* Add-on cards: visible registration choices with price, directly connected to the order form. */
.addon-register-box{
  margin:18px 0 14px;
  padding:16px;
  border:1px solid rgba(191,219,254,.95);
  border-radius:20px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.addon-register-box > strong{
  display:block;
  margin-bottom:4px;
  color:#0f172a;
  font-size:18px;
}
.addon-register-box p{
  margin:0 0 12px !important;
}
.addon-register-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.addon-register-actions .btn{
  min-height:42px;
  padding:10px 15px;
  font-size:14px;
  white-space:normal;
  text-align:center;
}
.addon-register-actions.pickup-actions .btn{
  flex:1 1 190px;
}
@media(max-width:720px){
  .addon-register-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .addon-register-actions .btn{
    width:100%;
  }
}
