
.kgp-box{
  margin:22px 0;
  padding:22px;
  border:1px solid #e2e6f1;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#fafbff 100%);
  box-shadow:0 12px 30px rgba(25,35,70,.06);
}
.kgp-heading h3{
  margin:5px 0 8px;
  font-size:1.35rem;
  color:#171f38;
}
.kgp-heading p{
  margin:0;
  color:#626b82;
  line-height:1.6;
}
.kgp-kicker{
  color:#633bd3;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
}
.kgp-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:18px 0;
}
.kgp-steps div{
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 10px;
  border-radius:12px;
  background:#f4f6fc;
  color:#4f5870;
  font-size:.78rem;
}
.kgp-steps strong{
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:50%;
  background:#fff;
  color:#5b38d1;
  flex:0 0 23px;
}
.kgp-choice{
  margin:0;
  padding:0;
  border:0;
}
.kgp-choice legend{
  margin-bottom:9px;
  font-weight:850;
  color:#202840;
}
.kgp-choice-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  margin:9px 0;
  border:1px solid #dfe4ef;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
}
.kgp-choice-card:has(input:checked){
  border-color:#7758e6;
  box-shadow:0 0 0 3px rgba(119,88,230,.10);
}
.kgp-choice-card input{
  margin-top:4px;
}
.kgp-choice-copy{
  display:grid;
  gap:3px;
}
.kgp-choice-copy strong{
  color:#19213b;
}
.kgp-choice-copy small{
  color:#6a7287;
  line-height:1.45;
}
.kgp-custom-fields{
  margin-top:15px;
  padding-top:16px;
  border-top:1px solid #e8ebf3;
}
.kgp-field{
  display:grid;
  gap:7px;
  margin:0 0 14px;
}
.kgp-field > span{
  font-weight:800;
  color:#232b42;
}
.kgp-field input[type=file],
.kgp-field textarea{
  width:100%;
  max-width:100%;
  padding:12px;
  border:1px solid #dce1ed;
  border-radius:12px;
  background:#fff;
  color:#202840;
}
.kgp-field small{
  color:#737b90;
  line-height:1.45;
}
.kgp-check{
  display:flex;
  gap:9px;
  align-items:flex-start;
  margin:10px 0 15px;
  color:#3f485f;
}
.kgp-review-note{
  padding:13px 14px;
  border-left:4px solid #6e48dc;
  border-radius:0 12px 12px 0;
  background:#f6f3ff;
}
.kgp-review-note strong{
  color:#5630bd;
}
.kgp-review-note p{
  margin:4px 0 0;
  color:#616980;
  line-height:1.5;
}
@media(max-width:760px){
  .kgp-box{padding:18px;}
  .kgp-steps{grid-template-columns:1fr 1fr;}
}
@media(max-width:430px){
  .kgp-steps{grid-template-columns:1fr;}
}
