/* /v2/assets/css/contact.css */

.contact-hero{
  background:#0f2442;
  border-radius:18px;
  padding:28px 22px;
  margin-top:18px;
  color:#fff;
}
.contact-hero__inner{ max-width:980px; margin:0 auto; }
.contact-hero__badge{
  display:inline-block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  margin-bottom:10px;
}
.contact-hero__title{ margin:0 0 6px 0; font-size:30px; line-height:1.15; }
.contact-hero__sub{ margin:0; opacity:.9; max-width:720px; font-size:15px; line-height:1.6; }

.contact-wrap{
  margin-top:16px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:flex-start;
}

.contact-card{
  background:#fff;
  border-radius:16px;
  border:1px solid #eef2f7;
  box-shadow:0 10px 25px rgba(16,24,40,.05);
  padding:16px;
}

.contact-form{
  flex: 1 1 540px;
  min-width: 300px;
}
.contact-info{
  flex: 0 0 360px;
  min-width: 280px;
}

.form-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.form-field{
  flex: 1 1 220px;
  min-width: 200px;
}
label{
  display:block;
  font-weight:800;
  font-size:13px;
  margin-bottom:6px;
  color:#233043;
}
input, select, textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #e6ecf3;
  border-radius:12px;
  outline:none;
  font-size:14px;
  background:#fff;
}
textarea{ min-height:120px; resize:vertical; }

.help{
  font-size:12px;
  color:#6b7a90;
  margin-top:6px;
}

.alert{
  border-radius:12px;
  padding:10px 12px;
  font-weight:700;
  margin-bottom:12px;
}
.alert--ok{
  border:1px solid #bfe8c9;
  background:#f1fff5;
  color:#1e8a3a;
}
.alert--bad{
  border:1px solid #ffd2d2;
  background:#fff5f5;
  color:#b00020;
}

.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  border:1px solid #d06f3a;
  background:#d06f3a;
  color:#fff;
  cursor:pointer;
}

.info-list{
  margin:0;
  padding:0;
  list-style:none;
}
.info-item{
  padding:10px 0;
  border-bottom:1px solid #eef2f7;
}
.info-item:last-child{ border-bottom:none; }
.info-k{ font-weight:900; font-size:12px; color:#6b7a90; text-transform:uppercase; letter-spacing:.06em; }
.info-v{ margin-top:4px; font-weight:800; color:#233043; }
.info-v a{ color:#233043; text-decoration:none; border-bottom:1px dashed #cfd8e6; }

.map{
  margin-top:12px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #eef2f7;
}
.map iframe{ width:100%; height:220px; border:0; display:block; }

@media(max-width:640px){
  .contact-hero__title{ font-size:24px; }
}
