.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}:root{--bg-primary: #0a0e1a;--bg-panel: #111627;--bg-panel-hover: #161d33;--teal: #e60073;--teal-dark: #c881a5;--teal-deep: #8a3d62;--accent: #e6a817;--accent-hover: #f0b926;--text-white: #ffffff;--text-light: #e0e0e0;--text-muted: #9aa0b4;--font-heading: "Outfit", sans-serif;--font-body: "DM Sans", sans-serif;--max-width: 1100px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-light);line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-body);outline:none;border:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-white);line-height:1.2}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-heading{font-size:2.5rem;font-weight:800;margin-bottom:1rem;position:relative;display:inline-block}.section-heading:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--teal),var(--teal-dark));border-radius:2px;margin-top:12px}@media(max-width:768px){.section-heading{font-size:2rem}}
