/* 14 FOOTER — native Divi modules, scoped under .cdt-footer only. */
.cdt-footer, .cdt-footer * { box-sizing: border-box; }

.cdt-footer { padding: 5rem 24px 0 !important; background: linear-gradient(135deg, #fbfaff 0%, #f1edff 48%, #ebe7ff 100%) !important; }
.cdt-footer__grid { max-width: 1180px; margin: 0 auto !important; display: flex !important; flex-wrap: wrap; gap: 2rem; padding: 2rem 0 3rem !important; }
.cdt-footer__brand { flex: 2 1 320px; padding: 0 !important; }

.cdt-footer__brand-text .cdt-logo { display: inline-flex; font-weight: 800; font-size: 1.2rem; color: #1c1836; text-decoration: none; margin-bottom: 1rem; }
.cdt-footer__brand-text p { color: #635f78; font-size: .95rem; line-height: 1.7; margin: 0 0 1.3rem; max-width: 340px; }
.cdt-newsletter { display: flex; border: 1px solid #e7e4f5; border-radius: 999px; padding: .3rem; background: #ffffff; max-width: 360px; }
.cdt-newsletter input { flex: 1; border: none; background: transparent; padding: .6rem .9rem; font-family: inherit; font-size: .9rem; }
.cdt-newsletter input:focus { outline: none; }
.cdt-newsletter button { border: none; border-radius: 999px; padding: .7rem 1.2rem; background: linear-gradient(135deg, #5b39f2, #4824d8); color: #fff; font-weight: 700; font-size: .88rem; cursor: pointer; }
.cdt-newsletter__msg { margin-top: .6rem; font-size: .85rem; color: #5b39f2; min-height: 1.2em; }

.cdt-footer__col { flex: 1 1 150px; padding: 0 !important; }
.cdt-footer__col-text h3 { font-size: 1rem; color: #1c1836; margin: 0 0 1.1rem; }
.cdt-footer__col-text ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.cdt-footer__col-text a { color: #635f78; font-size: .92rem; text-decoration: none; }
.cdt-footer__col-text a:hover { color: #5b39f2; }

.cdt-social { display: flex !important; gap: .6rem; padding: 0 !important; margin-top: 1rem; }
.cdt-social__icon { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #e7e4f5; display: inline-grid; place-items: center; font-size: .8rem; font-weight: 700; color: #1c1836; }
.cdt-social__icon:hover { background: #5b39f2; color: #fff; }

.cdt-footer__bottom { border-top: 1px solid #e7e4f5; max-width: 1180px; margin: 0 auto !important; padding: 1.4rem 0 !important; }
.cdt-footer__bottom-text { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; }
.cdt-footer__bottom-text p { font-size: .85rem; color: #635f78; margin: 0; }
.cdt-footer__bottom-text a { color: #635f78; text-decoration: none; }

@media (max-width: 900px) { .cdt-footer__grid { flex-wrap: wrap; } }
@media (max-width: 700px) { .cdt-footer__bottom-text { flex-direction: column; text-align: center; } }
