html { scroll-behavior: smooth; scroll-padding-top: 110px; }
section[id], header[id] { scroll-margin-top: 0; }
#landing-nav { position: fixed; top: 0; z-index: 1030; background: rgba(28, 35, 47, .97); }
#landing-nav .nav-link { cursor: pointer; }
#landing-nav a:focus-visible, .nexsyn-footer a:focus-visible { outline: 2px solid #bd9d60; outline-offset: 5px; border-radius: 4px; }
.nexsyn-footer { padding: 72px 0 0; background: #132922; color: #c3d0c9; }
.nexsyn-footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 48px; border-bottom: 1px solid #ffffff20; }
.nexsyn-footer-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #d7bd83; }
.nexsyn-footer h2 { margin: 16px 0; color: #fff; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.2; letter-spacing: -1px; }
.nexsyn-footer p { margin: 0; font-size: 13px; line-height: 1.9; }
.nexsyn-footer a { color: #d5dfd9; text-decoration: none; transition: color .2s ease; }
.nexsyn-footer a:hover { color: #e3c88f; }
.nexsyn-footer .nexsyn-footer-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 23px; border: 1px solid #dfc791; border-radius: 10px; background: #dfc791; color: #182a23; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nexsyn-footer .nexsyn-footer-button:hover { background: #eed9ad; color: #182a23; }
.nexsyn-footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 36px; padding: 48px 0; }
.nexsyn-footer-brand > a { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.nexsyn-footer-brand img { padding: 5px; border-radius: 10px; background: #f6f7f2; object-fit: contain; }
.nexsyn-footer-brand > a > span { font: 700 26px Georgia, serif; letter-spacing: 2px; color: #fff; }
.nexsyn-footer-brand p { max-width: 300px; }
.nexsyn-footer-caption { display: block; margin-top: 18px; font-size: 11px; color: #9caf9f; }
.nexsyn-footer nav h3 { margin: 4px 0 20px; color: #fff; font-size: 13px; font-weight: 600; }
.nexsyn-footer nav > a { display: block; width: fit-content; padding: 6px 0; font-size: 12px; line-height: 1.6; }
.nexsyn-footer nav p { margin-top: 17px; color: #9caf9f; font-size: 11px; }
.nexsyn-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid #ffffff20; }
.nexsyn-footer-bottom p, .nexsyn-footer-bottom a { font-size: 11px; }
.nexsyn-footer-bottom a span { margin-inline-start: 12px; }
@media (max-width: 991px) { .nexsyn-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nexsyn-footer-cta { align-items: flex-start; flex-direction: column; } }
@media (max-width: 575px) { .nexsyn-footer { padding-top: 48px; } .nexsyn-footer-grid { gap: 30px 20px; } .nexsyn-footer-brand { grid-column: 1 / -1; } .nexsyn-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; } .nexsyn-footer .nexsyn-footer-button { width: 100%; white-space: normal; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .nexsyn-footer a { transition: none; } }
