/* GLOBAL */
body {
    margin: 0;
    font-family: 'Georgia', serif;
    background: #f2e9d8;
    color: #2b2b2b;
    padding-top: 70px;
}

/* NAVBAR */
.nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    color: #f5f5dc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px;
    z-index: 1000;
    border-bottom: 3px solid #8B0000;
}

.nav-left {
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 40px;
}

.logo-nav {
    max-width: 15px;
    height: auto;
    padding-right: 5px;
}

.nav-right {
    margin-left: 20%;
}

.nav-right a {
    color: #f5f5dc;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: 0.3s;
}

.nav-right a:hover {
    color: #fff;
    text-shadow: 0 0 8px #8B0000;
}

/* HERO */
.hero {
    background: radial-gradient(circle at top, #fff7f0 0%, #f2e0d0 40%, #8B0000 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.image-box {
    width: 100%;
    height: 300px;
    background-image: url(images/headerBackground.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 900px;
    margin: auto;
}
.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}
.hero p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.btn {
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #000;
    transition: 0.3s;
}
.btn.primary {
    background: #8B0000;
    color: #fff;
}
.btn.secondary {
    background: #f5f5dc;
    color: #8B0000;
}
.btn:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    transform: translateY(-2px);
}

/* FULL-WIDTH SECTION WRAPPERS */
.section-bg {
    width: 100%;
    padding: 50px;
}
.white-bg { 
    background: #ffffff; 
    background-image: url(images/mainvideobg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.beige-bg { background: #f5f0e6; }
.black-bg { background: #303030; }
.red-bg { background: #620000;}
.lightred-bg { 
    background-image: url(images/videobackground.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.deck-example {
    background-image: url(images/gplay.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.download-bg {
    background: #ffffff; 
    background-image: url(images/downloadbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* GRID FOR WHAT IS BLITZ SECTION */
.blitz-grid {
    display: grid;
    grid-template-columns: 1fr 300px; /* text left, image right */
    gap: 25px;
    align-items: center;
}

/* TEXT BOX */
.blitz-text p {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* IMAGE BOX */
.blitz-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMAGE STYLE */
.blitz-image {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    border: 3px solid #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    object-fit: contain;
}

.bza-img {
    text-align: center;
    color: #000;
    font-weight: bold;
}

.qb-tsize {
    font-size: 20px;
}

/* CONTENT SECTIONS */
section {
    max-width: 1000px;
    margin: auto;
    padding: 35px;
    border-radius: 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2 {
    font-size: 2rem;
    color: #8B0000;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.landbomb-img {
    max-width: 100%;
}

/* ⭐ FEATURED VIDEO */
.featured-video-box iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    border: 3px solid #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* ⭐ UPDATED VIDEO STYLE */
.blitz-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    background: #000;
    display: block;
}


/* VIDEO GRID */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    border: 3px solid #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* TIPS */
.tips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}
.tip-box {
    background: #8b0000d4;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #8B0000;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    color: white;
    font-size: 20px;
}

/* DOWNLOAD BUTTON */
.download-btn {
    display: inline-block;
    padding: 15px 25px;
    background: #8B0000;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.3em;
    border: 3px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transition: 0.3s;
}
.download-btn:hover {
    background: #a30000;
    box-shadow: 0 0 15px #8B0000;
}

/* DOWNLOAD GRID */
.download-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 25px;
}

/* RULEBOOK IMAGE */
.rulebook-img {
    width: 100%;
    max-width: 650px;
    border-radius: 10px;
    border: 3px solid #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    object-fit: cover;
}

/* FOOTER */
.site-footer {
    background: #000000;
    color: #f5f5dc;
    text-align: center;
    padding: 25px;
    margin-top: 40px;
    border-top: 5px solid #000;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
    font-size: 1.1em;
}
.site-footer p {
    margin: 8px 0;
}

/* RESPONSIVE NAV */
@media (max-width: 700px) {
    .nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-right {
        margin-top: 10px;
    }
    .nav-right a {
        display: inline-block;
        margin: 5px 10px 0 0;
    }
}

/* test */
.blitz-deck-preview {
    background: #ffffffe6;
    border: 2px solid #dcdce6;
    border-radius: 12px;
    padding: 20px;
    max-width: 1000px;
    margin: 30px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.blitz-deck-header h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #8B0000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blitz-deck-header p {
    margin: 5px 0 15px;
    color: #666;
    font-size: 0.95rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blitz-deck-body {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.blitz-deck-image {
    width: 140px;
    height: 100px;
    border-radius: 8px;
    background: #fffeff;
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.blitz-deck-info h3 {
    margin: 0;
    font-size: 1.4rem;
    color: #444;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blitz-deck-info p {
    margin: 8px 0 15px;
    color: #555;
}

.blitz-deck-button {
    display: inline-block;
    background: #8a2be2;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blitz-deck-button:hover {
    background: #6d22b5;
}

.moxf-bg {
    background-image: url(images/Moxfield\ Banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.imgmox-size {
    max-height: 300px;
    width: auto;
    padding-bottom: 10px;
    padding-right: 10px;
}

.video-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #8B0000;
    text-align: center;
    margin: 0;
}
