/* Small controls share one icon scale and a stable, compact hit area. */
.button>svg, .quiet-link>svg, .text-link>svg, .nav-contact>svg { display:block; width:16px; height:16px; flex:none; }
.form-send-icon>svg { display:block; width:14px; height:14px; }
.text-link { width:fit-content; max-width:100%; gap:10px; line-height:1.5; }
.text-link img { flex:none; width:16px; height:16px; }
.button { transition:transform 150ms cubic-bezier(.23,1,.32,1),box-shadow 150ms cubic-bezier(.23,1,.32,1),background-color 150ms ease; }
.form-step .form-row { align-items:center; justify-content:space-between; }
.form-step .button { width:auto; justify-content:center; gap:16px; min-width:133px; }
.form-step .form-row .button { flex:none; width:auto; }
.form-step .form-back { flex:none; white-space:nowrap; font-size:13px; }
.contact-note { letter-spacing:.04em; }
@media(max-width:640px) {
 .section-rail>span:first-child { display:inline; }
 .mobile-stage-active .demo-caption .scroll-cue { display:inline; white-space:nowrap; }
 .mobile-stage-active .demo-caption { gap:8px; }
}
@media(max-width:340px) {
 .mobile-stage-active .demo-caption { font-size:7px; }
 .mobile-stage-active .demo-caption .scroll-cue { font-size:7px; }
 .form-step .form-row { gap:10px; }
 .form-step .form-row .button { width:auto; min-width:125px; }
}
@media(prefers-reduced-motion:reduce) { .button { transition:none; } }

/* Shared interface icons: SVG paths keep arrows consistent across platforms. */
.ct-ui-icon{display:inline-block;width:16px;height:16px;flex:none;vertical-align:-3px;overflow:visible}
.service-index b{display:flex;align-items:center;justify-content:center}
.service-index b .ct-ui-icon{width:18px;height:18px}
.form-next>span,.form-finish>span,.nav-contact>span,.site-footer__contact>span{display:inline-flex;align-items:center}
.scroll-cue .ct-ui-icon{width:10px;height:10px;vertical-align:-2px}
.ct-docs-review-check .ct-ui-icon,.ct-campaign__review-icon .ct-ui-icon{width:13px;height:13px;vertical-align:0}
.ct-campaign__postcodes i .ct-ui-icon,.ct-campaign__interest-check .ct-ui-icon{width:10px;height:10px;vertical-align:0}
