.vct {
  background: var(--vierlot-bg, #F5F2ED);
  padding: 80px 0;
}

.vct__container {
  padding-left: 20px;
  padding-right: 20px;
}

.vct__head {
  text-align: center;
  margin-bottom: 60px;
}

.vct__title {
  font-size: 32px;
  font-weight: 600;
  color: var(--vierlot-text, #333333);
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}

.vct__desc {
  font-size: 16px;
  color: var(--vierlot-text-light, #666666);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

.vct__layout {
  display: flex;
  gap: 65px;
  flex-wrap: wrap;
  margin-bottom: 65px;
}

.vct__form-col {
  flex: 2 1 380px;
  min-width: 280px;
}

.vct__info-col {
  flex: 1 1 280px;
  min-width: 260px;
}

.vct__alert {
  padding: 14px 18px;
  margin-bottom: 24px;
  border: 1px solid #333333;
  font-size: 14px;
  color: var(--vierlot-text, #333333);
}

.vct__alert--success {
  border-color: #333333;
  background: #FFFFFF;
}

.vct__alert--error {
  border-color: #C0392B;
  color: #C0392B;
}

.vct__field {
  margin-bottom: 24px;
}

.vct__label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--vierlot-text, #333333);
  margin-bottom: 8px;
}

.vct__input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  background: transparent;
  border: 1px solid var(--vierlot-line, #E5E0D8);
  font-family: inherit;
  font-size: 14px;
  color: var(--vierlot-text, #333333);
  outline: none;
}

.vct__input:focus {
  border-color: #333333;
}

.vct__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #333333 50%), linear-gradient(135deg, #333333 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.vct__textarea {
  resize: vertical;
  min-height: 140px;
  font-family: inherit;
  line-height: 1.6;
}

.vct__gdpr {
  margin-bottom: 24px;
}

.vct__gdpr-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--vierlot-text-light, #666666);
  line-height: 1.6;
}

.vct__gdpr-cb {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #333333;
}

.vct__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.vct__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 32px;
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.vct__btn:hover:not(:disabled) {
  opacity: 0.8;
}

.vct__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.vct__btn--primary {
  background: #333333;
  color: #FFFFFF;
}

.vct__info-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--vierlot-text, #333333);
  padding-bottom: 12px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--vierlot-line, #E5E0D8);
}

.vct__info-row {
  padding: 14px 0;
  border-bottom: 1px solid var(--vierlot-line, #E5E0D8);
}

.vct__info-label {
  font-size: 12px;
  color: var(--vierlot-text-muted, #999999);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vct__info-value {
  font-size: 14px;
  color: var(--vierlot-text, #333333);
}

.vct__copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.vct__copy:hover {
  opacity: 0.8;
}

.vct__copy-tip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: #333333;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.vct__copy.is-copied .vct__copy-tip {
  display: inline-block;
}

.vct a.vct__info-link,
.vct__info-link {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}

.vct a.vct__info-link:hover {
  opacity: 0.8;
}

.vct__faq {
  padding-top: 40px;
  border-top: 1px solid var(--vierlot-line, #E5E0D8);
  text-align: center;
}

.vct__faq-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--vierlot-text, #333333);
  margin: 0 0 20px;
}

.vct__faq-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vct a.vct__faq-link,
.vct__faq-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 18px;
  border: 1px solid var(--vierlot-line, #E5E0D8);
  color: #333333;
  font-size: 13px;
  text-decoration: none;
}

.vct a.vct__faq-link:hover {
  opacity: 0.8;
  border-color: #333333;
}

@media (max-width: 768px) {
  .vct {
    padding: 50px 0 60px;
  }
  .vct__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vct__title {
    font-size: 26px;
  }
  .vct__head {
    margin-bottom: 40px;
  }
  .vct__layout {
    gap: 40px;
    flex-direction: column;
  }
  .vct__form-col,
  .vct__info-col {
    flex: 1 1 100%;
  }
  .vct__actions {
    flex-direction: column;
  }
  .vct__btn {
    width: 100%;
  }
}
