:root {
  --vibes-contact-green: #22D313;
  --vibes-contact-green-dark: #12940A;
  --vibes-contact-black: #050505;
  --vibes-contact-bg: #F5F6F4;
  --vibes-contact-text: #171717;
  --vibes-contact-muted: #686868;
  --vibes-contact-border: #E4E7E2;
  --vibes-contact-error: #ED2F2A;
}

.vibes-contact-page {
  background: var(--vibes-contact-bg);
}

.vibes-contact {
  color: var(--vibes-contact-text);
  font-family: Inter, Manrope, "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  padding: 36px 0 72px;
  width: min(1180px, calc(100% - 48px));
}

.vibes-contact *,
.vibes-contact *::before,
.vibes-contact *::after {
  box-sizing: border-box;
}

.vibes-contact__breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--vibes-contact-muted);
  font-size: 14px;
}

.vibes-contact__breadcrumb a {
  color: var(--vibes-contact-muted);
  text-decoration: none;
}

.vibes-contact__breadcrumb a:hover,
.vibes-contact__breadcrumb a:focus {
  color: var(--vibes-contact-green-dark);
}

.vibes-contact__breadcrumb-current {
  color: var(--vibes-contact-green-dark);
  font-weight: 700;
}

.vibes-contact__intro {
  margin-bottom: 28px;
  max-width: 610px;
}

.vibes-contact__title {
  color: var(--vibes-contact-black);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.04;
  margin: 0;
}

.vibes-contact__lead {
  color: #4F4F4F;
  font-size: 18px;
  margin: 12px 0 0;
}

.vibes-contact__layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, .85fr);
}

.vibes-contact__card {
  background: #fff;
  border: 1px solid var(--vibes-contact-border);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(5, 5, 5, .07);
}

.vibes-contact__form-card {
  padding: 30px;
}

.vibes-contact__form {
  display: grid;
  gap: 20px;
}

.vibes-contact__field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.vibes-contact__label {
  color: var(--vibes-contact-text);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.vibes-contact__required {
  color: var(--vibes-contact-error);
}

.vibes-contact__input,
.vibes-contact__textarea {
  background: #fff;
  border: 1px solid #CDD2CB;
  border-radius: 8px;
  color: var(--vibes-contact-text);
  font: inherit;
  min-height: 52px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.vibes-contact__textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.vibes-contact__input:focus,
.vibes-contact__textarea:focus,
.vibes-contact__input:focus-visible,
.vibes-contact__textarea:focus-visible {
  border-color: var(--vibes-contact-green-dark);
  box-shadow: 0 0 0 4px rgba(34, 211, 19, .16);
}

.vibes-contact__field.has-error .vibes-contact__input,
.vibes-contact__field.has-error .vibes-contact__textarea {
  border-color: var(--vibes-contact-error);
}

.vibes-contact__error {
  color: var(--vibes-contact-error);
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
}

.vibes-contact__captcha-row {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 200px) minmax(0, 260px);
}

.vibes-contact__captcha-media {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 62px;
}

.vibes-contact__captcha-media img {
  background: #FBFFF9;
  border: 1px solid var(--vibes-contact-border);
  border-radius: 8px;
  height: auto;
  max-height: 62px;
  max-width: 200px;
  width: auto;
}

.vibes-contact__captcha-refresh {
  align-items: center;
  background: rgba(34, 211, 19, .12);
  border-radius: 999px;
  color: var(--vibes-contact-green-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 14px;
  text-decoration: none;
}

.vibes-contact__captcha-refresh:hover,
.vibes-contact__captcha-refresh:focus {
  color: var(--vibes-contact-black);
}

.vibes-contact__actions {
  display: flex;
}

.vibes-contact__submit {
  align-items: center;
  background: var(--vibes-contact-green);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(34, 211, 19, .22);
  color: var(--vibes-contact-black);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  min-width: 138px;
  padding: 0 34px;
}

.vibes-contact__submit:hover {
  background: #1BC10F;
}

.vibes-contact__submit:focus-visible {
  outline: 3px solid rgba(34, 211, 19, .35);
  outline-offset: 3px;
}

.vibes-contact__submit[disabled] {
  cursor: progress;
  opacity: .72;
}

.vibes-contact__aside {
  display: grid;
  gap: 18px;
}

.vibes-contact__support-card,
.vibes-contact__social-card {
  padding: 26px;
}

.vibes-contact__support-card {
  background: linear-gradient(135deg, rgba(34, 211, 19, .08), #fff 55%);
}

.vibes-contact__section-icon {
  align-items: center;
  background: var(--vibes-contact-green);
  border-radius: 50%;
  color: var(--vibes-contact-black);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 14px;
  width: 46px;
}

.vibes-contact__aside-title {
  color: var(--vibes-contact-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.vibes-contact__aside-copy {
  color: #505050;
  margin: 10px 0 18px;
}

.vibes-contact__details {
  border-top: 1px solid var(--vibes-contact-border);
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

.vibes-contact__detail {
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr;
}

.vibes-contact__detail-icon {
  align-items: center;
  background: rgba(34, 211, 19, .13);
  border-radius: 50%;
  color: var(--vibes-contact-green-dark);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vibes-contact__detail-title {
  color: var(--vibes-contact-text);
  display: block;
  font-weight: 900;
}

.vibes-contact__detail-value {
  color: #333;
  font-size: 15px;
  margin: 2px 0 0;
}

.vibes-contact__detail-value a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: rgba(18, 148, 10, .35);
  text-underline-offset: 3px;
}

.vibes-contact__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vibes-contact__social-link {
  align-items: center;
  background: var(--vibes-contact-black);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  width: 44px;
}

.vibes-contact__social-link:hover,
.vibes-contact__social-link:focus {
  background: var(--vibes-contact-green-dark);
  color: #fff;
}

.vibes-contact__alert {
  border: 1px solid var(--vibes-contact-border);
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 22px;
  padding: 14px 16px;
}

.vibes-contact__alert--success {
  background: rgba(34, 211, 19, .12);
  color: #0B5F06;
}

.vibes-contact__alert--error {
  background: rgba(237, 47, 42, .1);
  color: #9C1714;
}

.vibes-contact__empty-note {
  color: var(--vibes-contact-muted);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 860px) {
  .vibes-contact {
    padding: 24px 0 calc(112px + env(safe-area-inset-bottom));
    width: min(calc(100% - 28px), 640px);
  }

  .vibes-contact__title {
    font-size: 38px;
  }

  .vibes-contact__lead {
    font-size: 16px;
  }

  .vibes-contact__layout {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .vibes-contact__form-card,
  .vibes-contact__support-card,
  .vibes-contact__social-card {
    padding: 20px;
  }

  .vibes-contact__captcha-row {
    grid-template-columns: 1fr;
  }

  .vibes-contact__captcha-media {
    align-items: flex-start;
    flex-direction: column;
  }

  .vibes-contact__captcha-media img {
    max-width: 220px;
    width: 100%;
  }

  .vibes-contact__actions,
  .vibes-contact__submit {
    width: 100%;
  }

  .vibes-contact__input,
  .vibes-contact__textarea {
    font-size: 16px;
  }
}
