*{margin:0;padding:0;box-sizing:border-box}:root{--deep-purple:#2a1b70;--bright-cyan:#00e5ff;--vibrant-pink:#ff00d5;--silver:#e0e0e0;--dark-grey:#1a1a1a;--text-light:#f5f5f5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1a0b3f,#2a1b70 50%,#1a0b3f);background-attachment:fixed;color:var(--text-light);line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@media (min-width:768px){.comparison-grid{grid-template-columns:1fr 1fr!important}}