.vx-contact {
  background-color: var(--vx-black, #030303);
  color: #fff;
  min-height: 85vh;
  padding: 72px 0 72px; }

.vx-contact-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }

.vx-contact-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  margin: 0 0 32px; }

.vx-contact-title::after {
  background: linear-gradient(90deg, #FDDA7A 0%, rgba(253, 218, 122, 0) 100%);
  content: "";
  display: block;
  height: 2px;
  margin-top: 16px;
  width: 80px; }

.vx-contact-list {
  display: flex;
  flex-direction: column;
  gap: 28px; }

.vx-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.vx-contact-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase; }

.vx-contact-value {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }

.vx-contact-time {
  font-weight: 500; }

.vx-contact-link {
  color: var(--vx-gold, #fdda7a);
  text-decoration: none;
  transition: color .2s ease; }

.vx-contact-form-wrap {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(17px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 36px 32px; }

.vx-contact-form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 28px; }

.vx-contact-form-title::after {
  background: linear-gradient(90deg, #FDDA7A 0%, rgba(253, 218, 122, 0) 100%);
  content: "";
  display: block;
  height: 2px;
  margin-top: 14px;
  width: 56px; }

.vx-contact-alert {
  background: rgba(253, 218, 122, 0.12);
  border: 1px solid rgba(253, 218, 122, 0.45);
  border-radius: 10px;
  color: var(--vx-gold, #fdda7a);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 14px 16px; }

.vx-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.vx-contact-field-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.vx-contact-field {
  width: 100%; }

.vx-contact-input,
.vx-contact-textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  padding: 0 16px;
  transition: border-color .2s ease, background .2s ease;
  width: 100%;
  -webkit-appearance: none;
  appearance: none; }

.vx-contact-input {
  height: 48px; }

.vx-contact-textarea {
  height: 140px;
  padding: 14px 16px;
  resize: vertical; }

.vx-contact-input::placeholder,
.vx-contact-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4); }

.vx-contact-input:focus,
.vx-contact-textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(253, 218, 122, 0.7); }

.vx-contact-recaptcha {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.5; }

.vx-contact-recaptcha a {
  color: var(--vx-gold, #fdda7a); }

.vx-contact-submit {
  align-items: center;
  background: linear-gradient(84.6deg, #FFB73C 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #FFC955 103.75%);
  border: 0;
  border-radius: 999px;
  color: #491010;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: .02em;
  margin-top: 4px;
  padding: 0 28px;
  transition: opacity .2s ease, transform .2s ease;
  width: fit-content; }

@media (hover: hover) and (pointer: fine) {
  .vx-contact-link:hover {
    color: #fff;
    text-decoration: none; }
  .vx-contact-submit:hover {
    opacity: .92;
    transform: translateY(1px); } }

@media (max-width: 991.98px) {
  .vx-contact-inner {
    gap: 32px;
    grid-template-columns: 1fr; }
  .vx-contact-title {
    font-size: 30px;
    margin-bottom: 24px; } }

@media (max-width: 767.98px) {
  .vx-contact {
    padding: 32px 0 48px; }
  .vx-contact-title {
    font-size: 26px; }
  .vx-contact-form-wrap {
    padding: 24px 18px; }
  .vx-contact-form-title {
    font-size: 20px; }
  .vx-contact-field-row {
    grid-template-columns: 1fr; }
  .vx-contact-submit {
    width: 100%; } }
