:root { color-scheme: dark; }
html { scroll-behavior: smooth; background: #020711; }
body { margin: 0; min-width: 320px; background: #020711; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.site-skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; color: #001c08; background: #74ff9e; transform: translateY(-150%); }
.site-skip-link:focus { transform: translateY(0); }
.mk-nav a { position: relative; white-space: nowrap; }
.mk-header { position: relative; z-index: 1000; }
.mk-nav a[aria-current="page"] { color: #f3fff6; }
.mk-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: linear-gradient(90deg,#00d84f,#19bfff); box-shadow: 0 0 10px rgba(0,216,79,.65); }
.mk-cta, .mk-header-call, .mk-number, .mk-big-number { text-decoration: none; }
.mk-cta:focus-visible, .mk-header-call:focus-visible, .mk-number:focus-visible, .mk-review-button:focus-visible, .mk-carousel-dot:focus-visible, .mk-nav a:focus-visible, .mk-footer-links a:focus-visible { outline: 3px solid #19bfff; outline-offset: 4px; }
.site-menu-toggle { display: none; width: auto; min-width: 64px; min-height: 44px; padding: 10px 12px; box-sizing: border-box; white-space: nowrap; border: 1px solid rgba(25,191,255,.3); border-radius: 10px; color: #f3fff6; background: rgba(25,191,255,.08); font: inherit; line-height: 1.25; cursor: pointer; }
.site-mobile-nav { display: none; }
@media (max-width: 1100px) {
  .site-menu-toggle { display: grid; place-items: center; flex: 0 0 auto; }
  .site-mobile-nav { position: absolute; z-index: 1001; top: 74px; right: 16px; left: 16px; display: grid; gap: 4px; padding: 10px; border: 1px solid rgba(25,191,255,.38); border-radius: 13px; background: #020913; box-shadow: 0 24px 60px rgba(0,0,0,.78); transform-origin: top; }
  .site-mobile-nav[hidden] { display: none; }
  .site-mobile-nav a { padding: 13px 14px; border-radius: 8px; color: #f3fff6; background: #071421; }
  .site-mobile-nav a[aria-current="page"] { color: #74ff9e; background: rgba(0,216,79,.08); }
}
.mk-final .mk-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #74ff9e; font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.mk-final .mk-kicker::before { content: ""; width: 32px; height: 1px; flex-shrink: 0; background: #00d84f; box-shadow: 0 0 8px #00d84f; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
