/*
Theme Name: Hayshack Brand V2
Theme URI:  https://meowapps.com/
Author:     AI Engine
Version:    1.0
Template:   kadence
*/

/* ── Global Typography — Poppins heading font ── */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.site-title,
.entry-title {
    font-family: 'Poppins', sans-serif !important;
}

body, p, li, td, th, label, input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
}

/* ── Hayshack Footer Styles ── */
.hayshack-footer {
    background-color: #2B2B2B;
    color: #FFFFFF;
    padding: 60px 2rem 20px;
}

.hayshack-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hayshack-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.hayshack-footer-brand .logo {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
}

.hayshack-footer-brand .logo span {
    color: #6A2CA0;
}

.hayshack-footer-brand p {
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 280px;
}

.hayshack-footer-links h4 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.hayshack-footer-links a {
    display: block;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 2.2;
    transition: color 0.2s;
}

.hayshack-footer-links a:hover {
    color: #6A2CA0;
}

.hayshack-footer-divider {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 0;
}

.hayshack-footer-bottom {
    text-align: center;
    padding: 16px 0;
}

.hayshack-footer-bottom p {
    color: rgba(255,255,255,0.4);
    font-size: 0.8125rem;
    margin: 0;
}

.hayshack-footer-bottom a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.hayshack-footer-bottom a:hover {
    color: #6A2CA0;
}

@media (max-width: 768px) {
    .hayshack-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
