html{scroll-behavior:smooth}html,body,#root{height:100%;margin:0;padding:0;font-family:'"Montserrat"',Inter,Roboto,sans-serif;background-color:#fff;color:#1a1a1a}body{overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root>*{height:100%;display:flex;flex-direction:column}#scrollable-content{flex:1;overflow-y:auto;scroll-behavior:smooth}#scrollable-content::-webkit-scrollbar{width:10px}#scrollable-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:5px}#scrollable-content::-webkit-scrollbar-thumb:hover{background-color:#0006}.container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.hero{flex:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 2rem}.hero-content{flex:1}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero h1{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.1rem;line-height:1.6;color:#555;max-width:500px}.hero button{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s}.hero button:hover{background-color:#1e40af}@media(max-width:900px){.hero{flex-direction:column;text-align:center}.hero-content,.hero-image{flex:none;width:100%}.hero h1{font-size:2.2rem}}
