/* Harrity AI Patent Suite — shared site styles
   Loaded by every page. Page-specific styles remain inline. */

body { font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }

@keyframes float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.hero-float { animation: float 6s ease-in-out infinite; }

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
