/* ==========================================================================
   OnlyMantra More & Utility Hub Styles (/more/, /about/, /contact/, etc.)
   ========================================================================== */

.om-more-hub-page {
    background-color: #fdfbf7;
    min-height: 100vh;
    padding-bottom: 80px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.om-more-hero {
    position: relative;
    padding: 56px 0 60px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(20, 10, 5, 0.75) 100%),
                url('../images/om-hero-clean.webp') center center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 3px solid #94a3b8;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.3);
}

.om-more-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.om-more-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.om-more-card {
    background: #ffffff;
    border: 1px solid #f0e6d6;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    transition: all 0.28s ease;
}

.om-more-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.om-more-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.om-more-title {
    font-family: 'Philosopher', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.om-more-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 16px;
}

.om-more-cta {
    font-size: 13.5px;
    font-weight: 700;
    color: #2563eb;
}
