
.soc-wrap{
  max-width: 520px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.soc-title{
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
}

.soc-field{ margin: 14px 0; }
.soc-field label{ display:block; font-weight: 700; margin-bottom: 6px; }

.soc-field select, .soc-offer-form input, .soc-offer-form textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 16px;
  background: #fff;
}

.soc-btn{
  display:inline-block;
  padding: 12px 14px;
  border: 2px solid rgba(0,0,0,.75);
  border-radius: 6px;
  background: #f3f3f3;
  cursor:pointer;
  text-decoration:none;
  font-weight:700;
  text-align:center;
}

.soc-btn-calc{
  width: 100%;
  margin-top: 10px;
  background: #f2f2f2;
}

.soc-result{
  margin-top: 14px;
}

.soc-price{
  margin-top: 12px;
  padding: 14px 14px;
  border-radius: 10px;
  background: #eaf7ee;
  font-weight: 800;
  font-size: 20px;
}

.soc-disclaimer{
  margin-top: 10px;
  font-size: 13px;
  opacity: .85;
}

.soc-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 12px;
}

.soc-cta .soc-btn{
  background: #fff;
}

.soc-offer-form{
  margin-top: 18px;
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 16px;
}

.soc-offer-form h3{
  margin: 0 0 10px;
}

.soc-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.soc-offer-form label{
  display:block;
  font-weight:700;
  margin: 10px 0 6px;
}

.soc-offer-form textarea{
  resize: vertical;
}

.soc-btn-submit{
  margin-top: 12px;
  width: 100%;
}

.soc-sent{
  margin-top: 10px;
  padding: 10px 12px;
  background: #eaf7ee;
  border-radius: 10px;
  font-weight: 700;
}

@media (max-width: 520px){
  .soc-grid{ grid-template-columns: 1fr; }
  .soc-title{ font-size: 24px; }
}
