@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");:root{--primary-red:#d32f2f;--secondary-red:#ff5252;--white:#fff;--text-dark:#1f2937;--text-light:#6b7280;--glass-bg:hsla(0,0%,100%,.6);--glass-border:hsla(0,0%,100%,.4)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,sans-serif;color:var(--text-dark)}body{background:linear-gradient(180deg,#ffe0e0,#fff 20%);background-attachment:fixed;min-height:100vh}a{color:inherit;text-decoration:none}