@font-face { font-family: Syne; src: url('../fonts/syne.ttf') format('truetype'); font-style: normal; font-weight: 400 800; font-display: swap; }
@font-face { font-family: Urbanist; src: url('../fonts/urbanist.ttf') format('truetype'); font-style: normal; font-weight: 100 900; font-display: swap; }
.nw-site .skip-link { position: fixed; top: -100px; left: 16px; z-index: 100000; background: var(--nw-primary); color: var(--nw-on-primary); padding: 14px 20px; }
.nw-site .skip-link:focus { top: 12px; }
.nw-site :is(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid var(--nw-primary); outline-offset: 4px; }
.nw-site label { display: block; color: var(--nw-heading); font-weight: 600; }
.nw-site input[type="tel"] { display: block; width: 100%; background: #101214; color: var(--nw-heading); border: 1px solid #646c74; padding: 15px; border-radius: 5px; font: inherit; margin-bottom: 15px; }
.nw-site .consent-field { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0; }
.nw-site .consent-field input { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 4px; accent-color: var(--nw-primary); }
.nw-site .consent-field label { font-size: 15px; font-weight: 400; line-height: 1.6; }
.nw-site .consent-field a, .nw-site .policy-page a { text-decoration: underline; }
.nw-site .policy-page .container { max-width: 900px; }
.nw-site .policy-page h2 { font-size: clamp(23px, 4vw, 32px); margin: 36px 0 16px; }
.nw-site .policy-page p { max-width: 75ch; }
.nw-site .contact__error { background: #3c1d23; color: #ffe2e6; border: 1px solid #d995a0; }
.nw-site .faq-item { background: var(--nw-surface); padding: 20px; margin-bottom: 12px; border: 1px solid var(--nw-border); border-radius: 6px; }
.nw-site .faq-item summary { cursor: pointer; color: var(--nw-heading); font-size: 20px; }
.nw-site .faq-item p { margin: 20px 0 0; }
.nw-site .scrolling { display: none; }
.nw-site .portfolio .img:focus-visible .hover-text { opacity: 1; visibility: visible; }
.nw-site .progress-wrap { padding: 0; border: 0; }
.nw-site .analytics-consent { position: fixed; z-index: 10001; bottom: 16px; left: 16px; right: 16px; max-width: 720px; max-height: calc(100dvh - 32px); overflow-y: auto; padding: 24px; border: 1px solid var(--nw-primary); border-radius: 8px; background: #16191c; box-shadow: 0 8px 40px #0009; }
.nw-site .analytics-consent[hidden], .nw-site .analytics-settings[hidden], .nw-site #analytics-close[hidden] { display: none; }
.nw-site .analytics-consent h2 { font-size: 24px; margin-bottom: 12px; }
.nw-site .analytics-consent p { font-size: 15px; line-height: 1.6; margin-bottom: 12px; }
.nw-site .analytics-consent a { text-decoration: underline; }
.nw-site .analytics-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nw-site .analytics-actions button { padding: 12px 18px; min-height: 44px; font: inherit; font-weight: 700; border: 1px solid var(--nw-primary); border-radius: 4px; background: var(--nw-primary); color: var(--nw-on-primary); cursor: pointer; }
.nw-site .analytics-settings { padding: 8px 0; background: transparent; border: 0; color: var(--nw-primary); text-decoration: underline; cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    .nw-site .wow, .nw-site .reveal-effect, .nw-site .reveal-effect img { visibility: visible !important; opacity: 1 !important; transform: none !important; clip-path: none !important; }
    .nw-site .bg-imgfixed { background-attachment: scroll !important; }
}
