.cm-form-section{background:var(--cm-white);padding:64px 0}.cm-form-section--light{background:var(--cm-light)}.cm-form-section--dark{background:radial-gradient(circle at 90% 12%,rgba(200,162,74,.16),transparent 32%),linear-gradient(135deg,var(--cm-green-deep),var(--cm-green));color:var(--cm-white)}.cm-form-section__inner{align-items:start;display:grid;gap:56px;grid-template-columns:minmax(0,.9fr) minmax(380px,1fr)}.cm-form-section--stacked .cm-form-section__inner{gap:34px;grid-template-columns:1fr}.cm-form-section__content{max-width:620px}.cm-form-section__content h2{margin-bottom:16px}.cm-form-section__text{color:var(--cm-slate);font-size:1.05rem;line-height:1.65}.cm-form-section__text p:last-child{margin-bottom:0}.cm-form-section__form-card{background:var(--cm-white);border:1px solid var(--cm-border);border-radius:var(--cm-radius-lg);box-shadow:0 14px 34px rgba(15,42,35,.1);padding:34px}.cm-form-section__form-header{margin-bottom:24px}.cm-form-section__form-header h3{margin-bottom:10px}.cm-form-section__form-intro{color:var(--cm-slate);font-size:.98rem;line-height:1.6}.cm-form-section__form-intro p:last-child{margin-bottom:0}.cm-form-section__empty{color:var(--cm-slate);font-size:.95rem;margin:0}.cm-form-section--dark .cm-form-section__content h2,.cm-form-section--dark .cm-form-section__text,.cm-form-section--dark .cm-form-section__text p{color:var(--cm-white)}.cm-form-section--dark .cm-kicker{color:var(--cm-gold-soft)}@media (max-width:900px){.cm-form-section{padding:56px 0}.cm-form-section__inner{gap:34px;grid-template-columns:1fr}.cm-form-section__content{max-width:none}}@media (max-width:640px){.cm-form-section{padding:48px 0}.cm-form-section__form-card{border-radius:var(--cm-radius-md);padding:24px 20px}}