/* nonri.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, #7c3aed); }
.hero { text-align: center; padding: 6rem 2rem 4rem; background: linear-gradient(180deg, #ffffff, #eff6ff); }
.brand { font-family: 'Sora', sans-serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); }
.tagline { font-size: 1rem; color: #64748b; margin-top: 0.5rem; }
.pill-button { display: inline-block; background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; padding: 12px 32px; border-radius: 9999px; margin-top: 1.5rem; }
.features { }
.feature-band { padding: 4rem 2rem; }
.feature-band.blue { background: #eff6ff; }
.feature-content { max-width: 500px; margin: 0 auto; display: flex; align-items: flex-start; gap: 1.25rem; }
.icon-circle { width: 48px; height: 48px; background: #dbeafe; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.feature-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 0.3rem; }
.feature-desc { font-size: 0.8rem; color: #64748b; }
.trust { text-align: center; padding: 4rem 2rem; }
.trust-inner { max-width: 500px; margin: 0 auto; }
.partners { display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.partner-box { width: 80px; height: 32px; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 4px; }
.uptime { display: block; }
.uptime-value { font-family: 'IBM Plex Mono', monospace; font-size: 2.5rem; font-weight: 400; color: #2563eb; }
.uptime-label { font-size: 0.7rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; margin-left: 0.3rem; }
.enterprise-badge { display: inline-block; font-family: 'Sora', sans-serif; font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.15em; color: #64748b; border: 1px solid #e2e8f0; padding: 4px 12px; border-radius: 4px; margin-top: 1rem; }
.pricing { text-align: center; padding: 4rem 2rem; background: #eff6ff; }
.pricing-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.3rem; margin-bottom: 2rem; }
.pricing-columns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; max-width: 600px; margin: 0 auto; }
.pricing-col { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 2rem 1.5rem; flex: 1; min-width: 150px; }
.pricing-col.featured { border-color: #2563eb; border-width: 2px; }
.pricing-col.featured .tier-name { color: #2563eb; }
.tier-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.85rem; margin-bottom: 0.5rem; }
.tier-price { font-family: 'IBM Plex Mono', monospace; font-size: 1.5rem; }
.tier-period { font-size: 0.7rem; color: #64748b; }
.tier-desc { font-size: 0.75rem; color: #64748b; margin-top: 0.5rem; }
.closing { text-align: center; padding: 5rem 2rem; }
.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); }
