.han-contact-b4,
.han-contact-b4 *{
  box-sizing:border-box;
}

.han-contact-b4{
  --han-bg:#f5f2fb;
  --han-accent:#ff7a00;
  --han-text:#111111;
  --han-muted:#6e6e73;
  --han-panel:#ffffff;
  --han-line:#e7e0da;
  --han-button-text:#ffffff;
  --han-button-bg:#111111;
  --han-button-bg-hover:#ff7a00;
  --han-gap:54px;
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--han-gap);
  width:100%;
  max-width:100%;
  padding:40px 20px;
  background:var(--han-bg);
  color:var(--han-text);
  overflow:hidden;
  font-family:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.han-contact-b4 a,
.han-contact-b4 button,
.han-contact-b4 input,
.han-contact-b4 textarea,
.han-contact-b4 h1,
.han-contact-b4 h2,
.han-contact-b4 h3,
.han-contact-b4 p,
.han-contact-b4 span,
.han-contact-b4 div{
  font-family:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  text-transform:none;
  letter-spacing:normal;
  max-width:100%;
}

.han-contact-b4__content,
.han-contact-b4__form-wrap{
  min-width:0;
  width:100%;
  max-width:100%;
}

.han-contact-b4__content{
  flex:1 1 540px;
}

.han-contact-b4__form-wrap{
  flex:1 1 420px;
  display:flex;
  justify-content:flex-end;
}

.han-contact-b4__mini-label{
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase !important;
  margin-bottom:18px;
  color:var(--han-text);
}

.han-contact-b4__title{
  margin:0 0 22px;
  font-size:clamp(42px, 5vw, 78px);
  line-height:0.95;
  font-weight:800;
  color:var(--han-text);
  max-width:650px;
  overflow-wrap:break-word;
  word-break:normal;
}

.han-contact-b4__desc{
  max-width:560px;
  font-size:17px;
  line-height:1.72;
  color:var(--han-text);
  margin-bottom:28px;
  overflow-wrap:break-word;
}

.han-contact-b4__info-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:28px 30px;
  background:var(--han-panel);
  border:1px solid rgba(17,17,17,0.04);
  border-radius:26px;
  width:100%;
  max-width:640px;
  margin-bottom:26px;
}

.han-contact-b4__info-stack{
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0;
}

.han-contact-b4__info-item{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
}

.han-contact-b4__info-item--sub{
  padding-top:2px;
  border-top:1px solid rgba(17,17,17,0.06);
}

.han-contact-b4__info-label{
  display:block;
  font-size:15px;
  color:var(--han-muted);
  overflow-wrap:anywhere;
}

.han-contact-b4__info-value{
  display:block;
  font-size:28px;
  line-height:1.25;
  font-weight:600;
  color:var(--han-text);
  overflow-wrap:anywhere;
  word-break:normal;
}

.han-contact-b4__info-value--small{
  font-size:22px;
}

.han-contact-b4__info-divider{
  width:1px;
  height:42px;
  margin:0 auto;
  background:linear-gradient(180deg, transparent 0%, var(--han-line) 25%, var(--han-line) 75%, transparent 100%);
  transform:rotate(-28deg);
}

.han-contact-b4__address-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  max-width:640px;
}

.han-contact-b4__address-left{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  flex:1 1 320px;
}

.han-contact-b4__address-icon{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,122,0,0.08);
  color:var(--han-accent);
  font-size:22px;
}

.han-contact-b4__address-text{
  font-size:18px;
  line-height:1.45;
  font-weight:600;
  color:var(--han-text);
  max-width:420px;
  overflow-wrap:anywhere;
}

.han-contact-b4__map-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding-bottom:4px;
  text-decoration:none !important;
  font-size:14px;
  line-height:1;
  font-weight:800;
  color:var(--han-text);
  white-space:nowrap;
  flex:0 0 auto;
}

.han-contact-b4__map-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--han-accent);
  border-radius:999px;
}

.han-contact-b4__form-card{
  position:relative;
  width:min(100%, 520px);
  max-width:100%;
  background:var(--han-panel);
  border-radius:34px;
  padding:54px 34px 28px;
  border:1px solid rgba(17,17,17,0.06);
  box-shadow:10px 10px 0 #111111;
  overflow:visible;
}

.han-contact-b4__sparkle{
  position:absolute;
  top:-24px;
  right:10px;
  width:68px;
  height:68px;
  color:#111111;
}

.han-contact-b4__sparkle svg{
  width:100%;
  height:100%;
  display:block;
}

.han-contact-b4__form{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.han-contact-b4__input,
.han-contact-b4__textarea{
  width:100% !important;
  max-width:100% !important;
  display:block;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
  border:1px solid var(--han-line);
  background:#ffffff;
  color:var(--han-text);
  border-radius:18px;
  padding:0 22px;
  box-shadow:none !important;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  font-size:16px;
  margin:0 !important;
}

.han-contact-b4__input{
  min-height:54px;
}

.han-contact-b4__textarea{
  min-height:122px;
  padding-top:18px;
  padding-bottom:18px;
  resize:vertical;
}

.han-contact-b4__input::placeholder,
.han-contact-b4__textarea::placeholder{
  white-space:normal;
  overflow-wrap:anywhere;
}

.han-contact-b4__input:focus,
.han-contact-b4__textarea:focus{
  border-color:var(--han-accent);
  box-shadow:0 0 0 4px rgba(255,122,0,0.12) !important;
}

.han-contact-b4__button{
  width:100%;
  min-height:50px;
  border:none;
  outline:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:18px;
  background:var(--han-button-bg);
  color:var(--han-button-text);
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  transition:transform .25s ease, background .25s ease, color .25s ease;
}

.han-contact-b4__button:hover,
.han-contact-b4__button:focus{
  background:var(--han-button-bg-hover);
  color:var(--han-button-text);
  transform:translateY(-2px);
}

.han-contact-b4__button-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.han-contact-b4__status{
  display:none;
  margin-top:4px;
  padding:12px 16px;
  border-radius:14px;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.han-contact-b4__status.is-visible{
  display:block;
}

.han-contact-b4__status.is-success{
  background:rgba(31, 170, 85, 0.10);
  color:#0f8b43;
}

.han-contact-b4__status.is-error{
  background:rgba(220, 38, 38, 0.10);
  color:#b91c1c;
}


.han-contact-b4__socials-row{
  width:100%;
  max-width:640px;
  margin:0 0 22px;
  display:flex;
  justify-content:flex-end;
}

.han-contact-b4__socials-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
}

.han-contact-b4__social-title{
  font-size:14px;
  font-weight:700;
  color:var(--han-text);
}

.han-contact-b4__socials-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

.han-contact-b4__social-link{
  --han-social-icon-size:18px;
  --han-social-box-size:48px;
  width:var(--han-social-box-size);
  height:var(--han-social-box-size);
  border-radius:16px;
  border:1px solid var(--han-line);
  background:#fff;
  color:var(--han-text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.han-contact-b4__social-link i,
.han-contact-b4__social-link svg{
  width:var(--han-social-icon-size);
  height:var(--han-social-icon-size);
  font-size:var(--han-social-icon-size);
}

.han-contact-b4__social-link:hover,
.han-contact-b4__social-link:focus{
  transform:translateY(-2px);
}

@media (max-width: 1200px){
  .han-contact-b4{
    padding:34px 18px;
  }
}

@media (max-width: 1024px){
  .han-contact-b4{
    flex-direction:column;
    flex-wrap:nowrap;
    padding:30px 18px;
  }

  .han-contact-b4__content,
  .han-contact-b4__form-wrap{
    width:100%;
    flex-basis:auto !important;
  }

  .han-contact-b4__form-wrap{
    justify-content:flex-start;
  }

  .han-contact-b4__title{
    max-width:100%;
  }
}

@media (max-width: 767px){
  .han-contact-b4{
    padding:22px 14px;
    gap:24px;
  }

  .han-contact-b4__mini-label{
    margin-bottom:12px;
    font-size:12px;
  }

  .han-contact-b4__title{
    font-size:clamp(34px, 11vw, 52px);
    line-height:0.98;
    margin-bottom:16px;
  }

  .han-contact-b4__desc{
    font-size:15px;
    line-height:1.65;
    margin-bottom:22px;
  }

  .han-contact-b4__info-box{
    grid-template-columns:1fr;
    gap:14px;
    padding:20px 18px;
    margin-bottom:18px;
  }

  .han-contact-b4__info-divider{
    width:100%;
    height:1px;
    transform:none;
    background:linear-gradient(90deg, transparent 0%, var(--han-line) 20%, var(--han-line) 80%, transparent 100%);
  }

  .han-contact-b4__info-value{
    font-size:21px;
  }

  .han-contact-b4__socials-row{
    justify-content:flex-start;
    margin-bottom:18px;
  }

  .han-contact-b4__socials-right{
    align-items:flex-start;
  }

  .han-contact-b4__socials-list{
    justify-content:flex-start;
  }

  .han-contact-b4__address-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .han-contact-b4__address-left{
    align-items:flex-start;
    flex-basis:auto;
  }

  .han-contact-b4__address-icon{
    width:48px;
    height:48px;
    flex-basis:48px;
    font-size:18px;
  }

  .han-contact-b4__address-text{
    font-size:16px;
  }

  .han-contact-b4__form-card{
    width:100%;
    padding:40px 18px 18px;
    border-radius:26px;
    box-shadow:6px 6px 0 #111111;
  }

  .han-contact-b4__sparkle{
    width:50px;
    height:50px;
    top:-16px;
    right:8px;
  }

  .han-contact-b4__form{
    gap:14px;
  }

  .han-contact-b4__input{
    min-height:50px;
    padding:0 16px;
    font-size:15px;
  }

  .han-contact-b4__textarea{
    min-height:116px;
    padding:16px;
    font-size:15px;
  }

  .han-contact-b4__button{
    min-height:48px;
    font-size:14px;
  }
}
