/* Shared navigation for the four supplied pages. */
html { scroll-padding-top: 110px; }
.dy-nav a[aria-current="page"],
.mob-nav-panel a[aria-current="page"],
footer a[aria-current="page"] { color: #27c7ff; }
.dy-nav a[aria-current="page"]::after { width: 100%; }
a:focus-visible, button:focus-visible {
    outline: 2px solid #27c7ff;
    outline-offset: 5px;
}
/* Keep Services readable if the external animation scripts are unavailable. */
.dy-static-animations #heroEyebrow,
.dy-static-animations #heroBody,
.dy-static-animations #heroCta,
.dy-static-animations #heroScroll,
.dy-static-animations .intro-line { opacity: 1 !important; }
.dy-static-animations .line-inner { transform: none !important; }
.dy-static-animations #cursor,
.dy-static-animations #cursorFollower { display: none !important; }
.dy-static-animations body { cursor: auto !important; }
.dy-static-animations a,
.dy-static-animations button { cursor: pointer !important; }

/* Deployment support: links and enquiry guidance. */
.msg-bubble a { color: #27c7ff; text-decoration: underline; text-underline-offset: 3px; }
.deyonest-form-note { margin: 12px 0 0; color: #a8b3ce; font-size: 12px; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } }
