.vlt-contact-v2 {
  --purple: #6546e8;
  --purple-dark: #4b2fc4;
  --purple-light: #f3f0ff;
  --ink: #17171c;
  --muted: #65656f;
  color: var(--ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.vlt-contact-v2 *,
.vlt-contact-v2 *::before,
.vlt-contact-v2 *::after { box-sizing: border-box; }
.vlt-contact-v2 a { text-decoration: none !important; }
.vlt-contact-v2 main { overflow: hidden; }
.vlt-contact-v2 .vpc-container { width: min(100% - 48px, 1360px); }

.vct-hero {
  min-height: 470px;
  background: linear-gradient(110deg, #faf9ff 0%, #f5f3ff 52%, #eeeaff 100%);
}
.vct-hero-grid {
  position: relative;
  display: grid;
  min-height: 470px;
  grid-template-columns: 44% 56%;
}
.vct-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 54px 34px 80px 0;
}
.vct-eyebrow {
  margin: 0 0 16px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.vct-hero h1 {
  max-width: 510px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.vct-intro {
  max-width: 530px;
  margin: 22px 0 0;
  color: #3f3e47;
  font-size: 16px;
  line-height: 1.7;
}
.vct-hero-media {
  position: absolute;
  top: 0;
  right: calc((100vw - min(100vw - 48px, 1360px)) / -2);
  bottom: 0;
  width: calc(58% + (100vw - min(100vw - 48px, 1360px)) / 2);
  overflow: hidden;
}
.vct-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #f7f5ff 0%, rgba(247,245,255,.76) 18%, transparent 48%);
  content: "";
}
.vct-hero-image { width: 100%; height: 100%; object-fit: cover; }
.vct-placeholder {
  display: grid;
  min-height: 180px;
  place-items: center;
  color: #817797;
  background: linear-gradient(135deg, #dcd5ed, #aa9bbb 48%, #6f617d);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vct-benefits {
  display: grid;
  max-width: 600px;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vct-benefits article { display: flex; align-items: center; gap: 12px; min-width: 0; }
.vct-benefits article > span,
.vct-contact-list > div > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--purple);
  background: rgba(101,70,232,.08);
  border-radius: 50%;
}
.vct-benefits svg,
.vct-contact-list svg,
.vct-upload svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.vct-benefits b,
.vct-benefits small { display: block; }
.vct-benefits b { font-size: 13px; }
.vct-benefits small { margin-top: 5px; color: var(--muted); font-size: 11px; }

.vct-content { padding: 28px 0 72px; background: #fff; }
.vct-content-grid {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(600px, 1.75fr);
  align-items: start;
  gap: 28px;
}
.vct-contact-card,
.vct-form-card {
  background: #fff;
  border: 1px solid #e5e2ec;
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(42,31,77,.07);
}
.vct-contact-card { position: relative; padding: 28px; overflow: hidden; }
.vct-contact-card h2,
.vct-form-card h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.vct-contact-list { position: relative; z-index: 2; margin-top: 23px; }
.vct-contact-list > div { display: flex; align-items: flex-start; gap: 14px; margin-top: 18px; }
.vct-contact-list p { margin: 0; color: #56535f; font-size: 12px; line-height: 1.55; }
.vct-contact-list b { display: block; margin-bottom: 5px; color: var(--ink); font-size: 12px; }
.vct-contact-list a { color: #56535f; }
.vct-map { position: absolute; z-index: 1; right: -10px; bottom: 75px; width: 58%; height: 210px; opacity: .72; }
.vct-map-image { width: 100%; height: 100%; object-fit: contain; }
.vct-map .vct-placeholder { min-height: 0; height: 100%; background: radial-gradient(circle at 55% 35%, #d9d1fa 0 4px, transparent 5px), radial-gradient(circle at 25% 55%, #6546e8 0 3px, transparent 4px), linear-gradient(135deg, transparent 25%, #eeeafd 26% 72%, transparent 73%); color: #8378a8; }
.vct-contact-bottom { position: relative; z-index: 2; display: grid; margin-top: 28px; grid-template-columns: 1fr 1.45fr; gap: 20px; }
.vct-contact-bottom b { display: block; font-size: 12px; }
.vct-contact-bottom p { margin: 6px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.vct-socials { display: flex; gap: 8px; margin-top: 12px; }
.vct-socials a { display: grid; width: 30px; height: 30px; place-items: center; color: var(--purple-dark); background: #fff; border: 1px solid #d9d4e8; border-radius: 50%; font-size: 10px; font-weight: 800; }
.vct-outline-button { display: inline-flex; min-height: 34px; align-items: center; gap: 10px; padding: 0 15px; color: var(--purple-dark); border: 1px solid #9d89f0; border-radius: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.vct-form-card { position: relative; z-index: 4; margin-top: -235px; padding: 28px 32px 30px; }
.vct-form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.vct-form-head > div { display: flex; gap: 10px; }
.vct-form-head a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 19px; color: var(--purple-dark); border: 1px solid #a995f1; border-radius: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vct-form-head a.active { color: #fff; background: var(--purple); border-color: var(--purple); }
.vct-notice { margin: 0 0 18px; padding: 12px 14px; border-radius: 5px; font-size: 12px; }
.vct-notice-success { color: #165b36; background: #eaf8f0; border: 1px solid #b9e5ca; }
.vct-notice-error { color: #8c2832; background: #fff0f1; border: 1px solid #efc4c8; }
.vct-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 18px; }
.vct-form label { display: block; margin: 0; }
.vct-form label > span:first-child { display: block; margin-bottom: 7px; color: #29272f; font-size: 11px; font-weight: 700; }
.vct-form input[type="text"],
.vct-form input[type="email"],
.vct-form input[type="tel"],
.vct-form select,
.vct-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 13px;
  color: #282631;
  background: #fff;
  border: 1px solid #dcd9e3;
  border-radius: 5px;
  box-shadow: none;
  font: inherit;
  font-size: 12px;
}
.vct-form input[type="text"],
.vct-form input[type="email"],
.vct-form input[type="tel"],
.vct-form select { height: 46px; }
.vct-form textarea { min-height: 88px; padding-top: 12px; resize: vertical; }
.vct-form input:focus,
.vct-form select:focus,
.vct-form textarea:focus { outline: 2px solid rgba(101,70,232,.16); border-color: var(--purple); }
.vct-message { margin-top: 17px !important; }
.vct-form-bottom { margin-top: 17px; }
.vct-upload-box {
  position: relative;
  display: grid !important;
  min-height: 88px;
  padding: 14px;
  grid-template-columns: 46px 1fr;
  align-content: center;
  color: var(--purple-dark);
  background: #fbfaff;
  border: 1px dashed #9d88eb;
  border-radius: 5px;
  cursor: pointer;
}
.vct-upload-box strong { display: grid; grid-row: 1 / 3; place-items: center; }
.vct-upload-box em { align-self: end; font-size: 11px; font-style: normal; font-weight: 700; }
.vct-upload-box small { color: var(--muted); font-size: 10px; }
.vct-upload-box input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.vct-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; }
.vct-consent { display: flex !important; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.vct-consent > span { margin: 0 !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 400 !important; }
.vct-consent a { color: var(--purple-dark); font-weight: 700; }
.vct-form button { display: inline-flex; min-width: 160px; min-height: 46px; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--purple); border: 0; border-radius: 5px; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.vct-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1080px) {
  .vct-hero-grid { grid-template-columns: 55% 45%; }
  .vct-hero-media { width: 48%; }
  .vct-content-grid { grid-template-columns: minmax(280px, .8fr) minmax(480px, 1.4fr); }
  .vct-form-card { margin-top: -190px; }
  .vct-benefits { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 820px) {
  .vlt-contact-v2 .vpc-container { width: min(100% - 32px, 1360px); }
  .vct-hero-grid { display: block; }
  .vct-hero-copy { padding: 54px 0 42px; }
  .vct-hero-media { position: relative; right: auto; width: calc(100% + 32px); height: 280px; margin-left: -16px; }
  .vct-hero-media::before { background: linear-gradient(180deg, #f7f5ff 0%, transparent 45%); }
  .vct-benefits { grid-template-columns: repeat(3, 1fr); }
  .vct-content-grid { grid-template-columns: 1fr; }
  .vct-form-card { margin-top: 0; }
  .vct-contact-card { order: 2; }
  .vct-form-card { order: 1; }
}

@media (max-width: 600px) {
  .vct-hero h1 { font-size: 38px; }
  .vct-benefits { grid-template-columns: 1fr; }
  .vct-form-card, .vct-contact-card { padding: 22px 18px; }
  .vct-form-head { align-items: flex-start; flex-direction: column; }
  .vct-form-grid { grid-template-columns: 1fr; }
  .vct-submit-row { align-items: stretch; flex-direction: column; }
  .vct-form button { width: 100%; }
  .vct-contact-bottom { grid-template-columns: 1fr; }
  .vct-map { position: relative; right: auto; bottom: auto; width: 100%; height: 170px; margin-top: 20px; }
}
