/* persopass.io */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #1e293b; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.6; }
.accent-bar { height: 4px; background: linear-gradient(90deg, #1d4ed8, #dbeafe); }
.hero { text-align: center; padding: 4rem 2rem 3rem; }
.shield-icon { width: 56px; height: 56px; border-radius: 50%; background: #1d4ed8; color: #fff; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.brand { font-family: 'Sora', sans-serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.tagline { font-size: 0.85rem; color: #64748b; margin-top: 0.3rem; }
.cert-label { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 0.5rem; border: 1px solid #e2e8f0; padding: 3px 10px; border-radius: 4px; color: #16a34a; margin-top: 1rem; }
.process { max-width: 560px; margin: 0 auto; padding: 2rem 2rem; }
.steps { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.step-card { flex: 1; min-width: 150px; border: 1px solid #dbeafe; border-radius: 12px; padding: 1.5rem; text-align: center; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: #1d4ed8; color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.step-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.85rem; margin-bottom: 0.3rem; }
.step-desc { font-size: 0.7rem; color: #64748b; }
.metrics { display: flex; justify-content: center; gap: 2.5rem; padding: 3rem 2rem; flex-wrap: wrap; }
.metric { text-align: center; }
.metric-num { font-family: 'IBM Plex Mono', monospace; font-size: 2rem; color: #16a34a; display: block; }
.metric-label { font-size: 0.65rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; }
.security { background: #1e3a5f; color: #f8fafc; text-align: center; padding: 4rem 2rem; }
.security-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.3rem; margin-bottom: 1rem; }
.security-text { font-size: 0.8rem; max-width: 440px; margin: 0 auto 1.5rem; opacity: 0.8; }
.security-items { display: flex; flex-direction: column; gap: 0.5rem; align-items: center; }
.sec-item { font-size: 0.75rem; display: flex; align-items: center; gap: 0.4rem; }
.blue-dot { width: 6px; height: 6px; border-radius: 50%; background: #dbeafe; display: inline-block; }
.closing { text-align: center; padding: 4rem 2rem; }
.closing-text { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.2rem; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
