:root {
  --v13c-bg: #fff;
  --v13c-text: #181717;
  --v13c-muted: rgba(100, 107, 65, 0.6);
  --v13c-line: #d9d9d9;
  --v13c-panel: rgba(207, 211, 187, 0.2);
  --v13c-accent: #fb8c27;
  --v13c-input-border: rgba(100, 107, 65, 0.6);
}

.v13c-page {
  width: 100%;
  background: var(--v13c-bg);
}

.v13c-contact-screen {
  padding: 0;
  background: var(--v13c-bg);
  box-sizing: border-box;
}

.v13c-contact-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 1207px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.v13c-contact-container > .row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.v13c-contact-container > .row > [class*="col-"] {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.v13c-contact-grid {
  position: relative;
  width: 100%;
  min-height: 1207px;
}

.v13c-contact-badge {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 113px;
  height: 32px;
  padding: 6px 14px 6px 12px;
  background: #fff;
  border: 1px solid var(--v13c-line);
  border-radius: 60px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.v13c-contact-badge__icon {
  width: 16px;
  height: 16px;
  transform: scaleX(1);
}

.v13c-contact-badge__text {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--v13c-text);
}

.v13c-contact-title {
  position: absolute;
  top: 176px;
  left: 50%;
  width: 630px;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--v13c-text);
}

.v13c-contact-subtitle {
  position: absolute;
  top: 288px;
  left: 50%;
  width: 262px;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--v13c-text);
}

.v13c-contact-channels {
  position: absolute;
  top: 385px;
  left: 60px;
  right: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.v13c-contact-channel {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}

.v13c-contact-channel__logo {
  width: 44px;
  height: 45px;
  flex: 0 0 auto;
}

.v13c-contact-channel__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v13c-contact-channel__title {
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--v13c-text);
}

.v13c-contact-channel__time {
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--v13c-muted);
}

.v13c-contact-form {
  position: absolute;
  top: 525px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--v13c-panel);
  border: 1px solid var(--v13c-line);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

.v13c-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v13c-contact-field__label {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: var(--v13c-text);
}

.v13c-contact-field__control {
  width: 100%;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid var(--v13c-input-border);
  border-radius: 12px;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--v13c-text);
  box-sizing: border-box;
}

.v13c-contact-field__control::placeholder {
  color: #d9d9d9;
}

.v13c-contact-field__control--area {
  min-height: 90px;
  resize: vertical;
}

.v13c-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.v13c-contact-consent__box {
  width: 14px;
  height: 14px;
  margin: 3px 0 0;
  border: 1px solid var(--v13c-text);
  border-radius: 1px;
  accent-color: var(--v13c-accent);
}

.v13c-contact-consent__text {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--v13c-text);
}

.v13c-contact-submit {
  width: 100%;
  min-height: 41px;
  padding: 6px 30px;
  border: 0;
  border-radius: 30px;
  background: var(--v13c-accent);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.v13c-contact-submit:hover {
  box-shadow: 0 8px 20px rgba(251, 140, 39, 0.28);
  transform: translateY(-1px);
  filter: brightness(0.95);
}

.v13c-contact-submit:active {
  transform: translateY(0);
  filter: brightness(0.9);
}

.v13c-contact-submit:focus-visible {
  outline: 2px solid var(--v13c-accent);
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  .v13c-contact-screen {
    padding: 32px 16px 0;
  }

  .v13c-contact-container,
  .v13c-contact-grid {
    min-height: 0;
  }

  .v13c-contact-badge,
  .v13c-contact-title,
  .v13c-contact-subtitle,
  .v13c-contact-channels,
  .v13c-contact-form {
    position: static;
    transform: none;
  }

  .v13c-contact-badge {
    margin: 0 auto;
  }

  .v13c-contact-title {
    width: auto;
    margin: 20px auto 0;
  }

  .v13c-contact-subtitle {
    width: auto;
    margin: 12px auto 0;
  }

  .v13c-contact-channels {
    margin-top: 48px;
    left: auto;
    right: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .v13c-contact-channel__time {
    display: none;
  }

  .v13c-contact-form {
    width: min(640px, 100%);
    margin: 48px auto 0;
    padding: 32px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .v13c-contact-screen {
    padding: 24px 12px 0;
  }

  .v13c-contact-title {
    font-size: 30px;
  }

  .v13c-contact-channel {
    gap: 16px;
  }

  .v13c-contact-channel__title,
  .v13c-contact-channel__time {
    font-size: 15px;
  }

  .v13c-contact-form {
    padding: 20px 16px;
    border-radius: 10px;
  }
}

@media (max-width: 868px) {
  .v13c-contact-channel {
    justify-content: center;
    gap: 0;
  }

  .v13c-contact-channel__body {
    display: none;
  }
}
