/*
Theme Name: WhitePage 89RSHH
Theme URI: https://example.com/
Author: Auto WhitePage Generator
Description: Автоматически сгенерированная минимальная тема с рандомным названием и структурой под White Page.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whitepage_89rshh
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f5f7;
    color: #111827;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-title a {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.site-description {
    font-size: 13px;
    color: #6b7280;
}

.site-main {
    max-width: 1200px;
    margin: 32px auto;
    padding: 0 16px 48px;
    min-height: 60vh;
}

.site-footer {
    padding: 24px 32px;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}

.primary-menu,
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.primary-menu a,
.footer-menu a {
    font-size: 14px;
    color: #111827;
}

.primary-menu a:hover,
.footer-menu a:hover {
    color: #2563eb;
}

/* Hero секция заглушки главной */
.wp-hero {
    padding: 48px 0 32px;
    text-align: left;
}

.wp-hero-pretitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
    margin-bottom: 8px;
}

.wp-hero-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.wp-hero-subtitle {
    max-width: 640px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.wp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.wp-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    border: 1px solid #e5e7eb;
}

.wp-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wp-card-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

.wp-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
}

.wp-section-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
}

/* Адаптив */
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}