/* pencloser.com */
* { 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, #4f46e5, #7c3aed); }
.hero { text-align: center; padding: 5rem 2rem 3rem; background: linear-gradient(180deg, #ffffff, #eef2ff); }
.brand { font-family: 'Sora', sans-serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); }
.tagline { font-size: 0.9rem; color: #64748b; margin-top: 0.5rem; }
.pill-button { display: inline-block; background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; padding: 14px 36px; border-radius: 9999px; margin-top: 1.5rem; }
.enterprise-badge { display: block; font-family: 'Sora', sans-serif; font-size: 0.5rem; text-transform: uppercase; letter-spacing: 0.15em; color: #64748b; margin-top: 1rem; }
.band { padding: 3rem 2rem; }
.band.indigo { background: #eef2ff; }
.band-content { max-width: 480px; margin: 0 auto; display: flex; align-items: flex-start; gap: 1rem; }
.icon-circle { width: 40px; height: 40px; background: #c7d2fe; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.band-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.3rem; }
.band-desc { font-size: 0.75rem; color: #64748b; }
.trust { text-align: center; padding: 3rem 2rem; }
.cert-badges { display: flex; justify-content: center; gap: 0.75rem; margin-bottom: 2rem; flex-wrap: wrap; }
.cert-badge { font-family: 'IBM Plex Mono', monospace; font-size: 0.55rem; border: 1px solid #e2e8f0; padding: 6px 14px; border-radius: 4px; color: #64748b; }
.metric-display { }
.metric-num { font-family: 'IBM Plex Mono', monospace; font-size: 2.5rem; color: #4f46e5; display: block; }
.metric-label { font-size: 0.7rem; color: #64748b; }
.plan { max-width: 560px; margin: 0 auto; padding: 3rem 2rem; }
.plan-cols { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }
.plan-col { flex: 1; min-width: 140px; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; text-align: center; }
.plan-col.featured { border-color: #4f46e5; border-width: 2px; }
.plan-col.featured .plan-name { color: #4f46e5; }
.plan-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; margin-bottom: 0.3rem; }
.plan-price { font-family: 'IBM Plex Mono', monospace; font-size: 1.3rem; }
.plan-mo { font-size: 0.65rem; color: #64748b; }
.plan-desc { font-size: 0.7rem; color: #64748b; margin-top: 0.3rem; }
.closing { text-align: center; padding: 4rem 2rem; background: #eef2ff; }
.closing-text { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.3rem; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
