:root{--bg-primary: #07070d;--bg-secondary: #0c0c18;--bg-card: #14142a;--text-primary: #eeeef8;--text-secondary: #9494b8;--text-muted: #5c5c80;--accent: #a78bfa;--accent-hover: #c4b5fd;--accent-warm: #fb923c;--accent-glow: rgba(167, 139, 250, .12);--accent-warm-glow: rgba(251, 146, 60, .1);--border: #282845;--radius: 14px;--radius-sm: 8px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(0deg,rgba(10,10,20,.97) 0%,transparent 100%),var(--bg-primary)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a78bfa' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}section{width:100%;padding:120px 0;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:12px;font-weight:600}h2{font-size:2.5rem;font-weight:700;margin-bottom:16px;line-height:1.2;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){section{padding:80px 0}h2{font-size:1.8rem}}::selection{background:var(--accent);color:var(--bg-primary)}input:focus,textarea:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-glow)!important}
