/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
*/

/* Physical Card Shadow for Landing Pages */
.hard-shadow {
    box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 0px 0px;
}

/* Force Typography */
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Unbounded', sans-serif !important;
    color: #f6f1e7 !important;
    font-weight: 800 !important;
}

body, p, button, input, select, textarea {
    font-family: 'Golos Text', sans-serif !important;

}

/* Design system: primary pill button */
.wp-block-button__link {
    background-color: #ff6d00 !important;
    color: #ffffff !important;
    border: 2px solid #1e1812 !important;
    border-radius: 999px !important;
    padding: 22px 40px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}

/* Design system: secondary outline pill */
.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    color: #f6f1e7 !important;
    border: 1px solid rgba(246, 241, 231, 0.4) !important;
}

/* Headings inside cream cards must be dark */
.hard-shadow h1,
.hard-shadow h2,
.hard-shadow h3,
.hard-shadow h4,
.hard-shadow h5,
.hard-shadow h6 {
    color: #1e1812 !important;
}

.hub-list { list-style: none; margin: 0; padding: 0; }
.hub-list li { margin-bottom: 16px; }
.hub-list a {
    display: block; padding: 20px 24px;
    background: #f6f1e7; color: #1e1812;
    border: 2px solid #1e1812; border-radius: 16px;
    box-shadow: rgba(0,0,0,0.4) 6px 6px 0 0;
    font-weight: 700; text-decoration: none;
}

/* Mobile Responsive Fixes */
@media (max-width: 768px) {
    /* Уменьшаем огромные заголовки на мобильных */
    h1, h2, h3, .gb-text {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
    
    /* Кнопки на всю ширину и с меньшим текстом */
    .wp-block-button__link {
        font-size: 16px !important;
        padding: 16px 24px !important;
        min-width: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Уменьшаем общий отступ контейнера */
    .wp-block-group__inner-container {
        padding: 30px 20px !important;
    }
}


/* Убираем автора и дату */
.entry-meta,
.posted-on,
.byline,
.cat-links,
.tags-links {
    display: none !important;
}

/* Убираем сайдбар на страницах записей */
.single-post .is-right-sidebar,
.single-post .is-left-sidebar,
.page .is-right-sidebar,
.page .is-left-sidebar {
    display: none !important;
}

.single-post .content-area,
.page .content-area {
    width: 100% !important;
}

/* Logo visibility on dark header */
.site-header .main-title a,
.site-header .main-title a:hover {
    color: #f6f1e7 !important;
}

.bot-cta { margin: 30px 0 10px; }

/* Hide "Built with GeneratePress", keep the copyright line */
.copyright-bar { font-size: 0; }
.copyright-bar .copyright { font-size: 14px; }