body {
    margin: 0;
    min-height: 100vh;
    background-image: url("assets/png/DVS8_posterspace.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #03040e;
    color: #f1f5ff;
    font-family: "Nova Flat", "Trebuchet MS", sans-serif;
    line-height: 1.7;
}

h1,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Audiowide", "Nova Flat", sans-serif;
    letter-spacing: 0.08em;
}

h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
.section-heading,
.hero-copy p,
.nebula-card h3,
.contact-card h3,
.faq-item h3,
.btn,
.tracking-wide {
    font-family: "Quantico", "Nova Flat", sans-serif;
}

.site-footer,
.mono-text,
code,
pre,
.site-footer p,
.site-footer a {
    font-family: "Space Grotesk", "Courier New", monospace;
}

.glassy-nav {
    background-color: rgba(3, 4, 14, 0.85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 999px;
    margin: 1.5rem 1rem 1rem;
    padding: 0.9rem 2rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 3;
}

.hero-panel {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(3, 4, 14, 0.7);
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
    .hero-layout {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .hero-copy {
        flex: 0 1 48%;
    }
}

.hero-copy {
    max-width: 550px;
}

.tracking-wide {
    letter-spacing: 0.2em;
}

.hero-logo {
    display: flex;
    justify-content: center;
    flex: 0 1 45%;
}

.hero-logo img {
    max-width: min(520px, 85vw);
    height: auto;
    filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.4));
}

.dropdown-menu {
    background-color: rgba(12, 15, 35, 0.95);
    color: #f8f9ff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.75rem;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 4;
}

.site-footer {
    background-color: rgba(3, 4, 14, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 2rem;
    max-width: 900px;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
}

.page-shell {
    background-color: rgba(4, 6, 18, 0.85);
    border-radius: 1.5rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.55);
    padding: clamp(2rem, 4vw, 3.5rem);
    margin: 3rem auto 4rem;
    max-width: 1200px;
}

.section-heading {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.85rem;
    color: #7ad1ff;
}

.galaxy-divider {
    width: 96px;
    height: 3px;
    background: linear-gradient(90deg, #ff3c9f, #7ad1ff);
    border-radius: 999px;
    margin: 0.75rem 0 1.5rem;
}

.guideline-grid,
.contact-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .guideline-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .guideline-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.nebula-card {
    background-color: rgba(9, 12, 32, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    height: 100%;
}

.nebula-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
    color: #ff7fd9;
}

.nebula-card p {
    margin-bottom: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.faq-item {
    background-color: rgba(7, 10, 28, 0.9);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.45);
}

.faq-item h3 {
    letter-spacing: 0.15em;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fac7ff;
    margin-bottom: 0.75rem;
}

.faq-item ul {
    padding-left: 1.25rem;
}

.contact-card {
    background-color: rgba(9, 12, 32, 0.9);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.45);
}

.contact-card h3 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.95rem;
    color: #ff9ed6;
    margin-bottom: 0.5rem;
}

.contact-card a {
    color: #7ad1ff;
    font-weight: 600;
}

.btn-bluesky {
    border-color: #1185fe;
    color: #fff;
    background-color: rgba(17, 133, 254, 0.15);
}

.btn-telegram {
    border-color: #26a5e4;
    color: #fff;
    background-color: rgba(38, 165, 228, 0.15);
}

.btn-mastodon {
    border-color: #6364ff;
    color: #fff;
    background-color: rgba(99, 100, 255, 0.15);
}

.btn-email {
    border-color: #607d8b;
    color: #fff;
    background-color: rgba(96, 125, 139, 0.15);
}
