* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', 'Segoe UI', sans-serif; background: #0a0a0a; color: #fff; line-height: 1.6; overflow-x: hidden; }
.realms-header { background: linear-gradient(135deg, #1a1a1a 0%, #000 100%); padding: 20px 0; border-bottom: 3px solid #ff8c00; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 6px rgba(255, 140, 0, 0.3); }
.realms-header .container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; }
.realms-header h1 { color: #ff8c00; font-size: 24px; font-weight: 700; letter-spacing: -0.5px; text-shadow: 0 0 30px rgba(255, 140, 0, 0.3); }
.realms-header nav { display: flex; gap: 10px; }
.realms-header nav a { color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 8px; transition: all 0.3s; font-weight: 500; font-size: 15px; }
.realms-header nav a:hover { background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4); }
.hero { background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%), url('/uploads/4u7urSD.png') center/cover no-repeat; padding: 100px 20px; text-align: center; position: relative; overflow: hidden; height: 100vh; width: 100vw; margin-left: calc(-50vw + 50%); display: flex; flex-direction: column; justify-content: center; }
.hero h2 { font-size: 56px; margin-bottom: 20px; color: #ff8c00; text-shadow: 0 0 30px rgba(255, 140, 0, 0.6); position: relative; z-index: 1; font-weight: 700; }
.hero p { font-size: 24px; color: #fff; margin-bottom: 30px; position: relative; z-index: 1; }
.discord-btn { display: block; margin: 0 auto; width: 256px; height: 64px; line-height: 64px; padding: 0; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; transition: all 0.3s; box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3); position: relative; z-index: 1; text-align: center; border: 2px solid #d97700; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.discord-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.3); background: linear-gradient(135deg, #ffa500, #ff8c00); }
.container { max-width: 1400px; margin: 0 auto; padding: 60px 30px; }
.section { margin-bottom: 80px; }
.section-title { font-size: 42px; color: #ff8c00; margin-bottom: 40px; text-align: center; font-weight: 700; letter-spacing: -1px; position: relative; padding-bottom: 20px; }
.content { background: linear-gradient(135deg, rgba(26, 26, 26, 0.6), rgba(10, 10, 10, 0.8)); padding: 50px; border-radius: 20px; border: 1px solid rgba(255, 140, 0, 0.2); backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); line-height: 1.9; color: #e0e0e0; }
.footer { background: linear-gradient(135deg, #000 0%, #1a1a1a 100%); padding: 60px 30px 30px; margin-top: 100px; border-top: 2px solid #ff8c00; box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5); }
.footer .container { max-width: 1400px; margin: 0 auto; text-align: center; color: #b0b0b0; }
