.project-request-form [hidden]{display:none!important}
.project-step-info{display:flex;align-items:flex-start;gap:.8rem;margin:-.35rem 0 1.3rem;padding:1rem 1.1rem;border:1px solid #d9dcff;border-radius:12px;background:#f5f5ff;color:#343777}
.project-step-info>span{font-size:1.35rem;line-height:1}
.project-step-info p{margin:0;line-height:1.65}
.project-step-info strong{display:block;margin-bottom:.15rem;color:#292b69}
.project-field{display:grid;align-content:start;gap:.45rem}
.project-field>label:first-child,.project-choice-fieldset legend{color:#3a4355;font-size:.82rem;font-weight:800}
.project-field>small,.project-choice-fieldset>small,.project-field-help{margin:0;color:#68748b;font-size:.78rem;font-weight:400;line-height:1.55}
.project-copy-business{margin-top:.15rem;font-weight:600!important}
.project-choice-fieldset{min-width:0;margin:0!important;padding:1rem!important}
.project-choice-fieldset legend{padding:0 .35rem}
.project-option-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:.8rem 0}
.project-option-list>label{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border:1px solid #e1e6ee;border-radius:10px;background:#fff;cursor:pointer}
.project-option-list input{width:18px;height:18px;flex:0 0 18px;margin-top:.08rem;accent-color:#4f46e5}
.project-choice-fieldset>[data-domain-details],.project-field>[data-timeline-date]{margin-top:.3rem;padding:.85rem;border-radius:10px;background:#f8f9fc}
.project-feature-fieldset h3{margin:1.1rem 0 .65rem;color:#343d51;font-size:.92rem}
.project-choice-grid-detailed{grid-template-columns:repeat(2,minmax(0,1fr))}
.project-choice-grid-detailed .project-choice-card{display:flex;align-items:flex-start;min-width:0;padding:.9rem}
.project-choice-card>span{display:grid;gap:.2rem;min-width:0}
.project-choice-card strong{color:#2d3547;font-size:.83rem}
.project-choice-card small{color:#707b91;font-size:.72rem;font-weight:400;line-height:1.45}
.project-choice-card.is-included{position:relative;border-color:#cfd4ff;background:#f7f7ff}
.project-choice-icon{width:18px;height:18px;display:grid!important;place-items:center;border-radius:50%;background:#4f46e5;color:#fff;font-size:.7rem}
.project-choice-card.is-included>b{position:absolute;top:.55rem;right:.55rem;padding:.2rem .42rem;border-radius:999px;background:#e3e4ff;color:#4f46e5;font-size:.6rem}
.project-choice-card.is-included>span:nth-child(2){padding-right:6.2rem}

@media(max-width:760px){
    .project-option-list,.project-choice-grid-detailed{grid-template-columns:1fr}
    .project-step-info{padding:.9rem}
    .project-choice-card.is-included>span:nth-child(2){padding-right:5.5rem}
}
