:root{--primary-color: #004aad;--secondary-color: #002a60;--accent-color: #00b4d8;--text-color: #333;--bg-color: #f8f9fa;--card-bg: #ffffff;--transition-speed: .3s}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow:hidden;line-height:1.6}.snap-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.snap-section{height:100vh;width:100vw;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}h1,h2,h3{font-weight:700;line-height:1.2}img{max-width:100%;max-height:100vh;object-fit:contain;display:block}::-webkit-scrollbar{width:0px;background:transparent}
