/* Social destinations retain their own visual identity. */
body.premium-site .p-footer-social a {
    display:inline-flex;align-items:center;justify-content:center;gap:9px;
    min-height:44px;padding:11px 17px;border-radius:14px;border:1px solid transparent;
    text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;
}
body.premium-site .p-footer-social a[href*="wa.me"] {
    background:#25d366;color:#073c23!important;border-color:#1fc35d;
    box-shadow:0 5px 16px #25d36622;
}
body.premium-site .p-footer-social a[href*="instagram.com"] {
    background:linear-gradient(115deg,#6635bb 0%,#b52989 48%,#d63855 76%,#a64716 100%);
    color:#fff!important;box-shadow:0 5px 16px #c1358422;
}
body.premium-site .p-footer-social a span,
body.premium-site .p-footer-social a svg {color:inherit!important}
body.premium-site .p-footer-social a:hover {transform:translateY(-2px);box-shadow:0 8px 22px #15234320}
body.premium-site .p-footer-social a:focus-visible {outline:3px solid #244fe5;outline-offset:4px}

/* A quiet glass signature, with the colour travelling through the wordmark. */
body.premium-site .p-footer-clean .p-footer-legal .p-powered-link,
body.premium-site .page-powered .powered {
    display:inline-flex!important;align-items:center;gap:9px;min-height:44px;
    padding:10px 18px!important;border:1px solid #dbe2f3!important;border-radius:99px!important;
    background:linear-gradient(130deg,#ffffffed,#f1f4ffed)!important;
    color:#69748a!important;-webkit-text-fill-color:initial;font-size:11px;
    box-shadow:inset 0 1px 0 #fff,0 5px 18px #23385d08!important;
    text-decoration:none;backdrop-filter:blur(12px);
}
body.premium-site .p-footer-clean .p-footer-legal .p-powered-link strong,
body.premium-site .page-powered .powered-brand {
    display:inline-block;font-size:15px;font-weight:800;line-height:1.4;
    letter-spacing:-.035em;word-spacing:.08em;white-space:nowrap;
    color:#365bdd!important;-webkit-text-fill-color:transparent;
    background:linear-gradient(100deg,#2457d6 0%,#783cc4 22%,#c32d81 43%,#087d92 65%,#2457d6 85%,#783cc4 100%)!important;
    background-size:260% 100%!important;background-clip:text!important;-webkit-background-clip:text!important;
    text-shadow:none!important;animation:we-manage-colour-flow 7s ease-in-out infinite alternate!important;
}
@keyframes we-manage-colour-flow {from{background-position:0% 50%}to{background-position:100% 50%}}
@media(prefers-reduced-motion:reduce) {
    body.premium-site .p-footer-social a{transition:none;transform:none}
    body.premium-site .p-footer-clean .p-footer-legal .p-powered-link strong,
    body.premium-site .page-powered .powered-brand{animation:none!important}
}
@media(forced-colors:active) {
    body.premium-site .p-footer-clean .p-footer-legal .p-powered-link strong,
    body.premium-site .page-powered .powered-brand{-webkit-text-fill-color:LinkText;background:none!important}
}
