
body {
  padding-left: 0 !important;
  background-image: url("img/bglogo.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

header {
  padding-left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  position: relative;
  background: rgba(26, 27, 38, 0) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 250;
}

header .container {
  max-width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nav-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
}

.brand-logo-center {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.brand-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(125, 207, 255, 0.3));
  max-width: 48px;
  max-height: 48px;
}

.brand-center {
  text-align: center;
}

.brand-center .brand {
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.8px;
  background: linear-gradient(90deg, #bb9af7, #7dcfff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 120px;
}

.content-section {
  background: rgba(26, 27, 38, 0.8);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.content-section h2 {
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border);
}

.content-section h3 {
  color: var(--accent-2);
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
}

.content-section > div {
  margin-top: 20px;
}

.content-section > div h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.content-section p {
  color: var(--fg);
  line-height: 1.8;
  margin: 0 0 15px;
}

.content-section ul,
.content-section ol {
  color: var(--fg);
  line-height: 1.8;
  margin: 15px 0;
  padding-left: 30px;
}

.content-section li {
  margin: 8px 0;
}

.content-section a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

.content-section a:hover {
  color: var(--accent-2);
}

.contact-methods {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.contact-card {
  background: rgba(36, 40, 59, 0.6);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(125, 207, 255, 0.15);
}

.contact-card h3 {
  color: var(--accent-2);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card p {
  color: var(--fg);
  margin: 0 0 10px;
}

.contact-card a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: var(--accent-2);
}

.contact-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid var(--border);
  padding: 20px 0;
  margin-top: 80px;
  color: var(--muted);
  font-size: 14px;
  background: rgba(26, 27, 38, 0.95);
  z-index: 150;
  width: 100%;
}

footer .container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

footer .row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

footer a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
  margin: 0 4px;
}

footer a:hover {
  color: var(--accent-2);
}

footer .tag {
  display: inline-block;
  background: #2b3045;
  color: var(--fg);
  border: 1px solid var(--border);
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 12px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-links a {
  color: var(--accent);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 4px;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-2);
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent-2);
}

.footer-links a:hover::after {
  width: 100%;
}

@media (max-width: 720px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
    gap: 12px;
  }
  
  .footer-links a {
    font-size: 13px;
  }
  
  .footer-copyright {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 720px) {
  main {
    padding: 30px 15px 120px;
  }

  .content-section {
    padding: 24px;
  }

  .content-section h2 {
    font-size: 24px;
  }

  .brand-center .brand {
    font-size: 20px;
  }
}
