
        body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
        .hero-glow { filter: drop-shadow(0 0 25px rgba(16, 185, 129, 0.2)); animation: pulse 4s infinite; }
        @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.02); opacity: 0.9; } }
        .tech-card:hover { border-color: #10b981; }
        .spec-table tr:nth-child(even) { background-color: #f8fafc; }
        /* Core Summary scroll offset */
        #geo-summary { scroll-margin-top: 100px; }
    