/* Shared, readable typography and restrained accents across the public site. */
:root { --neon-blue: #70d1e5; --font-body: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; --font-display: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
* { cursor: auto; }
a, button, a *, button * { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid #d4f6ff; outline-offset: 5px; }
.cursor-dot, .cursor-outline, .scan-line, .hud-top-bar, .typing-wrapper { display: none; }
.navbar { top: 18px; background: rgba(8,15,23,.94); border-radius: 12px; }
.nav-menu { gap: 26px; }
.nav-menu a { font-family: var(--font-body); letter-spacing: .5px; font-size: 14px; }
.hero { min-height: 740px; padding: 150px 0 90px; }
.hero-tag { font-family: var(--font-body); color: #a3bdc9; letter-spacing: 2px; }
.glitch-title { font-size: clamp(44px, 5vw, 76px); line-height: 1.25; letter-spacing: -2px; font-weight: 700; text-shadow: none; margin: 20px 0; }
.hero-accent { color: #70d1e5; }
.hero-desc { font-size: 17px; line-height: 1.9; color: #b4c2ce; }
.grid-floor { opacity: .3; }
.spotlight-bg { opacity: .45; }
.btn-tech { display: inline-block; border-radius: 9px; clip-path: none; letter-spacing: .3px; font-family: var(--font-body); padding: 15px 28px; background: #70d1e5; color: #0b202c; }
.btn-tech:hover { box-shadow: 0 8px 24px #70d1e520; background: #a1e5f1; }
.btn-tech.secondary { background: transparent; }
.section-header { gap: 18px; margin-bottom: 48px; align-items: center; }
.section-header::after { display: none; }
.section-num { font-size: 12px; line-height: 1; letter-spacing: 1px; padding: 10px; border: 1px solid #314554; border-radius: 6px; color: #8aadb9; -webkit-text-stroke: 0; }
.section-title { font-size: 32px; font-weight: 600; letter-spacing: -.5px; }
.downloads-section { padding: 76px 0 96px; background: linear-gradient(180deg,#0d1721,#081018); border-block: 1px solid #ffffff0b; }
.download-card { background: #14212e; border-color: #2d4353; border-radius: 16px; padding: 36px 40px; box-shadow: 0 16px 56px #0002; }
.download-card h3 { font-size: 32px; }
.download-platform { color: #9ac5d2; font-size: 12px; letter-spacing: 1px; }
.download-features { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.download-features span { border: 1px solid #395564; border-radius: 5px; padding: 4px 10px; color: #b6dfeb; font-size: 12px; }
.download-card .download-meta { font-size: 13px; }
.download-instructions { margin-top: 36px; }
.download-instructions h3 { font-size: 20px; }
.download-instructions ol { list-style: none; counter-reset: steps; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding: 12px 0 24px; }
.download-instructions li { position: relative; padding-top: 44px; counter-increment: steps; }
.download-instructions li::before { content: "0" counter(steps); position: absolute; top: 0; left: 0; color: #70d1e5; font: 600 17px/1.4 var(--font-body); }
.download-instructions li strong { display: block; color: #e3edf4; font-size: 16px; margin-bottom: 8px; }
.download-instructions li span { display: block; color: #a6b8c8; font-size: 14px; line-height: 1.9; }
.usage-notes { border-top: 1px solid #ffffff12; padding-top: 10px; font-size: 13px; color: #a6b8c8; }
.usage-notes strong { color: #c6d7e2; }
.download-help { font-size: 13px; }
.product-row { margin-bottom: 110px; }
.contact-section { padding: 96px 0; scroll-margin-top: 90px; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 80px; }
.contact-eyebrow { display: inline-block; color: #70d1e5; font-size: 14px; letter-spacing: 3px; margin-bottom: 20px; }
.contact-intro h2 { font-size: clamp(30px,3vw,44px); line-height: 1.5; font-weight: 600; letter-spacing: -.8px; }
.contact-intro p { margin: 24px 0; max-width: 430px; color: #9aacbc; font-size: 15px; line-height: 2; }
.contact-email { color: #c7d8e4; font-size: 15px; text-decoration: none; border-bottom: 1px solid #415261; padding-bottom: 8px; overflow-wrap: anywhere; }
.contact-email span { margin-left: 12px; color: #70d1e5; }
.contact-card { background: linear-gradient(145deg,#172b3a,#101c28); border: 1px solid #324a5c; padding: 36px 40px; border-radius: 20px; box-shadow: 0 24px 64px #0003; }
.contact-card-top { display: flex; gap: 14px; align-items: center; color: #a8c1d1; font-size: 13px; }
.contact-icon { display: grid; place-items: center; width: 44px; height: 44px; background: #70d1e50e; border: 1px solid #70d1e526; border-radius: 12px; color: #70d1e5; }
.contact-icon svg { width: 23px; height: 23px; }
.contact-card h3 { color: #eef5fa; font-size: 22px; font-weight: 600; margin: 28px 0 4px; }
.contact-card h3 span { font-size: 12px; color: #91a7ba; font-weight: 400; margin-left: 12px; }
.contact-phone { display: inline-block; color: #eef7fb; font-size: clamp(28px,3vw,40px); letter-spacing: 1px; font-weight: 600; font-variant-numeric: tabular-nums; text-decoration: none; white-space: nowrap; }
.contact-card p { color: #9db2c3; font-size: 13px; margin-top: 10px; }
.contact-call { display: flex; align-items: center; justify-content: space-between; background: #70d1e5; color: #102733; text-decoration: none; font-size: 15px; font-weight: 600; padding: 14px 20px; margin-top: 32px; border-radius: 9px; transition: background .2s; }
.contact-call:hover { background: #a1e5f1; }
.footer { margin-top: 0; padding: 34px 0; background: #080e14; }
.footer-logo { font-size: 18px; margin-bottom: 12px; letter-spacing: 3px; }
.copyright { color: #8c9dad; font-size: 12px; }
.mobile-download-link { background: #70d1e5; border-radius: 10px; font-size: 14px; }
@media(max-width: 980px) { .contact-layout { gap: 36px; } .contact-card { padding: 28px; } .nav-container { padding: 0 22px; } .nav-menu { gap: 16px; } }
@media(max-width: 768px) {
    .container { padding: 0 22px; }
    .hero { min-height: 610px; padding: 132px 0 64px; }
    .glitch-title { font-size: 48px; }
    .hero-tag { font-size: 12px; letter-spacing: 1px; }
    .hero-desc { font-size: 15px; }
    .section-title, .downloads-section .section-title { font-size: 26px; }
    .downloads-section { padding: 56px 0; }
    .download-card { padding: 24px; border-radius: 12px; }
    .download-instructions ol { grid-template-columns: 1fr; gap: 24px; }
    .download-instructions li { padding: 0 0 0 36px; }
    .contact-section { padding: 60px 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 32px; }
    .contact-intro h2 { font-size: 32px; }
    .contact-card { padding: 26px; border-radius: 14px; }
    .contact-phone { font-size: clamp(26px,7.5vw,36px); letter-spacing: .5px; }
    .desktop-break { display: none; }
    .product-row { gap: 32px; margin-bottom: 72px; }
    .footer { padding-bottom: 24px; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
