.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}p{margin-bottom:1.5rem;color:var(--text-gray);line-height:1.6}ul{margin-bottom:1.5rem;padding-left:1.2rem}li{margin-bottom:.8rem;color:var(--text-gray);position:relative}li:before{content:"•";color:var(--accent-orange);font-weight:700;display:inline-block;width:1em;margin-left:-1em}h3{margin-bottom:1.5rem;font-size:1.5rem}html{scroll-behavior:smooth}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1a365d;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-blue: #1a365d;--secondary-blue: #1e3a8a;--accent-blue: #3b82f6;--accent-orange: #f97316;--text-gray: #4a5568;--bg-light: #f8fafc;--white: #ffffff;--gradient-blue: linear-gradient(to right, #1e3a8a, #3b82f6)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--primary-blue);line-height:1.2}a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}section{padding:4rem 0}
