*{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:linear-gradient(to bottom,#090419,#05010d);color:#fff;overflow-x:hidden;overflow-y:auto}.app{position:relative;width:100%;min-height:100vh}.particle-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;z-index:1;pointer-events:none}.section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:10}.content{max-width:800px;text-align:center;z-index:10}.hero-section .content{padding-top:80px}.badge{display:inline-block;padding:.5rem 1.5rem;border-radius:50px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:.9rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;background:linear-gradient(to right,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.2}h2{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.purple-gradient{background:linear-gradient(to right,#a78bfa,#6e56cf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.teal-gradient{background:linear-gradient(to right,#5eead4,#23a094);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pink-gradient{background:linear-gradient(to right,#fb7185,#dc3a84);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{font-size:clamp(1rem,3vw,1.25rem);color:#fffc;line-height:1.6;margin-bottom:2rem}.buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-gradient{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-primary{background:linear-gradient(to right,#6e56cf,#a78bfa);color:#fff;box-shadow:0 4px 20px #6e56cf4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #6e56cf80}.btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3}.btn-gradient.purple{background:linear-gradient(to right,#a78bfa,#6e56cf);color:#fff}.btn-gradient.teal{background:linear-gradient(to right,#5eead4,#23a094);color:#fff}.btn-gradient.pink{background:linear-gradient(to right,#fb7185,#dc3a84);color:#fff}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ffffff4d}.content-card{max-width:600px;padding:3rem;border-radius:24px;background:#00000080;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left}.content-card.left{margin-right:auto;margin-left:10%}.content-card.right{margin-left:auto;margin-right:10%}@media (max-width: 768px){.content-card.left,.content-card.right{margin-left:auto;margin-right:auto}}.divider{width:4rem;height:1px;background:linear-gradient(to right,transparent,white,transparent);margin-bottom:1.5rem;opacity:.6}.divider-bottom{width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);margin:2rem 0 1.5rem}.indicator{display:flex;align-items:center;gap:.75rem}.dot{width:8px;height:8px;border-radius:50%}.dot.purple{background:#6e56cf}.dot.teal{background:#23a094}.dot.pink{background:#dc3a84}.indicator span{font-size:.75rem;color:#ffffff80;letter-spacing:.1em;text-transform:uppercase}.footer-section{background:#0000004d}.footer-section .content{padding-bottom:4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{animation:fadeInUp .8s ease-out}
