/* Base Styles */
body {
    font-family: 'Orbitron', sans-serif;
    background-color: #09090a;
    color: #eaeaea;
}

/* Typography */
.display-4, .display-5 {
    font-family: 'BBH Sans Bartle', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.094rem;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .display-4, .display-5 {
        font-size: 2.25rem;
    }
}

.lead {
    font-weight: 400;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    color: #adb5bd;
}

.lead-wide {
    max-width: 50rem;
}

/* Navigation */
.navbar-brand {
    /* font-family: 'BBH Sans Bartle', sans-serif; */
    /* font-weight: 700; */
    
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.094rem;
    text-transform: none;
}

.navbar-logo {
    height: 2.25rem;
    margin-bottom: 3px;
    margin-right: 15px;
}

.nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.063rem;
    font-weight: 700;
    margin-right: 10px;
}

/* Buttons */
.btn-primary {
    background-color: #e72f4b;
    border-color: #e72f4b;
    color: #eaeaea;
    font-family: 'BBH Sans Bartle', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    padding: 0.75rem 2rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #f04562;
    border-color: #f04562;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 47, 75, 0.4);
}

.btn-navbar {
    color: #000;
    font-size: 0.75rem;
    font-family: 'Orbitron', sans-serif;
}

.btn-navbar:hover {
    color: #000;
}

.btn-hero {
    font-size: 0.938rem;
    font-weight: 900;
    font-family: 'Orbitron', sans-serif;
    color: #FFF5E1;
}

.btn-final-register {
    font-size: 0.938rem;
    font-weight: 900;
    font-family: 'Orbitron', sans-serif;
}

/* Hero Section */
.hero-section {
    padding: 8rem 0;
    background: url('/statics/img/bg-hero2-compressed.png') no-repeat center center/cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section h1 {
    font-size: 2.05rem;
}

.hero-section .lead {
    color: #eaeaea;
    font-size: 1rem;
}

/* Section Styles */
.section-padding {
    padding: 6rem 0;
}

.section-divider {
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0));
    max-width: 50rem;
    margin: 0 auto;
}

/* Background Sections */
.bg-vanguard {
    background: url('/statics/img/bg-white-doctrine-compressed.png') no-repeat center center/cover;
    background-color: #eaeaea;
    color: #09090a;
}

.bg-doctrine {
    background: url('/statics/img/bg-white-doctrine-compressed.png') no-repeat center center/cover;
    background-color: #eaeaea;
    color: #09090a;
}

.bg-vanguard h2, .bg-vanguard .display-5,
.bg-doctrine h2, .bg-doctrine .display-5 {
    color: #09090a;
}

.bg-vanguard .lead,
.bg-doctrine .lead {
    color: #343a40;
}

.bg-dark-accent {
    background-color: #1a1a1a;
}

/* Opportunity Section */
.bg-opportunity {
    background: url('/statics/img/wall-render-compressed.png') no-repeat left center/cover;
    background-color: #1a1a1a;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .bg-opportunity {
        background-position: right center;
    }
}

.opportunity-content {
    text-align: right;
    padding: 2rem 0;
}

@media (max-width: 991px) {
    .opportunity-content {
        text-align: center;
    }

    .opportunity-content h2 {
        font-size: 1.2rem;
    }

    .opportunity-content p {
        font-size: 0.9rem;
    }
}

/* Video Container */
.video-container {
    aspect-ratio: 16 / 9;
    max-width: 50rem;
    background-color: #000;
    border: 1px solid #e72f4b;
    position: relative;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Utility Classes */
.subtitle-red {
    display: block;
    color: #e72f4b;
    font-size: 1.656rem;
}

/* Footer */
.footer {
    background-color: #000;
}

.footer-separator {
    font-size: 1.5rem;
    color: #495057;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
}

.footer-logo {
    padding-bottom: 0.938rem;
}

.footer-logo-img {
    height: 5rem;
}

.footer a {
    color: #adb5bd;
    text-decoration: none;
}

.footer-links {
    margin-top: 2rem;
}

.footer-links a {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #eaeaea;
    transition: color 0.2s ease-in-out;
}

.footer a:hover {
    color: #e72f4b;
    text-decoration: none;
}

.pegi-icon {
    height: 5rem;
    margin: 0 0.313rem;
}

.text-muted {
    text-transform: uppercase;
    margin: 0px !important;
    padding: 0px !important;
}

#buggypart {
    text-align: right;
    max-width: fit-content
}

/* Tablet Optimizations */
@media (max-width: 992px) {
    .popdark {
        background-color: rgba(0, 0, 0, 0.4) !important;
        padding: 2rem;
        border-radius: 1rem;
    }

    .popdark > div {
       margin-top: 10px;
    }

    .popdark h1 {
        font-size: 1.6rem;
    }

    #buggypart {
        text-align: center;
    }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
        background-position: right center;
    }

    .popdark {
        background-color: rgba(0, 0, 0, 0.7) !important;
        padding: 2rem;
        border-radius: 0.5rem;
    }
     .popdark h1 {
        font-size: 1.7rem;
    }

    .section-padding {
        padding: 3rem 0;
    }
    
    .display-4, .display-5 {
        font-size: 1.75rem;
    }
    
    .bg-opportunity {
        min-height: auto;
        padding: 3rem 0;
    }

    .bg-vanguard h2 {
        font-size: 1.2rem;
    }
    .subtitle-red {
        font-size: 1.2rem;
    }

    .bg-vanguard p {
        font-size: 1rem;
    }

    .hero-section h1 {
    font-size: 1.2rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .deployment-imminent h2 {
        font-size: 1.6rem;
    }

    .deployment-imminent p {
        font-size: 1rem;
    } 

    .bg-doctrine h2 {
        font-size: 1.3rem;
    }
    .bg-doctrine p {
        font-size: 1.1rem;
    }   

    .brmobile {
        display: block;
    }

    #buggypart {
        text-align: center !important;
    }
}


