/* ppuzzl.net */
* { 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; }
.gradient-line { height: 3px; background: linear-gradient(90deg, #2563eb, #0891b2); }
.promise { text-align: center; padding: 5rem 2rem 4rem; background: linear-gradient(180deg, #ffffff, #eff6ff); }
.brand { font-family: 'Sora', sans-serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); }
.tagline { font-size: 0.9rem; color: #64748b; margin-top: 0.5rem; }
.pill-button { display: inline-block; background: linear-gradient(135deg, #2563eb, #0891b2); border-radius: 9999px; padding: 0.7rem 2rem; color: #ffffff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; margin-top: 1.5rem; }
.trust-badges { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.badge { font-size: 0.6rem; color: #64748b; border: 1px solid #e2e8f0; border-radius: 4px; padding: 0.2rem 0.6rem; letter-spacing: 0.05em; }
.band-blue { background: #eff6ff; }
.network { padding: 4rem 2rem; text-align: center; }
.section-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.4rem; margin-bottom: 2rem; }
.node-diagram { max-width: 300px; margin: 0 auto 1.5rem; }
.node-row { display: flex; align-items: center; justify-content: center; gap: 0; }
.node { width: 16px; height: 16px; border-radius: 50%; background: #2563eb; border: 2px solid #dbeafe; flex-shrink: 0; }
.node-line { width: 40px; height: 2px; background: #2563eb; opacity: 0.4; }
.node-connectors { display: flex; justify-content: center; gap: 80px; padding: 0 20px; }
.v-line { width: 2px; height: 30px; background: #2563eb; opacity: 0.4; }
.metric-highlight { font-family: 'IBM Plex Mono', monospace; font-size: 1.2rem; color: #2563eb; font-weight: 700; }
.features { max-width: 600px; margin: 0 auto; padding: 3rem 2rem; }
.feature-band { padding: 1.5rem 0; border-bottom: 1px solid #e2e8f0; }
.feature-band.alt { background: transparent; }
.feature-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 0.3rem; }
.feature-text { font-size: 0.8rem; color: #64748b; }
.plans { padding: 4rem 2rem 5rem; text-align: center; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 600px; margin: 0 auto; }
.plan-col { border: 1px solid #e2e8f0; border-radius: 8px; padding: 1.5rem 1rem; background: #ffffff; }
.plan-col.featured { border-color: #2563eb; background: #2563eb; color: #ffffff; }
.plan-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.5rem; }
.plan-price { font-family: 'IBM Plex Mono', monospace; font-size: 1.5rem; font-weight: 700; }
.plan-period { font-size: 0.75rem; font-weight: 400; }
.plan-detail { font-size: 0.7rem; color: #64748b; margin-top: 0.3rem; }
.plan-col.featured .plan-detail { color: #dbeafe; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
