/* =========================================================
   v2.1.3 — Professional contact page
   ========================================================= */
body .vlg-contact-page {
  padding-top: clamp(22px, 3vw, 44px);
}

body .vlg-contact-page-card {
  display: grid !important;
  gap: 22px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body .vlg-contact-hero {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 179, 77, .34), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fff8ef 52%, #f8fbff 100%) !important;
  border: 1px solid rgba(226, 232, 240, .95) !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09) !important;
  padding: clamp(24px, 4vw, 42px) !important;
  margin: 0 !important;
}

body .vlg-contact-hero::before {
  content: "";
  position: absolute;
  inset: auto -80px -110px auto;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: rgba(242, 138, 0, .10);
  pointer-events: none;
}

body .vlg-contact-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
}

body .vlg-contact-hero h1 {
  max-width: 760px;
  margin: 10px 0 12px !important;
  color: var(--vlg-dark);
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: .95 !important;
  letter-spacing: -.055em;
}

body .vlg-contact-hero p {
  max-width: 760px !important;
  color: #536179 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

body .vlg-contact-hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 24px !important;
}

body .vlg-contact-hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  backdrop-filter: blur(10px);
}

body .vlg-contact-hero-panel > span {
  display: inline-flex;
  justify-self: start;
  min-height: 28px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(242, 138, 0, .12);
  color: var(--vlg-primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

body .vlg-contact-hero-panel strong {
  color: var(--vlg-dark);
  font-size: 22px;
  line-height: 1.2;
}

body .vlg-contact-hero-panel ul,
body .vlg-contact-help-card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

body .vlg-contact-hero-panel li,
body .vlg-contact-help-card li {
  position: relative;
  padding-left: 26px;
  color: #60708a;
  line-height: 1.45;
}

body .vlg-contact-hero-panel li::before,
body .vlg-contact-help-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, .14);
  color: #15803d;
  font-size: 11px;
  font-weight: 950;
}

body .vlg-contact-fast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body .vlg-contact-fast-card {
  min-height: 122px;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
  color: var(--vlg-dark);
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body a.vlg-contact-fast-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 138, 0, .35);
  box-shadow: 0 20px 42px rgba(15, 23, 42, .10);
}

body .vlg-contact-fast-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(242, 138, 0, .16), rgba(255, 179, 77, .20));
  color: var(--vlg-primary-dark);
  font-size: 20px;
}

body .vlg-contact-fast-card strong {
  color: var(--vlg-dark);
  font-size: 16px;
}

body .vlg-contact-fast-card small {
  color: #65748b;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

body .vlg-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr) !important;
  gap: 22px !important;
  align-items: start !important;
}

body .vlg-contact-main,
body .vlg-contact-side {
  display: grid !important;
  gap: 18px !important;
}

body .vlg-contact-content,
body .vlg-contact-form-card,
body .vlg-contact-map-card,
body .vlg-contact-info-card,
body .vlg-contact-cta-card,
body .vlg-contact-help-card,
body .vlg-contact-legal-card {
  border: 1px solid rgba(226, 232, 240, .95) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .055) !important;
}

body .vlg-contact-content,
body .vlg-contact-form-card,
body .vlg-contact-map-card,
body .vlg-contact-help-card,
body .vlg-contact-legal-card,
body .vlg-contact-cta-card {
  padding: clamp(20px, 2.4vw, 30px) !important;
}

body .vlg-contact-card-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

body .vlg-contact-card-icon,
body .vlg-contact-info-icon {
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(242, 138, 0, .14), rgba(255, 179, 77, .20)) !important;
  color: var(--vlg-primary-dark) !important;
  font-size: 22px !important;
  box-shadow: inset 0 0 0 1px rgba(242, 138, 0, .08);
}

body .vlg-contact-form-card h2,
body .vlg-contact-map-card h2,
body .vlg-contact-content h2 {
  margin: 0 0 8px !important;
  color: var(--vlg-dark);
  font-size: clamp(24px, 2.2vw, 32px) !important;
  letter-spacing: -.03em;
}

body .vlg-contact-form-intro,
body .vlg-contact-copy p,
body .vlg-contact-help-card p,
body .vlg-contact-legal-card p,
body .vlg-contact-cta-card p {
  color: #65748b !important;
  line-height: 1.62 !important;
}

body .vlg-contact-form {
  display: grid !important;
  gap: 18px !important;
}

body .vlg-contact-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body .vlg-contact-form label {
  display: grid !important;
  gap: 7px !important;
  color: var(--vlg-dark) !important;
  font-size: 13px;
  font-weight: 850 !important;
}

body .vlg-contact-form label span em {
  color: #dc2626;
  font-style: normal;
}

body .vlg-contact-form-full {
  grid-column: 1 / -1 !important;
}

body .vlg-contact-form input:not(.vlg-hp),
body .vlg-contact-form textarea,
body .vlg-contact-form select {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #dce5f0 !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  color: var(--vlg-dark) !important;
  padding: 13px 15px !important;
  font-size: 15px !important;
  outline: 0 !important;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body .vlg-contact-form textarea {
  min-height: 168px !important;
  resize: vertical;
}

body .vlg-contact-form input:not(.vlg-hp):focus,
body .vlg-contact-form textarea:focus,
body .vlg-contact-form select:focus {
  border-color: rgba(242, 138, 0, .72) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(242, 138, 0, .12) !important;
}

body .vlg-contact-privacy {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 16px;
  background: #fbfdff;
  color: #65748b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}

body .vlg-contact-privacy input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--vlg-primary);
}

body .vlg-contact-privacy a,
body .vlg-contact-legal-card a {
  color: var(--vlg-primary-dark) !important;
  font-weight: 850;
  text-decoration: none;
}

body .vlg-contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
}

body .vlg-contact-submit-row .vlg-btn {
  min-width: 180px;
}

body .vlg-contact-submit-row > span {
  color: #7b8799;
  font-size: 13px;
  font-weight: 650;
}

body .vlg-contact-info-card {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 18px !important;
  align-items: start !important;
}

body .vlg-contact-info-card strong,
body .vlg-contact-cta-card strong,
body .vlg-contact-help-card strong,
body .vlg-contact-legal-card strong {
  display: block !important;
  color: var(--vlg-dark) !important;
  font-size: 17px !important;
  margin: 0 0 7px !important;
}

body .vlg-contact-info-card a,
body .vlg-contact-info-card span {
  color: #65748b !important;
  line-height: 1.45;
  word-break: break-word;
}

body .vlg-contact-help-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 138, 0, .10), transparent 32%),
    #fff !important;
}

body .vlg-contact-cta-card {
  background: linear-gradient(135deg, #081326, #15233b) !important;
  color: #fff !important;
  overflow: hidden;
}

body .vlg-contact-cta-card strong,
body .vlg-contact-cta-card p {
  color: #fff !important;
}

body .vlg-contact-cta-card p {
  opacity: .78;
}

body .vlg-contact-cta-card .vlg-btn {
  width: 100%;
  justify-content: center;
}

body .vlg-contact-map-card {
  margin-top: 2px;
}

body .vlg-contact-map-embed {
  overflow: hidden;
  border-radius: 20px;
  background: #f1f5f9;
}

body .vlg-contact-map-embed iframe {
  display: block;
  width: 100% !important;
  min-height: clamp(320px, 40vw, 470px) !important;
  border: 0 !important;
  border-radius: 20px !important;
}

body .vlg-contact-notice {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 16px !important;
  padding: 13px 16px !important;
  font-weight: 850 !important;
  margin: 0 0 16px !important;
}

body .vlg-contact-notice::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: currentColor;
  color: #fff;
  font-size: 12px;
}

body .vlg-contact-notice.is-error::before {
  content: "!";
}

body .vlg-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  body .vlg-contact-fast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .vlg-contact-layout,
  body .vlg-contact-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body .vlg-contact-page {
    padding-top: 14px;
  }
  body .vlg-contact-hero,
  body .vlg-contact-content,
  body .vlg-contact-form-card,
  body .vlg-contact-map-card,
  body .vlg-contact-help-card,
  body .vlg-contact-legal-card,
  body .vlg-contact-cta-card {
    border-radius: 20px !important;
    padding: 18px !important;
  }
  body .vlg-contact-hero h1 {
    font-size: clamp(34px, 13vw, 48px) !important;
  }
  body .vlg-contact-fast-grid,
  body .vlg-contact-form-grid {
    grid-template-columns: 1fr !important;
  }
  body .vlg-contact-card-head,
  body .vlg-contact-info-card {
    grid-template-columns: 46px minmax(0, 1fr) !important;
  }
  body .vlg-contact-card-icon,
  body .vlg-contact-info-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
  }
  body .vlg-contact-submit-row {
    display: grid;
  }
  body .vlg-contact-submit-row .vlg-btn {
    width: 100%;
  }
}
