/* 10 HOW IT WORKS — native Divi modules, scoped under .cdt-how only. */
.cdt-how, .cdt-how * { box-sizing: border-box; }

.cdt-how { padding: 6.5rem 24px !important; background: #f6f5fc; }
.cdt-tag { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: #5b39f2; background: #fff; border: 1px solid #e7e4f5; padding: .35rem .9rem; border-radius: 999px; margin: 0 auto 1rem !important; }
.cdt-heading h2 { text-align: center; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 700; color: #1c1836; margin: 0 auto 2.5rem; max-width: 620px; }
.cdt-how__grid { max-width: 1180px; margin: 0 auto !important; }

.cdt-how__step { background: #ffffff !important; border: 1px solid #e7e4f5; border-radius: 18px !important; margin-bottom: 1rem !important; }
.cdt-how__step h2, .cdt-how__step h3, .cdt-how__step [class*="title"] { font-size: 1.15rem !important; font-weight: 700 !important; color: #1c1836 !important; padding: 1.2rem 1.6rem !important; margin: 0 !important; }
.cdt-how__step p, .cdt-how__step [class*="content"] { font-size: .92rem !important; color: #635f78 !important; padding: 0 1.6rem 1.4rem !important; margin: 0 !important; }
