@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap";:root{--bg-deep: #0a0a0a;--bg-graphite: #121212;--accent-orange: #ff6b35;--text-primary: #ffffff;--text-secondary: #cccccc;--border-color: #333333}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-deep);color:var(--text-primary);font-family:Inter,sans-serif;overflow-x:hidden;position:relative}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:3rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--accent-orange)}
