.kbc-builder { max-width: 1060px; margin: 0 auto; }
.kbc-builder__intro { max-width: 760px; margin-bottom: 42px; }
.kbc-builder__intro > span { color: #9f2856; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.kbc-builder__intro h2 { margin: 10px 0 15px; font-size: clamp(2.5rem,5vw,4.5rem); }
.kbc-builder__intro p { color: #75666d; font-size: 18px; }
.kbc-form { overflow: hidden; border: 1px solid #ead8df; border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(77,29,48,.1); }
.kbc-form__section { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 34px; border-bottom: 1px solid #ead8df; }
.kbc-form__section > b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #f9dce7; color: #9f2856; }
.kbc-form__section h3 { margin: 4px 0 24px; font-size: 1.75rem; }
.kbc-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.kbc-form label { display: flex; flex-direction: column; gap: 7px; color: #34242c; font-weight: 700; }
.kbc-form input,.kbc-form select,.kbc-form textarea { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #dac8cf; border-radius: 11px; background: #fff; font: inherit; color: #21171c; }
.kbc-form textarea { min-height: 96px; resize: vertical; }
.kbc-form small { color: #806f76; font-weight: 400; }
.kbc-form .kbc-check { flex-direction: row; align-items: flex-start; font-weight: 500; }
.kbc-form .kbc-check input { width: 20px; min-height: 20px; margin-top: 3px; }
.kbc-choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.kbc-choice-grid label { padding: 14px; flex-direction: row; align-items: center; border: 1px solid #ead8df; border-radius: 12px; background: #fff8f3; }
.kbc-choice-grid input { width: 18px; min-height: 18px; }
.kbc-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; background: #fff8f3; }
.kbc-form__footer div { display: flex; flex-direction: column; }
.kbc-form__footer span { color: #75666d; font-size: 14px; }
.kbc-form__actions { display: flex !important; flex-direction: row !important; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.kbc-submit { min-height: 52px; padding: 12px 24px; border: 0; border-radius: 999px; background: #d84d83; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.kbc-submit--secondary { border: 1px solid #d84d83; background: #fff; color: #9f2856; }
.kbc-submit:disabled { opacity: .45; cursor: not-allowed; }
.kbc-recommendation { margin: 28px 34px 0; padding: 26px; border: 1px solid #ebc9d6; border-radius: 20px; background: linear-gradient(135deg,#fff8f3,#fff); }
.kbc-recommendation[hidden] { display: none; }
.kbc-recommendation > span { color: #9f2856; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.kbc-recommendation h3 { margin: 8px 0; }
.kbc-recommendation p { margin: 0 0 8px; color: #625158; }
.kbc-recommendation strong { color: #9f2856; }
.kbc-back { margin-top: 24px; }
@media (max-width: 700px) {
	.kbc-form__section { grid-template-columns: 1fr; padding: 24px 18px; }
	.kbc-form__grid,.kbc-choice-grid { grid-template-columns: 1fr; }
	.kbc-form__footer { align-items: flex-start; flex-direction: column; padding: 24px 18px; }
	.kbc-form__actions { width: 100%; }
	.kbc-form__actions .kbc-submit { width: 100%; }
	.kbc-recommendation { margin: 20px 18px 0; padding: 20px; }
}
