header {
  position: relative;

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), transparent),
    url("../assets/jungle-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 940px;
  max-height: 940px;
}

#header-text {
  width: 90%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding-top: 180px;
  max-width: 1000px;
  user-select: none;
  z-index: 1 !important;
}

#header-text > h1 {
  font-size: 3.5rem;
  color: white;
  font-family: "Open Sans", "Lato", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 3.5rem;
  margin: 10px 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

#header-text > h4 {
  font-size: 1.1rem;
  color: white;
  font-family: "Montserrat", "Open Sans", "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

#header-text > h4:last-of-type {
  margin-bottom: 30px;
}

.server-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.server-ip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.server-ip span[data-translate] {
  color: #2ecc71;
  margin-right: 10px;
}

.copy-ip-button {
  background: rgba(46, 204, 113, 0.2);
  border: 1px solid rgba(46, 204, 113, 0.4);
  color: #2ecc71;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-ip-button:hover {
  background: rgba(46, 204, 113, 0.3);
  border-color: #2ecc71;
  transform: scale(1.05);
}

.copy-ip-button:active {
  transform: scale(0.95);
}

.copy-ip-button.copied {
  background: rgba(46, 204, 113, 0.4);
  border-color: #2ecc71;
}

.copy-ip-button.copied i::before {
  content: "\f00c";
}

.copy-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #2ecc71;
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-shadow: none;
}

.copy-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2ecc71;
}

.copy-tooltip.show {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 15px);
}

.coming-soon-badge {
  position: absolute;
  bottom: -35px;
  right: -10px;
  background: white;
  color: #1a1a1a;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.coming-soon-badge::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}

.discord-button {
  padding: 15px 35px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background-color: #2ecc71;
  transition: all 250ms;
  z-index: 1;
}

.discord-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background-color: #27ae60;
}

@media (max-width: 768px) {
  #header-text {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }

  #header-text > h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  #header-text > h4 {
    font-size: 0.9rem;
  }

  .server-info-container {
    flex-direction: column;
    gap: 15px;
  }

  .server-ip {
    font-size: 1rem;
    padding: 12px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .copy-ip-button {
    font-size: 0.9rem;
    padding: 6px 10px;
  }

  .coming-soon-badge {
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
  }

  .discord-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  /* Hide server info when mobile menu is open */
  body.menu-open .server-info-container {
    display: none;
  }
}

#header-wave {
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;

  width: calc(100% + 30px);
  height: auto;
  margin-bottom: -22px;
  filter: blur(12px);
}

#vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 50px;
}

#vision > h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #8A946B;
}
#infos > h2 {
  font-size: 2.5rem;
  color: #8A946B;
}

.vision-content {
  text-align: center;
  max-width: 900px;
}

.vision-content > p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 40px;
}

.vision-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .vision-points {
    grid-template-columns: 1fr;
  }
}

.art-deco-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(138, 148, 107, 0.6);
  position: relative;
  padding: 2.5rem 1.5rem;
  min-height: 200px;
  transition: all 0.3s ease;
}

.art-deco-card:hover {
  background: rgba(138, 148, 107, 0.1);
  transform: translateY(-5px);
}

.art-deco-card .corner {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(138, 148, 107, 0.8);
  position: absolute;
}

.art-deco-card .corner::after,
.art-deco-card .corner::before {
  content: "";
  position: absolute;
}

.art-deco-card .corner::after {
  width: 2rem;
  height: calc(1rem - 1px);
}

.art-deco-card .corner::before {
  width: calc(1rem - 1px);
  height: 2rem;
}

.art-deco-card .corner.left {
  left: -0.5rem;
}

.art-deco-card .corner.left::after {
  left: calc(-2px + 1rem);
  border-left: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.left::before {
  left: -1px;
  border-left: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.right {
  right: -0.5rem;
}

.art-deco-card .corner.right::after {
  right: calc(-2px + 1rem);
  border-right: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.right::before {
  right: -1px;
  border-right: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.top {
  top: -0.5rem;
}

.art-deco-card .corner.top::after {
  top: -1px;
  border-top: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.top::before {
  top: calc(-2px + 1rem);
  border-top: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.bottom {
  bottom: -0.5rem;
}

.art-deco-card .corner.bottom::after {
  bottom: -1px;
  border-bottom: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .corner.bottom::before {
  bottom: calc(-2px + 1rem);
  border-bottom: 1px solid rgba(138, 148, 107, 0.8);
}

.art-deco-card .card-icon {
  font-size: 2.5rem;
  color: #8A946B;
  margin-bottom: 1.5rem;
}

.art-deco-card p {
  font-size: 1.1rem;
  color: #ddd;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.point {
  background: rgba(46, 204, 113, 0.05);
  border-left: 4px solid #2ecc71;
  padding: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 300ms;
}

.point:hover {
  background: rgba(46, 204, 113, 0.1);
  transform: translateX(5px);
}

.point i {
  font-size: 2rem;
  color: #2ecc71;
  min-width: 40px;
}

.point p {
  font-size: 1rem;
  color: #ddd;
  margin: 0;
}

@media (max-width: 768px) {
  #vision {
    padding: 50px 20px;
  }

  #vision > h2 {
    font-size: 2rem;
  }
  
  #infos > h2 {
    font-size: 2rem;
  }

  .vision-content > p {
    font-size: 1rem;
  }

  .vision-points {
    grid-template-columns: 1fr;
  }
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  gap: 20px;
  position: relative;
  z-index: 10;
  transform: translateY(50%);
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8A946B, transparent);
}

.divider-icon {
  color: #2ecc71;
  font-size: 1.5rem;
  padding: 10px;
  background: rgba(46, 204, 113, 0.1);
  border: 2px solid rgba(46, 204, 113, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-divider {
    margin: 0 auto;
    padding: 0 20px;
    transform: translateY(50%);
  }
  
  .divider-icon {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
  }
}

#infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 0 100px;
  gap: 100px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2c30 100%);
  position: relative;
}

#infos::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 180px;
  /* background: linear-gradient(to bottom, transparent 0%, rgba(26, 26, 26, 0.3) 50%, rgba(26, 26, 26, 0.9) 100%); */
  backdrop-filter: blur(7px);
  opacity: 4;
  /* -webkit-backdrop-filter: blur(30px); */
  pointer-events: none;
  z-index: 0;
}

#infos::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 200px;
  /* background: linear-gradient(to top, transparent 0%, rgba(42, 44, 48, 0.3) 50%, rgba(42, 44, 48, 0.9) 100%); */
  backdrop-filter: blur(23px);
  opacity: 4;
  /* -webkit-backdrop-filter: blur(30px); */
  pointer-events: none;
  z-index: 0;
}

.infos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  gap: 100px;
  position: relative;
  z-index: 2;
}

.info-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.info-box:nth-child(2n) > img {
  order: 1;
  margin-left: 30px;
  margin-right: 0;
}

.info-box > img {
  height: 5%;
  max-height: 256px;
  margin-right: 30px;
  border-radius: 5px;
}

.info-text {
  text-align: left;
  max-width: 600px;
}

.info-text > h3 {
  color: var(--white);
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.info-text > p {
  color: #aeaeaf;
  font-size: 0.8rem;
}

.info-text span {
  padding: 0 5px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--white);
}

.info-text strong {
  color: var(--white);
}

.info-text a {
  color: var(--red);
  text-decoration: none;
}

.info-text a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .info-box > img {
    max-height: 200px;
  }

  .info-text > h3 {
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) {
  #infos {
    padding: 80px 0 100px;
  }
  
  .infos-container {
    padding: 0 20px;
    gap: 50px;
  }

  .info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 80%;
  }

  .info-box.reorder > img {
    order: 1;
  }

  .info-box > img {
    order: 1;
    margin: 0 !important;
    max-height: 100%;
    min-height: auto;
    height: auto;
    width: 100%;
    max-width: 500px;
  }

  .info-text {
    text-align: center;
    margin-bottom: 20px;
  }
}

#team {
  background-color: #1d1e21;
  padding: 80px 20px;
  padding-bottom: 100px;
}

#policy {
  padding: 50px 150px;
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  #policy {
    padding: 50px 0px;
  }
}

@media (max-width: 512px) {
  #policy {
    padding: 50px 12px;
  }
}

@media (max-width: 768px) {
  #team {
    padding: 80px 20px;
  }
}

#policy > h2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

.textpolicy > p {
  color: #aeaeaf;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-left: 30px;
  margin-right: 30px;
}

#team > h2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 900px) {
  .team-members {
    grid-template-columns: 1fr;
  }
}

.team-member {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  background-image: url('../assets/bg-card.png');
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #1a1b1e;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

.info-card {
  width: 55%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (max-width: 768px) {
  .info-card {
    width: 100%;
  }
}

.info-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  position: relative;
}

.info-line:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.2) 80%,
    transparent
  );
}

.info-line:last-child {
  border-bottom: none;
}

.info-line .label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  min-width: 70px;
}

.info-line .value {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.social-icons a:hover {
  background: rgba(138, 148, 107, 0.4);
  color: #ffffff;
  transform: scale(1.1);
}

.social-medias {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
}

.social-medias > a {
  display: flex;
  justify-content: center;
  align-items: center;

  color: white;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px 10px;
  padding: 2.5px;
}

.social-medias > a:hover {
  color: rgba(255, 255, 255, 0.9);
}

#website-message {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 20px 20px;
  background-color: #17181a;
}

footer {
  background-color: #17181a;
  width: 100%;
}

.copyright {
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
}


/* Footer Styles */
.app-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2c30 100%);
  color: #e0e0e0;
  padding: 60px 20px 30px;
  /* margin-top: 80px; */
  border-top: 2px solid rgba(138, 148, 107, 0.3);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
}

.footer-logo h3 {
  font-size: 1.8rem;
  color: #8A946B;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
}

.footer-logo-img {
  height: 120px;
  width: auto;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.footer-logo p {
  color: #b0b0b0;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-section h4 {
  color: #8A946B;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a,
.footer-section ul li span {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #8A946B;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.contact-item:hover {
  color: #8A946B;
}

.contact-icon {
  font-size: 1.2rem;
}

.footer-social {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(138, 148, 107, 0.2);
  border-bottom: 1px solid rgba(138, 148, 107, 0.2);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(138, 148, 107, 0.1);
  border: 2px solid rgba(138, 148, 107, 0.3);
  border-radius: 8px;
  color: #8A946B;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.social-link:hover {
  background: rgba(138, 148, 107, 0.2);
  border-color: #8A946B;
  transform: translateY(-2px);
}

.social-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}

.social-link.disabled:hover {
  transform: none;
  background: rgba(138, 148, 107, 0.1);
  border-color: rgba(138, 148, 107, 0.3);
}

.social-link svg {
  flex-shrink: 0;
}

.coming-soon-badge-footer {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #1a1a1a;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 10;
}

.coming-soon-badge-footer::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}

.footer-bottom {
  text-align: center;
}

.footer-divider {
  height: 1px;
  background: rgba(138, 148, 107, 0.2);
  margin: 30px 0;
}

.server-status {
  margin: 30px 0;
  padding: 20px;
  background: rgba(138, 148, 107, 0.1);
  border-radius: 10px;
  display: inline-block;
}

.status-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.status-label {
  color: #8A946B;
  font-weight: 600;
}

.status-value {
  color: #e0e0e0;
  font-weight: 700;
}

.footer-copyright {
  margin-top: 20px;
}

.footer-copyright p {
  color: #b0b0b0;
  font-size: 0.9rem;
  margin: 5px 0;
}

.footer-subtitle {
  color: #888;
  font-size: 0.85rem !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .app-footer {
    padding: 40px 20px 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .social-links {
    flex-direction: column;
    align-items: center;
  }

  .social-link {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}


/* Botão Voltar ao Topo */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(138, 148, 107, 0.9);
  border: 2px solid rgba(138, 148, 107, 0.5);
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  background: rgba(138, 148, 107, 1);
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
}


/* Info Box - Roadmap Images */
.info-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.info-box img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.info-text {
  flex: 1;
}

@media (max-width: 768px) {
  .info-box {
    flex-direction: column;
  }
  
  .info-box img {
    width: 100%;
    height: auto;
  }
}


/* Carrossel da Equipe */
.team-carousel-wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 70px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(138, 148, 107, 0.3);
  border: 1px solid rgba(138, 148, 107, 0.5);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-btn:hover:not(:disabled) {
  background: rgba(138, 148, 107, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: rgba(138, 148, 107, 0.5);
  transform: scale(1.2);
}

.carousel-dot.active {
  background: #8A946B;
  width: 14px;
  height: 14px;
}

@media (max-width: 900px) {
  .team-carousel-wrapper {
    padding: 0 60px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}


/* Ajustes Mobile Responsivos */
@media (max-width: 768px) {
  #verdant-logo {
    height: 100px;
  }
  
  #verdant-logo > img {
    height: 180px;
  }
  
  #header-text {
    padding-top: 160px;
  }
  
  #header-text h1 {
    font-size: 2rem;
  }
  
  #header-text h4 {
    font-size: 1rem;
  }
  
  .server-info-container {
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
  }
  
  .server-ip {
    font-size: 1.1rem;
    padding: 12px 25px;
  }
  
  .discord-button {
    padding: 12px 30px;
    font-size: 0.95rem;
  }
  
  .vision-content p {
    font-size: 1rem;
    padding: 0 1rem;
  }
  
  .art-deco-card {
    padding: 1.5rem 1rem;
    min-height: 140px;
  }
  
  .art-deco-card .card-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  
  .art-deco-card p {
    font-size: 0.9rem;
  }
  
  .team-member {
    height: 300px;
  }
  
  .info-card {
    width: 85%;
    padding: 16px 14px;
  }
  
  .info-line .label {
    font-size: 0.75rem;
    min-width: 70px;
  }
  
  .info-line .value {
    font-size: 0.85rem;
  }
  
  .info-line .value {
    font-size: 0.9rem;
  }
  
  .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  
  .footer-main {
    flex-direction: column;
    gap: 2rem;
  }
  
  .footer-logo-img {
    max-width: 250px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  #verdant-logo {
    height: 80px;
  }
  
  #verdant-logo > img {
    height: 150px;
  }
  
  #header-text {
    padding-top: 140px;
  }
  
  #header-text h1 {
    font-size: 1.5rem;
  }
  
  #header-text h4 {
    font-size: 0.9rem;
  }
  
  .server-info-container {
    gap: 60px;
  }
  
  .server-ip {
    font-size: 1rem;
    padding: 10px 20px;
  }
  
  .coming-soon-badge {
    bottom: -30px;
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  
  .discord-button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  
  .vision-points {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .art-deco-card {
    padding: 1.2rem 0.8rem;
    min-height: 120px;
  }
  
  .art-deco-card .card-icon {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
  
  .art-deco-card p {
    font-size: 0.85rem;
  }
  
  .team-member {
    height: 240px;
    align-items: center;
    justify-content: center;
    background-position: left center;
  }
  
  .info-card {
    width: 85%;
    padding: 8px 10px;
    gap: 0;
  }
  
  .info-line {
    padding: 6px 0;
  }
  
  .info-line .label {
    font-size: 0.6rem;
    min-width: 45px;
  }
  
  .info-line .value {
    font-size: 0.7rem;
  }
  
  .social-icons {
    gap: 5px;
  }
  
  .social-icons a {
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
  }
}
