/* VLG Complete Site Fix v3.2.0 — scoped styles only. */

.vlg-page-visual {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 34px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 0;
}
.vlg-page-visual img {
  display: block;
  width: 100%;
  height: clamp(240px, 34vw, 470px);
  object-fit: cover;
  object-position: center;
}

#vlg-contact-option3 {
  max-width: 1180px;
  margin: 18px auto 38px;
  padding: 0 20px;
  box-sizing: border-box;
}
#vlg-contact-option3 .vlg-world-card {
  padding: 38px 30px;
  border-radius: 14px;
  background: #f7f8fa;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
  text-align: center;
}
#vlg-contact-option3 .vlg-world-globe {
  font-size: 58px;
  line-height: 1;
  margin-bottom: 12px;
}
#vlg-contact-option3 h1 {
  margin: 0 0 14px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.18;
}
#vlg-contact-option3 p {
  max-width: 860px;
  margin: 0 auto 18px;
  line-height: 1.7;
}
#vlg-contact-option3 .vlg-country-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  max-width: 920px;
  margin: 8px auto 19px;
  font-weight: 600;
}
#vlg-contact-option3 .vlg-world-talk {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid currentColor;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.vlg-recovery-content { max-width: 100%; }
.vlg-recovery-content h2 { margin-top: 0; }
.vlg-recovery-content li { margin-bottom: 7px; }

#vlg-safe-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.58);
  box-sizing: border-box;
}
#vlg-safe-modal.vlg-open { display: flex; }
#vlg-safe-card {
  width: min(720px, 100%);
  max-height: 92vh;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  color: #222;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}
#vlg-safe-card h2 { margin: 0 42px 8px 0; }
#vlg-safe-close {
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
}
.vlg-field { margin-bottom: 14px; }
.vlg-field label { display: block; margin-bottom: 5px; font-weight: 600; }
.vlg-field input,
.vlg-field select,
.vlg-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font: inherit;
}
.vlg-field textarea { min-height: 115px; resize: vertical; }
.vlg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vlg-phone-grid { display: grid; grid-template-columns: minmax(185px,.9fr) 1.6fr; gap: 10px; }
.vlg-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.vlg-note, .vlg-disclaimer { font-size: 12px; line-height: 1.45; opacity: .78; }
#vlg-safe-status { margin-top: 12px; font-weight: 600; }
.vlg-hp { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.vlg-consent { font-weight: 400 !important; }
.vlg-consent input { width: auto !important; min-height: auto !important; margin-right: 6px; }



/* Career application */
#vlg-career-application {
  width: min(980px, calc(100% - 40px));
  margin: 36px auto 44px;
  box-sizing: border-box;
}
#vlg-career-application .vlg-career-card {
  padding: 34px 30px;
  border-radius: 14px;
  background: #f7f8fa;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
  box-sizing: border-box;
}
#vlg-career-application h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}
#vlg-career-application .vlg-career-card > p {
  margin: 0 0 24px;
  line-height: 1.65;
}
#vlg-career-application input[type="file"] {
  padding: 8px 10px;
  background: #fff;
}
#vlg-career-status {
  margin-top: 12px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .vlg-grid, .vlg-phone-grid { grid-template-columns: 1fr; }
  #vlg-safe-card { padding: 20px 16px; }
  #vlg-contact-option3 { margin-top: 8px; padding: 0 12px; }
  #vlg-contact-option3 .vlg-world-card { padding: 26px 17px; }
  #vlg-contact-option3 .vlg-country-row { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .vlg-page-visual { width: calc(100% - 24px); margin: 8px auto 24px; border-radius: 7px; }
  .vlg-page-visual img { height: 250px; }
  #vlg-career-application { width: calc(100% - 24px); margin: 24px auto 32px; }
  #vlg-career-application .vlg-career-card { padding: 24px 16px; }
}
