:root{
  --eh-bg: #07070b;
  --eh-card: rgba(16, 16, 22, .55);
  --eh-border: rgba(255,255,255,.08);
  --eh-muted: rgba(255,255,255,.55);
  --eh-text: rgba(255,255,255,.92);
  --eh-soft: rgba(255,255,255,.12);
  --eh-accent: #b54dff;
  --eh-accent-2: #7b3df0;
  --eh-shadow: 0 18px 70px rgba(0,0,0,.55);
}

*{ box-sizing:border-box; }

.eh-contact{
  position: relative;
  padding: clamp(48px, 6vw, 72px) 18px;
  color: var(--eh-text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "DM Sans", sans-serif;
}


.eh-contact__wrap{
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}

.eh-contact__head{
  text-align:center;
  margin-bottom: 22px;
}

.eh-contact__kicker{
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: .2px;
  color: rgba(255,255,255,.93);
  text-shadow: 0 10px 40px rgba(0,0,0,.6);
}

.eh-contact__title{
  margin: 8px 0 10px;
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 40px rgba(0,0,0,.6);
}

.eh-contact__sub{
  margin: 0 auto;
  max-width: 620px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
}

.eh-contact__links{
  margin-top: 44px;
  display:flex;
  gap: 24px;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
  font-size: 16px;
  color: rgba(118, 118, 119, 1);
}

.eh-contact__dot{
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

.eh-contact__link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.58);
  text-decoration:none;
  transition: .2s ease;
  font-size: 16px;
  color: rgba(118, 118, 119, 1);
}
.eh-contact__link:hover{
  color: rgba(255,255,255,.82);
}
.eh-ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.eh-contact__card{
  margin-top: 64px;
  background: rgba(23, 23, 25, 0.5);
  border: 1px solid rgba(39, 40, 41, 1);
  border-radius: 25px;
  padding: 18px;
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
}

.eh-contact__alert{
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
}
.eh-contact__alert ul{
  margin: 8px 0 0 18px;
  padding: 0;
}
.eh-contact__alert--ok{
  border-color: rgba(90, 255, 173, .20);
  background: rgba(20, 255, 145, .06);
}
.eh-contact__alert--err{
  border-color: rgba(255, 90, 120, .22);
  background: rgba(255, 90, 120, .06);
}

/* FORM */
.eh-form{ width:100%; }

.eh-form__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.eh-form__col{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.textarea-container{
  margin-top: 12px;
}

.textarea-container textarea{
  margin-top: 12px;
}

.eh-label{
  font-size: 16px;
  font-weight: 500;
  color: rgba(118, 118, 119, 1);
}

.eh-req{
  color: rgba(144, 0, 255, 1);
  margin-left: 3px;
  font-weight: 800;
}

.eh-opt{
  color: rgba(144, 0, 255, 1);
  font-weight: 600;
}

.eh-input, .eh-textarea{
  width: 100%;
  padding: 12px 14px;
  border-radius: 15px;
  border: none;
  background: rgba(22, 22, 22, 1);
  color: rgba(255,255,255,.92);
  outline: none;
  transition: .2s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  font-size: 16px;
}

.eh-input::placeholder,
.eh-textarea::placeholder{
  color: rgba(255,255,255,.30);
}

.eh-input:focus,
.eh-textarea:focus{
  border-color: rgba(181,77,255,.35);
  box-shadow:
    0 0 0 4px rgba(181,77,255,.10),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.eh-textarea{
  resize: vertical;
  min-height: 126px;
}

/* bottom */
.eh-form__bottom{
  margin-top: 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}

.eh-check{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  max-width: 640px;
  cursor:pointer;
  user-select:none;
  color: rgba(118, 118, 119, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.eh-check input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.eh-check__box{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top: 2px;
  flex: 0 0 18px;
}


.eh-check input:checked + .eh-check__box{
  border-color: rgba(181,77,255,.55);
  box-shadow: 0 0 0 4px rgba(181,77,255,.10);
}
.eh-check input:checked + .eh-check__box::after{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--eh-accent);
  box-shadow: 0 0 20px rgba(181,77,255,.55);
}

.eh-btn{
  position: relative;
  border: 0;
  padding: 12px 18px;
  border-radius: 14px;
  cursor:pointer;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255,255,255,.95);
  background: rgba(144, 0, 255, 1);
  transition: transform .15s ease, filter .15s ease;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(144, 0, 255, .66), 0 0 26px rgba(144, 0, 255, .48), 0 0 52px rgba(144, 0, 255, .36);
}

.eh-btn::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from 0deg, rgba(64, 64, 64, 0.5), rgba(64, 64, 64, 0.35), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(64, 64, 64, 0.35), rgba(249, 249, 249, 1), rgba(255, 255, 255, 0.5), rgba(249, 249, 249, 0.5), rgba(64, 64, 64, 0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.eh-btn:hover{ filter: brightness(1.05); }
.eh-btn:active{ transform: translateY(1px) scale(.99); }

/* honeypot hidden */
.eh-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}

/* RWD */
@media (max-width: 860px){
  .eh-form__grid{ grid-template-columns: 1fr; }
  .eh-form__bottom{
    flex-direction: column;
    align-items: stretch;
  }
  .eh-btn{ align-self: flex-end; }
}
