/* Shared footer: clear routes into the product, learning center and support. */
.footer-cta.dx-footer-cta { padding: 34px 0; background: #f7f9fc; }
.dx-footer-cta__card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 32px 38px; border: 1px solid #e0e7ee; border-radius: 24px; background: radial-gradient(ellipse at 85% 15%,#e4f1eb 0,transparent 55%),linear-gradient(115deg,#fff 45%,#f1eef8); box-shadow: 0 6px 24px #213d5905; }
.dx-footer-cta .dx-eyebrow { margin: 0 0 12px; color: #a9542d; font-size: 10px; letter-spacing: .08em; }
.dx-footer-cta h2 { max-width: 730px; color: #203351; font-size: clamp(25px,2.4vw,34px); line-height: 1.2; letter-spacing: -.035em; }
.dx-footer-cta__copy { max-width: 680px; margin: 12px 0 0; color: #617389; font-size: 14px; line-height: 1.6; }
.dx-footer-cta__actions { flex: 0 0 auto; display: grid; justify-items: center; gap: 13px; }
.dx-footer-cta__actions .dx-button { min-width: 168px; gap: 22px; }
.dx-footer-cta__actions > a:not(.dx-button) { display: inline-flex; align-items: center; gap: 10px; padding: 5px; color: #355a52; font-size: 12px; font-weight: 750; text-decoration: none; }
.dx-footer-cta__actions a:focus-visible { outline: 3px solid #357c63; outline-offset: 4px; }
.site-footer.dx-footer { background: radial-gradient(ellipse at 0 0,#24282770,transparent 58%),#080b0b; color: #fff; }
.dx-footer__intro { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; padding: 25px 0; border-bottom: 1px solid #ffffff13; color: #9cadc1; font-size: 12px; line-height: 1.5; }
.dx-footer__eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #b9dccc; font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.dx-footer__eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #8ac9af; box-shadow: 0 0 0 4px #8ac9af13; }
.dx-footer__grid { display: grid; grid-template-columns: minmax(240px,1.25fr) minmax(170px,1fr) minmax(130px,.75fr) minmax(205px,1fr); gap: clamp(24px,3.5vw,60px); padding: 42px 0 38px; }
.dx-footer__brand { min-width: 0; }
.dx-footer .site-brand--footer { display: inline-flex; }
.dx-footer .site-brand--footer .site-brand__mark { width: 132px; height: 52px; flex-basis: 132px; }
.dx-footer .site-brand__mark.dx-footer__default-mark { background: transparent; }
.dx-footer .site-brand__image:not(.site-brand__image--custom) { mix-blend-mode: screen; }
.dx-footer__brand > p { max-width: 320px; margin: 16px 0; color: #adbdcf; font-size: 13px; line-height: 1.7; }
.dx-footer a { text-decoration: none; }
.dx-footer a:focus-visible { outline: 2px solid #a6d6c2; outline-offset: 4px; border-radius: 4px; }
.dx-footer__login { display: inline-flex; align-items: center; justify-content: space-between; gap: 17px; min-height: 38px; padding: 8px 12px; border: 1px solid #ffffff2b; border-radius: 8px; color: #e2eaf4; font-size: 12px; font-weight: 650; transition: background .2s; }
.dx-footer__login:hover { color: #fff; background: #ffffff0d; }
.dx-footer__contact { display: grid; gap: 8px; margin-top: 22px; }
.dx-footer__contact > a { display: flex; align-items: center; gap: 10px; width: fit-content; max-width: 100%; min-height: 44px; color: #d7e3ef; }
.dx-footer__contact-icon { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid #ffffff13; border-radius: 9px; background: #ffffff06; color: #9dbdab; font-size: 14px; font-weight: 600; }
.dx-footer__contact-icon svg { width: 15px; height: 15px; }
.dx-footer__contact a > span:last-child { display: grid; gap: 3px; min-width: 0; }
.dx-footer__contact small { color: #91a6bf; font-size: 10px; }
.dx-footer__contact strong { font-size: 12px; font-weight: 550; line-height: 1.4; overflow-wrap: anywhere; }
.dx-footer__contact a:hover strong { color: #b7e2d0; }
.dx-footer__brand > .dx-footer__hours { display: grid; gap: 5px; padding-top: 16px; margin: 16px 0 0; border-top: 1px solid #ffffff1f; font-size: 12px; line-height: 1.65; }
.dx-footer__hours strong { color: #d7e3ef; font-size: 11px; font-weight: 650; }
.dx-footer__column { min-width: 0; }
.dx-footer__column h2 { margin: 8px 0 17px; color: #f1f5fb; font-size: 13px; line-height: 1.4; font-weight: 750; }
.dx-footer .dx-footer__links { display: grid; gap: 1px; list-style: none; padding: 0; margin: 0; }
.dx-footer__links a { display: inline-flex; align-items: center; min-height: 33px; max-width: 100%; padding: 5px 0; color: #b9c7d8; font-size: 13px; line-height: 1.5; transition: color .18s; overflow-wrap: anywhere; }
.dx-footer__links a:hover, .dx-footer__legal a:hover { color: #b7e2d0; text-decoration: underline; text-underline-offset: 4px; }
.dx-footer__links a { display: flex; justify-content: space-between; gap: 14px; min-height: 38px; }
.dx-footer__links a::after { content: '→'; flex: 0 0 auto; color: #91b5ad; }
.dx-footer__column[aria-labelledby="footer_explore-title"] .dx-footer__links { padding: 10px 12px; border: 1px solid #ffffff20; border-radius: 13px; background: #ffffff05; }
.dx-footer__column[aria-labelledby="footer_explore-title"] .dx-footer__links a { color: #e4edf6; font-weight: 650; }
.dx-footer__help { display: grid; gap: 9px; margin-top: 23px; padding: 15px; border: 1px solid #a5c2b326; border-radius: 12px; background: linear-gradient(115deg,#365c481f,#53638212); }
.dx-footer__help > span { color: #afc1d1; font-size: 11px; line-height: 1.4; }
.dx-footer__help a { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 28px; color: #c4e7d8; font-size: 12px; font-weight: 750; }
.dx-footer__help b { font-size: 17px; font-weight: 500; }
.dx-footer__bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px 24px; padding: 22px 0; border-top: 1px solid #ffffff15; }
.dx-footer__bottom p { margin: 0; color: #8fa2b9; font-size: 11px; line-height: 1.5; }
.dx-footer .dx-footer__legal-links { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; }
.dx-footer__legal a { display: inline-block; padding: 5px 0; color: #aebed0; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.dx-footer__top { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0; color: #cad6e5; font-size: 11px; white-space: nowrap; }
.dx-footer__top span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #ffffff25; border-radius: 50%; font-size: 15px; }
.dx-footer__top:hover { color: #b7e2d0; }
@media (max-width: 1100px) {
  .dx-footer__grid { grid-template-columns: minmax(230px,1.3fr) minmax(155px,1fr) minmax(145px,1fr); gap: 28px; }
  .dx-footer__brand { grid-row: span 2; }
  .dx-footer__column:last-child { grid-column: 2 / -1; }
  .dx-footer__column:last-child .dx-footer__links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px 18px; }
  .dx-footer__help { max-width: 380px; }
}
@media (max-width: 760px) {
  .dx-footer-cta__card { align-items: flex-start; flex-direction: column; padding: 26px; gap: 24px; }
  .dx-footer-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 24px; }
  .dx-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 25px; }
  .dx-footer__brand { grid-column: 1 / -1; grid-row: auto; }
  .dx-footer__brand > p { max-width: 420px; }
  .dx-footer__contact { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .dx-footer__contact > a { align-items: flex-start; }
  .dx-footer__column:last-child { grid-column: 1 / -1; }
  .dx-footer__column h2 { margin-top: 0; }
  .dx-footer__bottom { align-items: flex-start; }
}
@media (max-width: 560px) {
  .footer-cta.dx-footer-cta { padding: 23px 0; }
  .dx-footer-cta__card { padding: 23px 20px; border-radius: 20px; }
  .dx-footer-cta h2 { font-size: 27px; }
  .dx-footer-cta__copy { font-size: 13px; }
  .dx-footer-cta__actions { width: 100%; justify-content: space-between; gap: 15px; }
  .dx-footer-cta__actions .dx-button { min-width: 150px; padding-inline: 15px; }
  .dx-footer__intro { padding: 22px 0; font-size: 11px; }
  .dx-footer__eyebrow { font-size: 9px; }
  .dx-footer__grid { padding: 30px 0; gap: 30px 18px; }
  .dx-footer__contact { grid-template-columns: 1fr; gap: 5px; margin-top: 18px; }
  .dx-footer__contact > a { align-items: center; }
  .dx-footer__contact strong { font-size: 13px; }
  .dx-footer__links a { min-height: 36px; font-size: 12px; }
  .dx-footer__column:last-child .dx-footer__links { gap: 2px 18px; }
  .dx-footer__help { max-width: none; }
  .dx-footer__help a { min-height: 32px; }
  .dx-footer__bottom { flex-direction: column; gap: 13px; padding: 22px 0; }
  .dx-footer__top { align-self: flex-end; margin-top: -4px; }
}
@media (prefers-reduced-motion: reduce) {
  .dx-footer__login,.dx-footer__links a { transition: none; }
}

/* Shared, lightweight public social links. */
.dx-social ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:18px 0 0;padding:0}
.dx-social li{margin:0;padding:0}
.dx-social a{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 12px;border:1px solid #dce4f1;border-radius:10px;color:#20335f;font-size:13px;text-decoration:none;transition:background .18s,border-color .18s}
.dx-social a:hover{background:#edf3ff;border-color:#91a8d5}
.dx-social a:focus-visible{outline:3px solid #ff8f66;outline-offset:3px}
.dx-social__mark{display:inline-grid;place-items:center;width:20px;font-family:Arial,sans-serif;font-size:18px;font-weight:700}
.dx-footer .dx-social a{color:#e2eaff;border-color:#526184;background:#202f51}
.dx-footer .dx-social a:hover{background:#30436e;border-color:#a8bce8}
.dx-footer .dx-footer__location{color:#c1cee5;font-size:14px;line-height:1.8;margin:18px 0 0}
.dx-footer__location a{color:inherit;text-decoration:underline;text-underline-offset:4px}
.dx-brand-connect{padding:28px 0 52px;background:#fff}
.dx-brand-connect__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.dx-brand-connect h2{margin:8px 0 12px;font-size:28px;line-height:1.2}
.dx-brand-connect p{color:#526585;line-height:1.7;margin-bottom:0}
@media(max-width:700px){.dx-brand-connect__inner{align-items:flex-start;flex-direction:column}.dx-brand-connect h2{font-size:24px}.dx-social a{font-size:12px;padding:8px 10px}}

#contact-connect-title{scroll-margin-top:130px}

.dx-social__mark img{display:block;width:20px;height:20px;object-fit:contain}.site-footer .dx-social__mark img{filter:brightness(0) invert(1)}
