
.ai-hero,.quote-hero{
  padding:96px 7%;
  background:radial-gradient(circle at 80% 20%,#00bfd8 0,#0b5ed7 34%,#062c68 70%,#041936 100%);
  color:white;
  text-align:center;
}
.ai-hero h1,.quote-hero h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  margin:18px auto;
  max-width:1000px;
}
.ai-hero p,.quote-hero p{
  font-size:19px;
  line-height:1.7;
  color:#eaf4ff;
  max-width:900px;
  margin:0 auto;
}
.ai-section,.quote-section{
  padding:80px 7%;
  max-width:1240px;
  margin:auto;
}
.ai-title,.quote-title{
  text-align:center;
  max-width:900px;
  margin:0 auto 40px;
}
.ai-title h2,.quote-title h2{
  color:#063b86;
  font-size:clamp(32px,4vw,50px);
}
.ai-title p,.quote-title p{
  color:#667085;
  font-size:18px;
  line-height:1.7;
}
.ai-grid,.quote-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.ai-card,.quote-card{
  background:white;
  border:1px solid #dce9fb;
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 45px rgba(8,18,37,.07);
}
.ai-card h3,.quote-card h3{
  color:#063b86;
  font-size:24px;
  margin-top:0;
}
.ai-card p,.ai-card li,.quote-card p,.quote-card li{
  color:#667085;
  line-height:1.7;
}
.ai-icon,.quote-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#063b86,#00bfd8);
  color:white;
  display:grid;
  place-items:center;
  font-size:28px;
  margin-bottom:18px;
}
.ai-chat-demo{
  background:#f8fbff;
  padding:80px 7%;
}
.ai-chat-box{
  max-width:900px;
  margin:34px auto 0;
  background:white;
  border:1px solid #dce9fb;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(8,18,37,.09);
}
.ai-chat-head{
  background:#063b86;
  color:white;
  padding:18px 24px;
  font-weight:900;
}
.ai-message{
  padding:18px 24px;
  border-bottom:1px solid #e5edf8;
  line-height:1.7;
}
.ai-message.user{
  background:#f5f9ff;
  color:#063b86;
  font-weight:800;
}
.ai-message.bot{
  color:#344054;
}
.quote-form{
  background:white;
  border:1px solid #dce9fb;
  border-radius:30px;
  padding:34px;
  box-shadow:0 20px 55px rgba(8,18,37,.08);
}
.quote-form h2{
  color:#063b86;
  margin-top:0;
}
.quote-form label{
  display:block;
  font-weight:800;
  color:#063b86;
  margin:14px 0 8px;
}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;
  border:1px solid #cdddf2;
  border-radius:14px;
  padding:14px;
}
.quote-form textarea{min-height:130px}
.quote-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.quote-pricing-note{
  background:#f8fbff;
  border:1px dashed #b9d8ff;
  border-radius:20px;
  padding:18px;
  color:#667085;
  line-height:1.7;
  margin-top:18px;
}
@media(max-width:960px){
  .ai-grid,.quote-grid,.quote-form .form-row{
    grid-template-columns:1fr;
  }
}
