* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    background: #0b0b0b;
    color: white;
}

.hero {
    width: 100%;
    height: 100vh;

    background-image: url("background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
}

/* Весь блок меню */
.menu {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);

    width: 92%;
    text-align: center;
}

/* PATRIA */
.title {
    color: #ffd84a;

    font-size: 76px;
    font-weight: bold;
    letter-spacing: 14px;

    margin-bottom: 25px;

    text-shadow:
        0 3px 3px #000,
        0 0 12px #000;
}

/* 6 пунктов */
.menu-grid {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    column-gap: 50px;
    row-gap: 25px;
}

/* Сами надписи */
.menu-grid a {
    color: #ffd84a;

    font-size: 25px;
    font-weight: bold;

    text-decoration: none;

    text-shadow:
        0 2px 3px #000,
        0 0 8px #000;

    transition: 0.2s;
}

/* Когда наводишь мышкой */
.menu-grid a:hover {
    color: #fff2a6;
    transform: scale(1.08);
}








/* ФОН СТРАНИЦЫ "О СЕРВЕРЕ" */

.about-page {
    margin: 0;
    min-height: 100vh;

    background-image: url("about-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* КНОПКА НАЗАД */

.back-button {
    position: fixed;
    top: 30px;
    left: 35px;

    color: #ffd84a;
    font-size: 24px;
    font-weight: bold;

    text-decoration: none;

    text-shadow:
        0 2px 3px #000,
        0 0 8px #000;

    z-index: 100;
    transition: 0.2s;
}

.back-button:hover {
    color: #fff2a6;
    transform: scale(1.08);
}
/* ОПИСАНИЕ СЕРВЕРА */

.about-content {
    width: 75%;
    max-width: 1100px;
    margin: 120px auto 100px;
}

.about-content h1 {
    text-align: center;
    color: #e0e0e0;
    font-size: 42px;
    letter-spacing: 5px;
    margin-bottom: 35px;

    text-shadow:
        0 2px 4px #000,
        0 0 10px #000;
}

.text-block {
    color: #d6d6d6;
    font-size: 21px;
    line-height: 1.7;

    padding: 35px 45px;

    background: rgba(20, 20, 20, 0.42);
    border: 1px solid rgba(210, 210, 210, 0.20);

    border-radius: 8px;

    text-shadow: 0 2px 3px #000;
}

.text-block p {
    margin-bottom: 22px;
}

.text-block p:last-child {
    margin-bottom: 0;
}
.chapter {
    width: 65%;
    margin: 80px auto 0;
}

.chapter .chapter-title {
    text-align: center;
    color: #e0e0e0;
    font-size: 42px;
    letter-spacing: 5px;
    margin-bottom: 35px;

    text-shadow:
        0 2px 4px #000,
        0 0 10px #000;
}
.chapter .text-block {
    width: 100%;
}
/* КОЛЛАЖ КАРТ В ГЛАВЕ III */

.maps-image {
    width: 75%;
    margin: 30px auto 0;
    text-align: center;
}

.maps-image img {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 6px;
    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* КОЛЛАЖ ИНФОРМАЦИИ О ЗЕМЛЯХ */

.lands-info-image {
    width: 90%;
    margin: 30px auto 0;
}

.lands-info-image img {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* БОЛЬШОЙ БЛОК ЗАЩИТЫ, УПРАВЛЕНИЯ И ВОЙН */

.territory-block {
    width: calc(100vw - 100px);
    max-width: none;

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin-top: 35px;
    margin-bottom: 50px;

    padding: 32px 55px;

    font-size: 17px;
    line-height: 1.55;

    background: rgba(20, 20, 20, 0.42);
    border: 1px solid rgba(210, 210, 210, 0.20);

    border-radius: 8px;

    color: #d6d6d6;

    text-shadow:
        0 2px 3px #000;
}

.territory-block p {
    margin-bottom: 20px;
}

.territory-block h2 {
    color: #d0d0d0;

    text-align: center;

    font-size: 27px;
    letter-spacing: 3px;

    margin: 10px 0 25px;

    text-shadow:
        0 2px 4px #000,
        0 0 10px #000;
}

.territory-block h2:not(:first-child) {
    margin-top: 45px;
}

.territory-block .command {
    text-align: center;

    color: #ffd84a;

    font-size: 20px;
    font-weight: bold;

    margin: 20px 0;

    text-shadow:
        0 2px 3px #000,
        0 0 8px #000;
}
/* КАРТИНКА В IV ГЛАВЕ */

.army-style-image {
    width: 105%;
    margin: 28px auto 32px;
}

.army-style-image img {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* КОЛЛАЖ УПРАВЛЕНИЯ АРМИЕЙ */
.small-collage {
    width: 85%;
    max-width: 1105px;
    margin: 25px auto;
}
.small-collage img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.end-gallery {
    width: 100%;
    margin: 30px auto;
}

.end-gallery img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border-radius: 6px;
}
.next-page {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 1000;
}

.next-page a {
    color: #ffd84a;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    text-shadow:
        0 2px 4px #000,
        0 0 10px #000;
}

.next-page a:hover {
    color: #ffffff;
}







/* ФОН ВТОРОЙ СТРАНИЦЫ */

.gameplay-page {
    margin: 0;
    min-height: 100vh;

    background-image: url("gameplay-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    color: white;
}
/* ФОТО МАГАЗИНА СВИТКОВ */

.magic-shop-image {
    width: 85%;
    margin: 30px auto;
}

.magic-shop-image img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* ОСАДНЫЕ ОРУДИЯ */

.siege-image {
    width: 95%;
    margin: 30px auto;
}

.siege-image img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* ФАУНА И ЕЗДОВЫЕ ЖИВОТНЫЕ */

.fauna-image {
    width: 95%;
    margin: 30px auto;
}

.fauna-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* EPIC FIGHT */

.epicfight-image {
    width: 95%;
    margin: 30px auto;
}

.epicfight-image img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}
/* ГЛАВА IX — 3 ФОТО */

.wildlands-gallery {
    width: 95%;
    margin: 30px auto;
}

.wildlands-gallery img {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 24px;

    border-radius: 6px;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.65),
        0 0 15px rgba(0, 0, 0, 0.35);
}

.wildlands-gallery img:last-child {
    margin-bottom: 0;
}






/* =========================================
   ФОН СТРАНИЦЫ ПРАВИЛ
   ========================================= */

.rules-page {
    position: relative;
    min-height: 100vh;
    margin: 0;

    background: #111;
    color: white;
}

.rules-page::before {
    content: "";

    position: fixed;
    inset: -15px;

    background-image: url("rules-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Немного размываем фон */
    filter: blur(3px);

    /* Чтобы после blur не появились белые края */
    transform: scale(1.03);

    z-index: -1;
}








/* =========================
   ГАЛЕРЕЯ PATRIA
   ========================= */

.gallery-page {
    position: relative;
    min-height: 100vh;
    margin: 0;

    background: #111;
    color: white;
}


/* РАЗМЫТЫЙ ФОН ГАЛЕРЕИ */

.gallery-page::before {
    content: "";

    position: fixed;
    inset: -15px;

    background-image: url("gallery-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(4px);

    transform: scale(1.03);

    z-index: -1;
}


/* ОСНОВНОЙ БЛОК */

.gallery-content {
    width: 85%;
    max-width: 1400px;

    margin: 80px auto;
}


/* ГЛАВНЫЙ ЗАГОЛОВОК */

.gallery-content h1 {
    width: 100%;

    text-align: center;

    font-family: Georgia, serif;
    font-size: 44px;

    letter-spacing: 4px;

    color: #e0e0e0;

    margin: 0 0 20px 0;

    text-shadow:
        0 3px 5px #000,
        0 0 12px #000;
}


/* ТЕКСТ ПОД ЗАГОЛОВКОМ */

.gallery-subtitle {
    width: 100%;

    display: block;

    text-align: center;

    font-family: Georgia, serif;
    font-size: 28px;

    color: #e0e0e0;

    margin: 0 auto 45px auto;

    text-shadow:
        0 2px 4px #000,
        0 0 8px #000;
}


/* СЕТКА ФОТОГРАФИЙ */

.gallery-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}


/* ФОТОГРАФИИ */

.gallery-grid img {
    width: 100%;
    height: auto;

    display: block;

    border-radius: 7px;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(0, 0, 0, 0.35);
}


/* ТЕЛЕФОН */

@media (max-width: 800px) {

    .gallery-content {
        width: 92%;
        margin: 70px auto;
    }

    .gallery-content h1 {
        font-size: 34px;
    }

    .gallery-subtitle {
        font-size: 22px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
















/* =========================
   СПИСОК ЗЕМЕЛЬ PATRIA
   ========================= */

.lands-page {
    position: relative;
    min-height: 100vh;
    margin: 0;

    background: #111;
    color: white;
}

.lands-page::before {
    content: "";

    position: fixed;
    inset: -15px;

    background-image: url("lands-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(4px);
    transform: scale(1.03);

    z-index: -1;
}


/* ОСНОВНАЯ ОБЛАСТЬ */

.lands-content {
    width: 80%;
    max-width: 1200px;

    margin: 80px auto;
}


/* ЗАГОЛОВОК */

.lands-content h1 {
    text-align: center;

    font-family: Georgia, serif;
    font-size: 44px;
    letter-spacing: 4px;

    color: #e0e0e0;

    margin-bottom: 15px;

    text-shadow:
        0 3px 5px #000,
        0 0 12px #000;
}

.lands-subtitle {
    text-align: center;

    font-family: Georgia, serif;
    font-size: 25px;

    color: #d6d6d6;

    margin-bottom: 55px;

    text-shadow:
        0 2px 4px #000,
        0 0 8px #000;
}


/* СПИСОК ЗЕМЕЛЬ */

.lands-list {
    width: 620px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    gap: 18px;
}
/* ОДНА ЗЕМЛЯ */

.land-card {
    width: 100%;
    min-height: 105px;

    display: flex;
    align-items: center;

    padding: 12px 18px;

    box-sizing: border-box;

    background: rgba(15, 15, 15, 0.58);

    border: 1px solid rgba(220, 220, 220, 0.25);
    border-radius: 7px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.55),
        0 0 12px rgba(0, 0, 0, 0.25);
}


/* МАЛЕНЬКИЙ БАННЕР СЛЕВА */

.land-banner {
    width: 55px;
    height: 90px;

    object-fit: contain;
    image-rendering: pixelated;

    flex-shrink: 0;

    margin-right: 25px;
}


/* ТЕКСТ */

.land-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* НАЗВАНИЕ ЗЕМЛИ */

.land-info h2 {
    margin: 0 0 10px 0;

    font-family: Georgia, serif;
    font-size: 25px;
    letter-spacing: 1px;

    color: #eeeeee;

    text-shadow:
        0 2px 4px #000,
        0 0 7px #000;
}


/* ВЛАДЕЛЕЦ */

.land-info p {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 19px;

    color: #cfcfcf;

    text-shadow: 0 2px 4px #000;
}


/* ТЕЛЕФОН */

@media (max-width: 800px) {

    .lands-content {
        width: 92%;
    }

    .lands-list {
        width: 100%;
        margin: 0 auto;
    }

    .land-banner {
        width: 48px;
        height: 78px;
    }
}


















/* =========================
   ПОЛИТИЧЕСКАЯ КАРТА PATRIA
   ========================= */

.political-page {
    position: relative;
    min-height: 100vh;
    margin: 0;

    background: #111;
    color: white;
}

.political-page::before {
    content: "";

    position: fixed;
    inset: -15px;

    background-image: url("political-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(4px);
    transform: scale(1.03);

    z-index: -1;
}

.political-content {
    width: 88%;
    max-width: 1500px;

    margin: 80px auto;
}

.political-content h1 {
    text-align: center;

    font-family: Georgia, serif;
    font-size: 44px;
    letter-spacing: 4px;

    color: #e0e0e0;

    margin-bottom: 15px;

    text-shadow:
        0 3px 5px #000,
        0 0 12px #000;
}

.political-subtitle {
    text-align: center;

    font-family: Georgia, serif;
    font-size: 25px;

    color: #d6d6d6;

    margin-bottom: 40px;

    text-shadow:
        0 2px 4px #000,
        0 0 8px #000;
}

.political-map-box {
    width: 100%;

    padding: 14px;

    box-sizing: border-box;

    background: rgba(15, 15, 15, 0.55);

    border: 1px solid rgba(220, 220, 220, 0.25);
    border-radius: 8px;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.65),
        0 0 18px rgba(0, 0, 0, 0.30);
}

.political-map-image {
    width: 120%;
    height: auto;
    display: block;

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    border-radius: 5px;
}