/* ncbd.dev - Colors: #0A0A14, #E63946, #F0F4F8, #C0C8D0, #6A7080 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #0A0A14; background: #F0F4F8; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; }
.sec { min-height: 80vh; display: flex; align-items: center; padding: 80px 40px; }
.sec--dark { background: #0A0A14; }
.sec--foot { min-height: 20vh; justify-content: center; }
.wrap { max-width: 650px; width: 100%; margin: 0 auto; }
.title { font-size: clamp(3rem, 7vw, 6rem); font-weight: 700; color: #E63946; opacity: 0; animation: fi 1.2s ease .5s forwards; }
.sub { font-size: 1rem; font-weight: 300; color: #6A7080; margin-top: 12px; opacity: 0; animation: fi 1s ease 1.2s forwards; }
.heading { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; color: #0A0A14; margin-bottom: 20px; }
.heading--light { color: #F0F4F8; }
.text { font-size: 1rem; font-weight: 300; line-height: 1.8; color: #6A7080; margin-bottom: 24px; }
.text--light { color: #C0C8D0; }
.code-block { font-family: 'Space Mono', monospace; font-size: 0.85rem; background: #0A0A14; color: #F0F4F8; padding: 16px 20px; border-radius: 6px; }
.ck { color: #E63946; }
.foot { font-family: 'Space Mono', monospace; font-size: 0.75rem; color: #6A7080; opacity: 0.4; text-align: center; width: 100%; }
.rv { opacity: 0; transform: translateY(20px); transition: opacity 1s ease, transform 1s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }
@keyframes fi { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) { .sec { padding: 60px 20px; } }
