/* HHPOKER Alliance Custom Styles */
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
::selection { background-color: #4f46e5; color: #fff; }
details summary::-webkit-details-marker { display: none; }
details summary { list-style: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #a5b4fc; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6366f1; }
.hero-shape { clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(5deg); }
.feature-icon { transition: transform 0.3s ease; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fadeInUp { animation: fadeInUp 0.6s ease forwards; }
