/*
Theme Name: Jay Digital Pro — Final Design
Theme URI: https://jaydigitalpro.com
Author: Jay Digital Pro
Description: The production WordPress edition of the approved Jay Digital Pro agency design.
Version: 2.1.0
Text Domain: jay-digital-pro-final
*/

body { font-family: "DM Sans", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, .brand-name { font-family: "Manrope", "DM Sans", Arial, sans-serif; }
.admin-bar .site-header { top: 32px; }
.footer-socials .social-disabled { width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 7px; display: grid; place-items: center; color: #9ca6bc; font-size: .65rem; opacity: .35; cursor: default; }
.footer-socials a[aria-label="PeoplePerHour"] { width: auto; min-width: 42px; padding: 0 8px; font-size: .58rem; font-weight: 800; }
.footer-legal { display: inline-flex; flex-wrap: nowrap; align-items: center; gap: 22px; white-space: nowrap; }
.contact-form .notice { grid-column: 1 / -1; padding: 14px 16px; background: rgba(57,119,255,.1); color: #1d4ed8; border-left: 3px solid #3977ff; }
.contact-form .notice.error { background: rgba(220,38,38,.08); color: #b91c1c; border-color: #dc2626; }
.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal-visible { opacity: 1; transform: none; }
.legal a { color: var(--agency-blue, #3977ff); text-decoration: underline; text-underline-offset: 3px; }
.prose-card { min-height: 45vh; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 520px) { .footer-bottom { align-items: flex-start; gap: 16px; } .footer-legal { gap: 18px; } }
@media (prefers-reduced-motion: reduce) { .reveal-ready { opacity: 1; transform: none; transition: none; } }
