html { scroll-behavior: smooth; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.glass-card { background: rgba(255,255,255,0.9); backdrop-filter: blur(14px); }
.hero-grid {
    background-image:
      radial-gradient(circle at 20% 10%, rgba(34,211,238,0.18), transparent 30%),
      radial-gradient(circle at 80% 20%, rgba(59,130,246,0.18), transparent 25%),
      radial-gradient(circle at 60% 80%, rgba(16,185,129,0.12), transparent 25%);
}
.tracking-line::before {
    content: '';
    position: absolute;
    left: 0.9rem;
    top: 1.6rem;
    width: 2px;
    height: calc(100% - 1.8rem);
    background: #dbeafe;
}
@media print {
    .no-print { display: none !important; }
    body { background: #fff !important; }
}
