*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { max-width: 100%; overflow-x: hidden; position: relative; width: 100%; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { overflow-wrap: break-word; word-wrap: break-word; }
.glass { background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.no-scrollbar::-webkit-scrollbar { display: none; }
.scroll-mt-32 { scroll-margin-top: 8rem; }
@media (max-width: 768px) {
    .text-8xl { font-size: 3.5rem !important; line-height: 1; }
    .text-7xl { font-size: 3rem !important; }
}
