/* Canonical Designer Prime footer; copied from assine on 2026-09-18.
   Scoped reset and fixed spacing isolate it from the host LP. */
.dp-footer{font-family:var(--body,"Plus Jakarta Sans",system-ui,sans-serif);font-size:16px;font-weight:400;line-height:1.6;color:#fff;text-align:left}
.dp-footer,.dp-footer *,.dp-footer *::before,.dp-footer *::after{box-sizing:border-box}
.dp-footer h4,.dp-footer p,.dp-footer ul,.dp-footer li{margin:0;padding:0}
.dp-footer h4{line-height:1.15;letter-spacing:-.01em}
.dp-footer img{max-width:100%;display:block;height:auto}
.dp-footer a{text-decoration:none;overflow-wrap:anywhere}
.dp-footer{background:#0a0a0a;border-top:1px solid #1c1c1c;padding-top:8px}
.dp-footer .grid{max-width:1100px;margin:0 auto;padding:56px 24px 32px;display:grid;
 grid-template-columns:1fr 1.2fr 1fr 1.2fr;gap:40px;align-items:start}
.dp-footer h4{font-size:17px;font-weight:800;color:#fff;margin-bottom:20px}
.dp-footer ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.dp-footer a{color:#aaa;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex;align-items:flex-start;gap:10px}
.dp-footer a:hover{color:#fff}
.dp-footer a svg,.dp-footer li svg{width:17px;height:17px;flex:0 0 auto;margin-top:2px}
.dp-footer .note{font-size:13px;color:#777;line-height:1.6;margin-top:4px}
.dp-footer .brand{display:flex;flex-direction:column;align-items:flex-end;gap:14px;text-align:right}
.dp-footer .brand img{width:140px}
.dp-footer .brand strong{display:block;font-size:13px;color:#aaa;margin-bottom:6px}
.dp-footer .brand p{font-size:13px;color:#777;line-height:1.7}
.dp-footer .bottom{border-top:1px solid #1a1a1a}
.dp-footer .bottom .row{max-width:1100px;margin:0 auto;padding:24px 24px;display:flex;align-items:center;
 justify-content:space-between;gap:14px}
.dp-footer .bottom p{font-size:12px;color:#666;font-weight:500}
.dp-footer .bottom img{width:90px;opacity:.4}
@media(max-width:860px){
 .dp-footer .grid{grid-template-columns:1fr 1fr;gap:28px}
 .dp-footer .brand{align-items:flex-start;text-align:left;grid-column:1/-1}
}
@media(max-width:767px){
 .dp-footer .grid{grid-template-columns:1fr;padding:40px 22px 32px}
 .dp-footer .brand{align-items:flex-start;text-align:left}
 .dp-footer .bottom .row{flex-direction:column;text-align:center}
}
