body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background-color: #0d0d0d;
  color: #fff;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-tabs a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.nav-tabs a:hover {
  color: #00f0ff;
}

.hero-fullscreen {
  min-height: 100vh;
  padding: 160px 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0d0d0d;
}

.hero-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 25px;
  filter: drop-shadow(0 0 10px #00f0ff);
}

.tagline-main {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.tagline-sub {
  font-size: 1.2rem;
  color: #cccccc;
  margin-bottom: 30px;
}

.cta-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.cta-button {
  background-color: #00f0ff;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #fff;
  color: #00f0ff;
}

.protocol-monetization {
  text-align: center;
  background-color: #111;
  padding: 40px 20px;
  color: #ccc;
}

.protocol-monetization h3 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
}

footer {
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.mini-logo {
  max-width: 40px;
  display: block;
  margin: 0 auto 10px;
}

.footer-text {
  color: #999;
  margin: 0;
  font-size: 0.9rem;
}

.social-icons {
  margin-top: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin: 0 6px;
  opacity: 0.8;
}

.social-icons img:hover {
  opacity: 1;
}

/* === Protocol Hero Fullscreen === */
.hero-fullscreen {
  background-color: #0d0d0d;
  min-height: 100vh;
  padding: 160px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.protocol-logo-large {
  max-width: 280px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.4));
}

.protocol-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.protocol-tagline {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 30px;
}

/* === CTA Button Group === */
.cta-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cta-button {
  background-color: #00f6ff;
  color: #000;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  transition: 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #0cf;
  color: #fff;
}

/* === Responsive === */
@media (max-width: 768px) {
  .protocol-title {
    font-size: 2.2rem;
  }

  .cta-button {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .cta-button-group {
    flex-direction: column;
    gap: 12px;
  }
}

/* === Full GhostFire Logo in Header === */
.ghostfire-header-logo {
  max-height: 60px;
  margin-left: 20px;
}

.hero-logo {
  max-width: 320px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.2));
  border-radius: 12px;
  background-color: transparent;
}

/* === Reset === */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0d0d0d;
  color: #fff;
}

/* === Sticky Header === */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

.mini-logo {
  width: 40px;
  height: auto;
}

.nav-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-tabs a {
  text-decoration: none;
  color: #ccc;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.nav-tabs a:hover {
  color: #00f0ff;
  text-shadow: 0 0 8px #00f0ff;
}

/* === Hero Section === */
.hero-fullscreen {
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.3));
  border-radius: 12px;
}

.hero-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #eaeaea;
}

/* === CTA Buttons === */
.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-button {
  background-color: #00f0ff;
  color: #000;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #0d0d0d;
  color: #00f0ff;
  border: 2px solid #00f0ff;
  box-shadow: 0 0 10px #00f0ff;
}

/* === Footer === */
footer {
  background-color: #0d0d0d;
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.social-icons img {
  width: 26px;
  height: 26px;
  margin: 0 8px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.social-icons img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.mini-footer-logo {
  width: 50px;
  margin-top: 10px;
}

.nav-tabs {
  display: flex;
  justify-content: center; /* center horizontally */
  gap: 24px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.hero-logo {
  max-width: 320px; /* adjust to 350px or more if you'd like */
  margin: 0 auto 25px;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.6)); /* glow effect */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 16px rgba(0, 255, 255, 0.85));
}

.site-header {
  padding: 6px 0; /* was likely 10px–12px */
}

.hero-fullscreen {
  padding: 50px 20px 40px; /* was 60px top */
}

textarea {
  resize: none;
}

/* === Final Glow + Centered Header === */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.nav-tabs a {
  color: #ccc;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.nav-tabs a:hover {
  color: #00f0ff;
  text-shadow: 0 0 10px #00f0ff;
}
