*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;line-height:1.7;color:#2D2A26;background-color:#FAF8F6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",Georgia,serif;font-weight:600;line-height:1.3;color:#2D2A26}h1{font-size:3.5rem;margin-bottom:1rem}p{margin-bottom:1.5rem}p:last-child{margin-bottom:0}a{color:#5D6B85;text-decoration:none;transition:color .2s ease}a:hover{color:#445163}.container{max-width:650px;margin:0 auto;padding:0 2rem}main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;animation:fadeIn .6s ease-out}.intro{max-width:580px}.intro h1{margin-bottom:2.5rem}.intro p{font-size:1.3rem;line-height:1.8}.more-link{display:inline-block;margin-top:2rem;font-size:1.15rem;opacity:.8;transition:opacity .2s ease}.more-link:hover{opacity:1}footer{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(10px);width:100%;max-width:580px;display:flex;justify-content:space-between;align-items:center;font-family:Nunito,sans-serif;font-size:.95rem;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;background-color:#FAF8F6;padding:2rem;margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);max-width:calc(580px + 4rem)}footer.visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}footer a{color:#2D2A26;opacity:.6;transition:opacity .2s ease}footer a:hover{opacity:1;color:#2D2A26}.footer-copyright{color:#2D2A26;opacity:.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){body{font-size:20px}h1{font-size:2.5rem}.container{padding:0 1.5rem}main{padding:3rem 0;min-height:100vh}.intro p{font-size:1.2rem}.more-link{font-size:1.1rem}footer{left:50%;transform:translateX(-50%) translateY(10px);max-width:calc(100% - 3rem);width:calc(100% - 3rem);margin-left:0;margin-right:0;padding:2rem 1.5rem}footer.visible{transform:translateX(-50%) translateY(0)}.footer-links{text-align:center;width:100%}}