/* Bootstrap перебивает background — восстанавливаем (этот файл грузится после bootstrap) */
html, body { background: #080A16 !important; color: #F8F9FA; }

/* ---- Common inner pages ---- */
h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; font-weight: 400; }
h1.title { color: #01D7FC; }
a { color: #01D7FC; text-decoration: none; }
a:hover { color: #F8F9FA; }
p { color: #E1E5E8; letter-spacing: -0.01em; margin-bottom: 1.3rem; }

.page-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 80px) clamp(16px, 4vw, 60px);
    position: relative;
    z-index: 1;
}

h1.page-title {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-subtitle {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.3;
    color: #01D7FC;
    padding-bottom: 30px;
}

blockquote {
    font-size: 20px;
    line-height: 28px;
    color: #01D7FC;
    background-color: rgba(42, 79, 136, 0.5);
    padding: 25px;
    border-radius: 10px;
}

ul.list_minus { list-style: none; margin: 0; padding: 0; }
ul.list_minus li { position: relative; padding-bottom: 16px; font-size: 15px; }
ul.list_minus li::before { content: "—"; position: absolute; left: -32px; }
[dir="rtl"] ul.list_minus li::before { right: -32px; left: auto; }

/* Presentation is full-screen — no extra padding */
.page-template-page-presentation .site-wrapper > main > .container,
.page-template-page-presentation .site-wrapper > main > section > .container {
    padding-top: 0;
    padding-bottom: 0;
}
