/* Google Fonts removed for local files - using system fonts */

/*--------------------------------------------------
                      UTILITY
--------------------------------------------------*/

body {
  margin: 0;
  background: #161f36;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/*--------------------------------------------------
                      HEADER
--------------------------------------------------*/

#header .overlay-color {
  background-image: linear-gradient(120deg, #0a0e19 1%, transparent 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/Discord-Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -12;
  filter: blur(5px);
  margin-top: -5px;
}

#header > .content {
  position: absolute;
  top: 38%;
  transform: translateY(-38%);
  text-align: center;
  width: 100%;
  z-index: 2;
}

#header a {
  vertical-align: middle;
  position: relative;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: buttonup;
  animation-name: buttonup;
}

#header a > img {
  height: 16vh;
  transition: .5s;
  filter: sepia(1);
}

#header a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .5s;
  filter: sepia(0);
}

#header a > .desc {
  transition: .5s;
  background: #22222282;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: 10px;
  border: 2px solid #fff;
  transform: scale3d(1, 1, 1);
}

#header a:hover > .desc {
  border: 2px solid #1b93d0;
  color: #1b93d0;
  transform: scale3d(1.1, 1.1, 1.1);
}

img.logo {
  width: 300px;
  display: block;
  margin: 0 auto;
}

#header .server-info {
  width: 500px;
  margin: 20px auto;
  padding: 10px;
  background-color: #22222282;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #ffffff;
}

#header span {
  font-weight: bold;
}

.btn-copy {
  background-color: #e67526;
  border-radius: 30px;
  padding: 6px;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
}

/*--------------------------------------------------
                    RESPONSIVE
--------------------------------------------------*/

@media screen and (max-width: 550px) {
  .server-info {
    width: 80% !important;
  }
}

@media screen and (max-width: 520px) {
  img.logo {
    margin-top: 10vh;
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  img.logo {
    width: 300px;
  }
}

@media screen and (max-width: 339px) {
  img.logo {
    margin-top: 40vh;
    width: 300px;
  }
}

@media screen and (max-width: 300px) {
  img.logo {
    width: 200px;
  }
}

/*--------------------------------------------------
                   LEGAL PAGES
--------------------------------------------------*/

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Legal Header */
.legal-header {
  background: linear-gradient(135deg, #161f36 0%, #0a0e19 100%);
  color: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}

.header-content .logo {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.header-content h1 {
  margin: 0;
  font-size: 2.2em;
  font-weight: 600;
  color: #1b93d0;
}

/* Legal Navigation */
.legal-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.legal-nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.legal-nav a:hover,
.legal-nav a.active {
  color: #1b93d0;
  border-color: #1b93d0;
  background: rgba(27, 147, 208, 0.1);
}

/* Legal Content */
.legal-content {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
  padding: 40px 0;
}

.content-wrapper {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.last-updated {
  background: #e9ecef;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.95em;
  color: #6c757d;
}

.last-updated div {
  margin-top: 5px;
  font-weight: 500;
}

/* Legal Document */
.legal-document {
  padding: 40px;
  line-height: 1.7;
  color: #333;
}

.legal-document section {
  margin-bottom: 30px;
}

.legal-document h3 {
  color: #161f36;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1b93d0;
}

.legal-document p {
  margin-bottom: 15px;
  text-align: justify;
}

.legal-document ul {
  margin: 15px 0;
  padding-left: 25px;
}

.legal-document li {
  margin-bottom: 8px;
}

.signature {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

.signature h3 {
  border: none;
  color: #1b93d0;
  margin-bottom: 10px;
}

.signature p {
  font-weight: 600;
  color: #161f36;
  font-size: 1.1em;
}

/* Footer Note */
.footer-note {
  background: #f8f9fa;
  padding: 25px 40px;
  border-top: 1px solid #dee2e6;
  font-size: 0.9em;
  color: #6c757d;
}

.footer-note p {
  margin-bottom: 10px;
}

/* Legal Footer */
.legal-footer {
  background: #161f36;
  color: white;
  padding: 30px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
  width: 40px;
  height: 40px;
}

.footer-logo span {
  font-weight: 500;
}

.footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #1b93d0;
}

/*--------------------------------------------------
              LEGAL PAGES RESPONSIVE
--------------------------------------------------*/

@media screen and (max-width: 768px) {
  .header-content h1 {
    font-size: 1.8em;
  }
  
  .legal-nav {
    gap: 15px;
  }
  
  .legal-nav a {
    padding: 8px 15px;
    font-size: 0.9em;
  }
  
  .legal-document {
    padding: 25px;
  }
  
  .footer-note {
    padding: 20px 25px;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .header-content h1 {
    font-size: 1.5em;
  }
  
  .legal-nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .legal-document {
    padding: 20px;
  }
  
  .legal-document h3 {
    font-size: 1.2em;
  }
  
  .footer-note {
    padding: 15px 20px;
  }
}
/*--------------------------------------------------
                 COMING SOON PAGE
--------------------------------------------------*/

.coming-soon-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: calc(100vh - 200px);
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.coming-soon-wrapper {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.coming-soon-icon {
    margin-bottom: 30px;
}

.rules-icon {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 20px rgba(27, 147, 208, 0.3));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.coming-soon-text h2 {
    color: #161f36;
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #161f36 0%, #1b93d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.coming-soon-text p {
    color: #6c757d;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.features-preview {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #1b93d0;
}

.features-preview h3 {
    color: #161f36;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-preview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-preview li {
    color: #495057;
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.features-preview li:before {
    content: "✓";
    color: #1b93d0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
}

.contact-info {
    margin-top: 40px;
}

.contact-info p {
    font-size: 1em;
    margin-bottom: 30px;
}

.cta-button {
    margin-top: 30px;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #1b93d0 0%, #0d6efd 100%);
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(27, 147, 208, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(27, 147, 208, 0.4);
    background: linear-gradient(135deg, #0d6efd 0%, #1b93d0 100%);
}

/*--------------------------------------------------
           COMING SOON PAGE RESPONSIVE
--------------------------------------------------*/

@media screen and (max-width: 768px) {
    .coming-soon-wrapper {
        padding: 40px 25px;
        margin: 0 20px;
    }
    
    .coming-soon-text h2 {
        font-size: 2em;
    }
    
    .rules-icon {
        width: 100px;
        height: 100px;
    }
    
    .features-preview {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 480px) {
    .coming-soon-content {
        padding: 40px 0;
    }
    
    .coming-soon-wrapper {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .coming-soon-text h2 {
        font-size: 1.8em;
    }
    
    .coming-soon-text p {
        font-size: 1em;
    }
    
    .rules-icon {
        width: 80px;
        height: 80px;
    }
    
    .btn-primary {
        padding: 12px 25px;
        font-size: 1em;
    }
}
/* Additional styles for subsections */
.legal-document h4 {
  color: #495057;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  border: none;
}

.legal-document .intro {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #1b93d0;
  margin-bottom: 30px;
}

.legal-document a {
  color: #1b93d0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-document a:hover {
  color: #0d6efd;
  text-decoration: underline;
}
/* Legal caps styling for warranty disclaimers */
.legal-caps {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  padding: 15px;
  font-size: 0.9em;
  font-weight: 500;
  color: #856404;
  line-height: 1.5;
}