.tis-rfq-wrap{
  position:relative;
  padding:90px 7%;
  background:#f4f7f8;
  overflow:hidden;
  font-family:'Inter','Segoe UI',Arial,sans-serif;
}
.tis-rfq-bg{
  position:absolute;
  top:55px;
  left:50%;
  transform:translateX(-50%);
  font-size:100px;
  font-weight:900;
  color:transparent;
  -webkit-text-stroke:1px rgba(48,57,70,.13);
  letter-spacing:4px;
  white-space:nowrap;
}
.tis-rfq-head{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:850px;
  margin:0 auto 45px;
}
.tis-rfq-head span{
  color:#0b35c9;
  font-size:13px;
  font-weight:900;
  letter-spacing:2px;
}
.tis-rfq-head h2{
  font-size:44px;
  line-height:1.2;
  color:#303946;
  margin:12px 0;
  font-weight:900;
}
.tis-rfq-head p{
  color:#66727e;
  font-size:16px;
  line-height:1.8;
}
.tis-rfq-alert{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto 25px;
  padding:16px 20px;
  font-weight:800;
  border-left:5px solid;
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
}
.tis-rfq-alert.success{border-color:#16a34a;color:#166534;}
.tis-rfq-alert.error{border-color:#dc2626;color:#991b1b;}
.tis-rfq-form{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto;
  background:#fff;
  padding:45px;
  box-shadow:0 25px 60px rgba(0,0,0,.1);
  border-top:5px solid #0b35c9;
}
.tis-rfq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.tis-field label{
  display:block;
  color:#303946;
  font-weight:900;
  margin-bottom:8px;
  font-size:14px;
}
.tis-field label em{color:#0b35c9;font-style:normal;}
.tis-field input,
.tis-field select,
.tis-field textarea{
  width:100%;
  border:1px solid #d8dee6;
  background:#f8fafc;
  padding:15px 16px;
  color:#303946;
  font-size:15px;
  outline:none;
  transition:.25s ease;
  font-family:inherit;
  box-sizing:border-box;
}
.tis-field input:focus,
.tis-field select:focus,
.tis-field textarea:focus{
  border-color:#0b35c9;
  background:#fff;
  box-shadow:0 0 0 4px rgba(11,53,201,.09);
}
.tis-field.full{margin-top:22px;}
.tis-field textarea{min-height:150px;resize:vertical;}
.tis-rfq-btn{
  margin-top:25px;
  display:inline-block;
  background:#0b35c9;
  color:#fff;
  border:2px solid #0b35c9;
  padding:16px 34px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:.3s ease;
  font-family:inherit;
}
.tis-rfq-btn:hover{
  background:#303946;
  border-color:#303946;
  color:#fff;
  transform:translateY(-2px);
}
@media(max-width:700px){
  .tis-rfq-wrap{padding:70px 5%;}
  .tis-rfq-bg{font-size:50px;}
  .tis-rfq-head h2{font-size:31px;}
  .tis-rfq-form{padding:30px 22px;}
  .tis-rfq-grid{grid-template-columns:1fr;}
  .tis-rfq-btn{width:100%;}
}