.container{position:relative;width:100%}.background-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(-45deg,#0e1427,#1a2a6c,#b21f1f,#fdbb2d);background-size:400% 400%;animation:gradientBG 25s ease infinite}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero{min-height:80vh;display:flex;position:relative;align-items:center;justify-content:center;text-align:center;padding:0;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1}.hero-content{max-width:900px;position:relative;z-index:2}.main-title{font-size:2rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2;background:-webkit-linear-gradient(45deg,#a29bfe,#6c5ce7,#fd79a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.5rem;margin-bottom:2.5rem;color:rgba(255,255,255,.8)}.cta-button{background:linear-gradient(45deg,#6c5ce7,#a29bfe);color:white;padding:1rem 3rem;border-radius:50px;text-decoration:none;font-size:1.2rem;font-weight:700;transition:transform .3s,box-shadow .3s;border:none;box-shadow:0 0 20px rgba(108,92,231,.5)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 0 30px rgba(108,92,231,.8)}.content-section{padding:6rem 0;max-width:1000px;text-align:center;background:var(--card-bg);border-radius:16px;margin:0 auto 4rem;border:1px solid var(--card-border);backdrop-filter:blur(5px)}.section-title{font-size:2rem;font-weight:900;margin-bottom:2rem;color:rgb(var(--foreground-rgb))}.section-text{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto 1.5rem;color:rgba(var(--foreground-rgb),.7)}.server-address-box{background:rgba(0,0,0,.3);border:2px dashed var(--primary-glow);padding:2rem;margin:2rem auto;display:inline-block;border-radius:8px}.server-address{font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700;color:rgb(var(--foreground-rgb));margin:0;text-shadow:0 0 10px var(--primary-glow)}.arrow{cursor:pointer;background-color:rgba(0,0,0,.5);color:white;border:none;padding:.5rem 1rem;font-size:1.5rem;transition:background-color .3s;border-radius:50%}.arrow:hover{background-color:rgba(0,0,0,.8)}.dots-container{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:1rem;z-index:2}.dots{display:flex;gap:.5rem}.dot{cursor:pointer;width:12px;height:12px;background-color:#bbb;border-radius:50%;transition:background-color .3s}.dot.active{background-color:#6c5ce7}.slideshow-container{position:absolute;top:0;left:0;width:100%;height:100%}.slideshow-slider{display:flex;height:100%;transition:transform .5s ease-in-out}.slide-image{width:100%;height:100%;object-fit:cover;flex-shrink:0}