/* persopass.io - Colors: #6C5CE7, #3DB8E8, #252542, #E84D8A, #9B96B5 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #9B96B5; background: #252542; overflow-x: hidden; }
.hero { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; }
.hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 700; color: #6C5CE7; }
.hero-sub { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: #3DB8E8; margin-top: 12px; }
.content { max-width: 680px; margin: 0 auto; padding: 0 24px 80px; }
.block { background: rgba(255,255,255,0.04); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(108,92,231,0.12); border-radius: 12px; padding: 32px; margin-bottom: 20px; opacity: 0; transform: translateY(16px) scale(0.98); transition: opacity 0.5s cubic-bezier(0.34,1.56,0.64,1), transform 0.5s cubic-bezier(0.34,1.56,0.64,1); }
.block.visible { opacity: 1; transform: translateY(0) scale(1); }
.label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #E84D8A; letter-spacing: 0.1em; display: block; margin-bottom: 8px; }
.heading { font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 700; color: #6C5CE7; margin-bottom: 8px; }
.text { font-size: 0.95rem; line-height: 1.8; color: #9B96B5; }
