:root{--bg-dark: #12121f;--bg-alt: #1a1a2e;--card-bg: #2a2a4e;--text-light: #e0e0e0;--text-muted: #b0b0c0;--accent: #7f8aff;--accent-hover: #9fa6ff;--btn-cta-bg: #ffffff;--btn-cta-text: #4747a0;--btn-cta-hover: #f0f0f0;--whatsapp-green: #25D366;--whatsapp-green-hover: #1DAE54;--discord-blue: #5865F2;--discord-blue-hover: #4752C4}body{background-color:var(--bg-dark);color:var(--text-light);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;line-height:1.7;font-size:16px}h1,h2,h3,h4,h5,h6{color:#fff;line-height:1.3;font-weight:600}h2{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem}h3{font-size:clamp(1.1rem,2.5vw,1.4rem);margin:1rem 0 .5rem}p{color:var(--text-light);max-width:65ch}.content-section>p,.hero-content>p{margin-left:auto;margin-right:auto}.feature-item p,.step-item p{margin-left:0;margin-right:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.step-item p{color:var(--text-light);font-size:1rem}a{color:var(--accent);text-decoration:none}a:hover,a:focus{color:var(--accent-hover);text-decoration:underline}.content-section{padding:clamp(3rem,8vw,6rem) 1.5rem;max-width:1140px;margin-left:auto;margin-right:auto;text-align:center}.content-section.alt-bg{background-color:var(--bg-alt)}.content-section .section-intro{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-muted);max-width:750px;margin:0 auto 3rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent);color:#fff;padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s ease,background-color .2s ease;cursor:pointer;border:none;font-size:1rem;box-shadow:0 4px 15px #0003;margin-top:.75rem;margin-bottom:.75rem}.cta-button:hover{background-color:var(--accent-hover);transform:translateY(-3px);text-decoration:none}.cta-button.large{padding:1.1rem 2.8rem;font-size:1.15rem}.whatsapp-cta{background-color:var(--whatsapp-green)}.whatsapp-cta:hover{background-color:var(--whatsapp-green-hover)}.discord-cta{background-color:var(--discord-blue)}.discord-cta:hover{background-color:var(--discord-blue-hover)}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1rem;background:linear-gradient(170deg,var(--bg-dark) 10%,#0a0a10 90%);overflow:hidden;position:relative}.hero-logo{width:clamp(180px,35vw,350px);height:auto;margin-bottom:2.5rem}.hero-description{font-size:clamp(1.1rem,3vw,1.5rem);color:var(--text-muted);margin-bottom:1.5rem;max-width:700px}.beta-notice{margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.feature-icon,.step-icon{width:2.8em;height:2.8em;color:var(--accent);display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.step-item .step-icon{width:2.2em;height:2.2em;margin-right:1rem;margin-left:0;margin-bottom:0;flex-shrink:0}.features-grid,.steps-grid{display:grid;gap:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));text-align:center;margin-top:3rem;align-items:start}.steps-grid{grid-template-columns:1fr;text-align:left;max-width:800px;margin:3rem auto 0}.feature-item,.step-item{background-color:var(--card-bg);padding:2rem;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 5px 20px #0000004d}.feature-item:hover{transform:translateY(-6px);box-shadow:0 8px 25px rgba(var(--accent),.1)}.feature-item h3{margin-top:.5rem;margin-bottom:.5rem;color:#fff}.step-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;box-shadow:none}.step-item strong{color:var(--accent);font-weight:600}.step-item p{margin:0}.cta-section{background-color:var(--card-bg);color:#fff;padding:3rem 1.5rem;max-width:1140px;margin-left:auto;margin-right:auto;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center}.cta-section h2{color:#fff;margin-bottom:1.5rem}.scroll-down-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);animation:bounce 2s infinite;color:var(--text-muted);cursor:default}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}
