/* news_19.04.css */

body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background-color: #1c1c1c;
    color: white;
}

.main-banner {
    position: relative;
    text-align: center;
    color: white;
}

.main-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 32px;
    font-weight: bold;
}

.section {
    padding: 30px 10%;
}

.section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #00ff99;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card {
    background-color: #292929;
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 4px solid #00ff99;
    box-shadow: 0 0 10px rgba(0, 255, 153, 0.2);
}

.feature-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #00ffcc;
}

.feature-card p {
    margin: 0;
    color: #ccc;
}

.image-block {
    margin-top: 20px;
    text-align: center;
}

.image-block img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

.highlight {
    color: #00ffaa;
}

.section p {
    line-height: 1.6;
}
body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background: url('https://i.ibb.co/SK2kSQL/image.jpg') no-repeat center center fixed;
    color: white;
    background-size: cover;
}

.main-banner {
    position: relative;
    text-align: center;
    color: white;
}

.main-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 64px; /* Сделал в два раза больше */
    font-weight: bold;
}

.section {
    padding: 50px 10%;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0, 255, 153, 0.5);
}

.section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #00ff99;
    text-align: center;
}

.section p,
.section ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

.section ul {
    margin-top: 10px;
}

.section a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s;
}

.section a:hover {
    color: #00ffaa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card {
    background-color: #292929;
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 4px solid #00ff99;
    box-shadow: 0 0 10px rgba(0, 255, 153, 0.2);
}

.feature-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #00ffcc;
}

.feature-card p {
    margin: 0;
    color: #ccc;
}

.image-block {
    margin-top: 20px;
    text-align: center;
}

.image-block img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

.highlight {
    color: #00ffaa;
}

.section p {
    line-height: 1.6;
}

.nav-list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 40px;
}

.nav-list li {
    display: inline-block;
    margin: 0 15px;
}

.nav-list li a {
    color: #00ffcc;
    font-size: 22px;
    text-decoration: none;
}

.nav-list li a:hover {
    color: #00ffaa;
}

.nav-list li a:active {
    color: #00ff99;
}

.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
/* Стили для кастомных мобов */
#overview, #skills, #characteristics, #mobs {
    padding: 50px 10%;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0, 255, 153, 0.5);
}

#overview h2, #skills h2, #characteristics h2, #mobs h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #00ff99;
    text-align: center;
}

#overview p, #skills p, #characteristics p, #mobs p {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#overview ul, #skills ul, #characteristics ul, #mobs ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#overview ul li, #skills ul li, #characteristics ul li, #mobs ul li {
    margin-top: 10px;
}

#overview a, #skills a, #characteristics a, #mobs a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s;
}

#overview a:hover, #skills a:hover, #characteristics a:hover, #mobs a:hover {
    color: #00ffaa;
}

#overview .highlight, #skills .highlight, #characteristics .highlight, #mobs .highlight {
    color: #00ffaa;
}
/* Новые валюты */
#currency {
    padding: 50px 10%;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

#currency h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffd700;
    text-align: center;
}

#currency h3 {
    color: #00ffcc;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#currency p {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#currency code {
    background: #333;
    padding: 3px 6px;
    border-radius: 5px;
    color: #00ffaa;
}

#currency img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#currency .highlight {
    color: #00ffaa;
    font-weight: bold;
}
/* Кастомные предметы */
#custom-items {
    padding: 50px 10%;
    position: relative;
    background: rgba(20, 20, 20, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0, 255, 128, 0.2);
}

#custom-items h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #00ffaa;
    text-align: center;
}

#custom-items h3 {
    color: #aaffcc;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#custom-items p, #custom-items ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#custom-items ul {
    list-style-type: none;
    padding-left: 0;
}

#custom-items li {
    margin-bottom: 5px;
}

#custom-items img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#custom-items .link-highlight {
    color: #00ffaa;
    font-weight: bold;
    text-decoration: underline;
}
/* Боссы */
#bosses {
    padding: 50px 10%;
    position: relative;
    background: rgba(20, 20, 20, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

#bosses h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ff5050;
    text-align: center;
}

#bosses h3 {
    color: #ff7777;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#bosses p, #bosses ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#bosses ul {
    list-style-type: none;
    padding-left: 0;
}

#bosses li {
    margin-bottom: 5px;
}

#bosses img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#bosses .link-highlight {
    color: #ff5050;
    font-weight: bold;
    text-decoration: underline;
}
/* Острова */
#islands {
    padding: 50px 10%;
    position: relative;
    background: rgba(20, 20, 20, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.2);
}

#islands h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffdd00;
    text-align: center;
}

#islands h3 {
    color: #ffdd33;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#islands p, #islands ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#islands ul {
    list-style-type: none;
    padding-left: 0;
}

#islands li {
    margin-bottom: 5px;
}

#islands img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#islands .link-highlight {
    color: #ffdd00;
    font-weight: bold;
    text-decoration: underline;
}
/* Система крафтов, зельеварения и зачарования */
#crafting-enchanting {
    padding: 50px 10%;
    position: relative;
    background: rgba(30, 30, 30, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.2);
}

#crafting-enchanting h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffdd00;
    text-align: center;
}

#crafting-enchanting h3 {
    color: #ffdd33;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#crafting-enchanting p, #crafting-enchanting ul {
    line-height: 1.8;
    font-size: 18px;
    color: #ccc;
}

#crafting-enchanting img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
/* Талисманы */
#talismans {
    padding: 50px 10%;
    background: rgba(30, 30, 30, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.2);
}

#talismans h2 {
    font-size: 32px;
    color: #ffdd00;
    text-align: center;
    margin-bottom: 20px;
}

#talismans h3 {
    color: #ffdd33;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#talismans p {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
}

#talismans img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
/* Ежедневные квесты */
#daily-quests {
    padding: 50px 10%;
    background: rgba(25, 25, 25, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

#daily-quests h2 {
    font-size: 32px;
    color: #ffcc00;
    text-align: center;
    margin-bottom: 20px;
}

#daily-quests p {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
}

#daily-quests ul {
    font-size: 18px;
    color: #ccc;
    margin-top: 15px;
}

#daily-quests ul li {
    margin-bottom: 8px;
    list-style: disc;
    padding-left: 20px;
}

#daily-quests img {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
/* Расширение спавна */
#spawn-expansion {
    padding: 50px 10%;
    background: rgba(25, 25, 25, 0.85);
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

#spawn-expansion h2 {
    font-size: 32px;
    color: #ffcc00;
    text-align: center;
    margin-bottom: 20px;
}

#spawn-expansion p {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
}

#spawn-expansion .image-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#spawn-expansion .image-row img {
    width: 48%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
